#D16566

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

Shades of Mandy #D16566

Tints of Mandy #D16566

Color information

#D16566 (or 0xD16566) is unknown color: approx Mandy. HEX triplet: D1, 65 and 66. RGB value is (209,101,102). Sum of RGB (Red+Green+Blue) = 209+101+102=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D16566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16566 is #2E9A99. Grayscale: #858585. Windows color (decimal): -3054234 or 6710737. OLE color: 6710737.

HSL color Cylindrical-coordinate representation of color #D16566: hue angle of 359.44º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16566 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB209101102-
CMYK00.520.510.18
HSL359.44º54%60.78%-
HSV(B)359.44º51.67%81.96%-
XYZ33.3523.8215.41-
YUV133.41110.28181.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.73%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=50.73%
G=24.51%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910110200.520.510.18359.445460.78
HexD165660343312167363d
Octal32114514606463225476675
Binary1101000111001011100110011010011001110010101100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16566; }

 p { color: rgb(209,101,102); }

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

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

 a { background-color: rgb(209,101,102); }

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

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

 span { border-color: rgb(209,101,102); }

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