#D87E84

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

Shades of Charm #D87E84

Tints of Charm #D87E84

Color information

#D87E84 (or 0xD87E84) is unknown color: approx Charm. HEX triplet: D8, 7E and 84. RGB value is (216,126,132). Sum of RGB (Red+Green+Blue) = 216+126+132=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E84 is #27817B. Grayscale: #999999. Windows color (decimal): -2589052 or 8683224. OLE color: 8683224.

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

Color convert

RGB216126132-
CMYK00.420.390.15
HSL356º53.57%67.06%-
HSV(B)356º41.67%84.71%-
XYZ39.9431.1925.74-
YUV153.59115.82172.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.57%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=45.57%
G=26.58%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612613200.420.390.1535653.5767.06
HexD87E8402A27F1643643
Octal330176204052471754466103
Binary11011000111111010000100010101010011111111011001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87E84; }

 p { color: rgb(216,126,132); }

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

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

 a { background-color: rgb(216,126,132); }

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

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

 span { border-color: rgb(216,126,132); }

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