#D16F87

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

Shades of Charm #D16F87

Tints of Charm #D16F87

Color information

#D16F87 (or 0xD16F87) is unknown color: approx Charm. HEX triplet: D1, 6F and 87. RGB value is (209,111,135). Sum of RGB (Red+Green+Blue) = 209+111+135=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F87 is #2E9078. Grayscale: #8F8F8F. Windows color (decimal): -3051641 or 8875985. OLE color: 8875985.

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

Color convert

RGB209111135-
CMYK00.470.350.18
HSL345.31º51.58%62.75%-
HSV(B)345.31º46.89%81.96%-
XYZ36.3526.6726.15-
YUV143.04123.47175.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=45.93%
G=24.40%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911113500.470.350.18345.3151.5862.75
HexD16F8702F2312159343f
Octal32115720705743225316477
Binary11010001110111110000111010111110001110010101011001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16F87; }

 p { color: rgb(209,111,135); }

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

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

 a { background-color: rgb(209,111,135); }

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

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

 span { border-color: rgb(209,111,135); }

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