#d87c81

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

Shades of Charm #D87C81

Tints of Charm #D87C81

Color information

#D87C81 (or 0xD87C81) is unknown color: approx Charm. HEX triplet: D8, 7C and 81. RGB value is (216,124,129). Sum of RGB (Red+Green+Blue) = 216+124+129=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C81 is #27837E. Grayscale: #989898. Windows color (decimal): -2589567 or 8486104. OLE color: 8486104.

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

Color convert

RGB216124129-
CMYK00.430.400.15
HSL356.74º54.12%66.67%-
HSV(B)356.74º42.59%84.71%-
XYZ39.4930.624.59-
YUV152.08114.98173.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 129 (50.78% from 255) = 27.51%
R=46.06%
G=26.44%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612412900.430.400.15356.7454.1266.67
HexD87C8102B28F1653643
Octal330174201053501754566103
Binary11011000111110010000001010101110100011111011001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d87c81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d87c81; }

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

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

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

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

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

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

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

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