#D16987

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

Shades of Charm #D16987

Tints of Charm #D16987

Color information

#D16987 (or 0xD16987) is unknown color: approx Charm. HEX triplet: D1, 69 and 87. RGB value is (209,105,135). Sum of RGB (Red+Green+Blue) = 209+105+135=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D16987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16987 is #2E9678. Grayscale: #8B8B8B. Windows color (decimal): -3053177 or 8874449. OLE color: 8874449.

HSL color Cylindrical-coordinate representation of color #D16987: hue angle of 342.69º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16987 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB209105135-
CMYK00.500.350.18
HSL342.69º53.06%61.57%-
HSV(B)342.69º49.76%81.96%-
XYZ35.7225.4125.94-
YUV139.52125.46177.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=46.55%
G=23.39%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910513500.500.350.18342.6953.0661.57
HexD169870322312157353e
Octal32115120706243225276576
Binary11010001110100110000111011001010001110010101010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16987; }

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

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

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

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

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

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

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

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