#D87D81

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

Shades of Charm #D87D81

Tints of Charm #D87D81

Color information

#D87D81 (or 0xD87D81) is unknown color: approx Charm. HEX triplet: D8, 7D and 81. RGB value is (216,125,129). Sum of RGB (Red+Green+Blue) = 216+125+129=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D81 is #27827E. Grayscale: #989898. Windows color (decimal): -2589311 or 8486360. OLE color: 8486360.

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

Color convert

RGB216125129-
CMYK00.420.400.15
HSL357.36º53.85%66.86%-
HSV(B)357.36º42.13%84.71%-
XYZ39.6130.8524.64-
YUV152.66114.65173.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=45.96%
G=26.60%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612512900.420.400.15357.3653.8566.86
HexD87D8102A28F1653643
Octal330175201052501754566103
Binary11011000111110110000001010101010100011111011001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D81; }

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

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

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

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

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

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

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

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