#D87D89

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

Shades of Charm #D87D89

Tints of Charm #D87D89

Color information

#D87D89 (or 0xD87D89) is unknown color: approx Charm. HEX triplet: D8, 7D and 89. RGB value is (216,125,137). Sum of RGB (Red+Green+Blue) = 216+125+137=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D89 is #278276. Grayscale: #999999. Windows color (decimal): -2589303 or 9010648. OLE color: 9010648.

HSL color Cylindrical-coordinate representation of color #D87D89: hue angle of 352.09º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87D89 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216125137-
CMYK00.420.370.15
HSL352.09º53.85%66.86%-
HSV(B)352.09º42.13%84.71%-
XYZ40.1731.0727.55-
YUV153.58118.65172.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.19%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=45.19%
G=26.15%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612513700.420.370.15352.0953.8566.86
HexD87D8902A25F1603643
Octal330175211052451754066103
Binary11011000111110110001001010101010010111111011000001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D89; }

 p { color: rgb(216,125,137); }

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

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

 a { background-color: rgb(216,125,137); }

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

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

 span { border-color: rgb(216,125,137); }

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