#D87E8B

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

Shades of Charm #D87E8B

Tints of Charm #D87E8B

Color information

#D87E8B (or 0xD87E8B) is unknown color: approx Charm. HEX triplet: D8, 7E and 8B. RGB value is (216,126,139). Sum of RGB (Red+Green+Blue) = 216+126+139=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E8B is #278174. Grayscale: #9A9A9A. Windows color (decimal): -2589045 or 9141976. OLE color: 9141976.

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

Color convert

RGB216126139-
CMYK00.420.360.15
HSL351.33º53.57%67.06%-
HSV(B)351.33º41.67%84.71%-
XYZ40.4431.3828.35-
YUV154.39119.32171.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=44.91%
G=26.20%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612613900.420.360.15351.3353.5767.06
HexD87E8B02A24F15f3643
Octal330176213052441753766103
Binary11011000111111010001011010101010010011111010111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87E8B; }

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

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

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

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

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

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

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

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