#D87F8B

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

Shades of Charm #D87F8B

Tints of Charm #D87F8B

Color information

#D87F8B (or 0xD87F8B) is unknown color: approx Charm. HEX triplet: D8, 7F and 8B. RGB value is (216,127,139). Sum of RGB (Red+Green+Blue) = 216+127+139=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F8B is #278074. Grayscale: #9B9B9B. Windows color (decimal): -2588789 or 9142232. OLE color: 9142232.

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

Color convert

RGB216127139-
CMYK00.410.360.15
HSL351.91º53.29%67.25%-
HSV(B)351.91º41.2%84.71%-
XYZ40.5731.6428.4-
YUV154.98118.99171.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=44.81%
G=26.35%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612713900.410.360.15351.9153.2967.25
HexD87F8B02924F1603543
Octal330177213051441754065103
Binary11011000111111110001011010100110010011111011000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87F8B; }

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

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

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

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

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

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

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

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