#D87F8E

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

Shades of Charm #D87F8E

Tints of Charm #D87F8E

Color information

#D87F8E (or 0xD87F8E) is unknown color: approx Charm. HEX triplet: D8, 7F and 8E. RGB value is (216,127,142). Sum of RGB (Red+Green+Blue) = 216+127+142=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F8E is #278071. Grayscale: #9B9B9B. Windows color (decimal): -2588786 or 9338840. OLE color: 9338840.

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

Color convert

RGB216127142-
CMYK00.410.340.15
HSL349.89º53.29%67.25%-
HSV(B)349.89º41.2%84.71%-
XYZ40.7931.7329.57-
YUV155.32120.49171.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=44.54%
G=26.19%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612714200.410.340.15349.8953.2967.25
HexD87F8E02922F15e3543
Octal330177216051421753665103
Binary11011000111111110001110010100110001011111010111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87F8E; }

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

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

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

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

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

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

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

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