#D55B66

Color #D55B66 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #D55B66

Tints of Mandy #D55B66

Color information

#D55B66 (or 0xD55B66) is unknown color: approx Mandy. HEX triplet: D5, 5B and 66. RGB value is (213,91,102). Sum of RGB (Red+Green+Blue) = 213+91+102=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B66 is #2AA499. Grayscale: #808080. Windows color (decimal): -2794650 or 6708181. OLE color: 6708181.

HSL color Cylindrical-coordinate representation of color #D55B66: hue angle of 354.59º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55B66 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21391102-
CMYK00.570.520.16
HSL354.59º59.22%59.61%-
HSV(B)354.59º57.28%83.53%-
XYZ33.5822.5915.16-
YUV128.73112.92188.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 52.46%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=52.46%
G=22.41%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139110200.570.520.16354.5959.2259.61
HexD55B6603934101633b3c
Octal32513314607164205437374
Binary1101010110110111100110011100111010010000101100011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B66; }

 p { color: rgb(213,91,102); }

 H1.HeaderClassName
 {
   color: #D55B66;
 }
 .AnyTagClassName
 {
   color: #D55B66;
 }
</style>
background-color css

<style>
 a { background-color: #D55B66; }

 a { background-color: rgb(213,91,102); }

 div.DivClassName
 {
   background-color: #D55B66;
 }
 .BgClassName
 {
   background-color: #D55B66;
 }
</style>
border-color css

<style>
 span { border-color: #D55B66; }

 span { border-color: rgb(213,91,102); }

 td.TdClassName
 {
   border-color: #D55B66;
 }
 .TagClassName
 {
   border-color: #D55B66;
 }
</style>