#D87F84

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

Shades of Charm #D87F84

Tints of Charm #D87F84

Color information

#D87F84 (or 0xD87F84) is unknown color: approx Charm. HEX triplet: D8, 7F and 84. RGB value is (216,127,132). Sum of RGB (Red+Green+Blue) = 216+127+132=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F84 is #27807B. Grayscale: #9A9A9A. Windows color (decimal): -2588796 or 8683480. OLE color: 8683480.

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

Color convert

RGB216127132-
CMYK00.410.390.15
HSL356.63º53.29%67.25%-
HSV(B)356.63º41.2%84.71%-
XYZ40.0731.4425.79-
YUV154.18115.49172.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=45.47%
G=26.74%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612713200.410.390.15356.6353.2967.25
HexD87F8402927F1653543
Octal330177204051471754565103
Binary11011000111111110000100010100110011111111011001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87F84; }

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

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

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

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

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

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

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

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