#D87C8F

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

Shades of Charm #D87C8F

Tints of Charm #D87C8F

Color information

#D87C8F (or 0xD87C8F) is unknown color: approx Charm. HEX triplet: D8, 7C and 8F. RGB value is (216,124,143). Sum of RGB (Red+Green+Blue) = 216+124+143=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C8F is #278370. Grayscale: #999999. Windows color (decimal): -2589553 or 9403608. OLE color: 9403608.

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

Color convert

RGB216124143-
CMYK00.430.340.15
HSL347.61º54.12%66.67%-
HSV(B)347.61º42.59%84.71%-
XYZ40.483129.84-
YUV153.67121.98172.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=44.72%
G=25.67%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612414300.430.340.15347.6154.1266.67
HexD87C8F02B22F15c3643
Octal330174217053421753466103
Binary11011000111110010001111010101110001011111010111001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C8F; }

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

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

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

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

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

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

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

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