#D87D8E

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

Shades of Charm #D87D8E

Tints of Charm #D87D8E

Color information

#D87D8E (or 0xD87D8E) is unknown color: approx Charm. HEX triplet: D8, 7D and 8E. RGB value is (216,125,142). Sum of RGB (Red+Green+Blue) = 216+125+142=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D8E is #278271. Grayscale: #9A9A9A. Windows color (decimal): -2589298 or 9338328. OLE color: 9338328.

HSL color Cylindrical-coordinate representation of color #D87D8E: hue angle of 348.79º 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 #D87D8E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB216125142-
CMYK00.420.340.15
HSL348.79º53.85%66.86%-
HSV(B)348.79º42.13%84.71%-
XYZ40.5431.2229.48-
YUV154.15121.15172.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=44.72%
G=25.88%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612514200.420.340.15348.7953.8566.86
HexD87D8E02A22F15d3643
Octal330175216052421753566103
Binary11011000111110110001110010101010001011111010111011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D8E; }

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

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

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

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

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

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

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

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