#D87F83

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

Shades of Charm #D87F83

Tints of Charm #D87F83

Color information

#D87F83 (or 0xD87F83) is unknown color: approx Charm. HEX triplet: D8, 7F and 83. RGB value is (216,127,131). Sum of RGB (Red+Green+Blue) = 216+127+131=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F83 is #27807C. Grayscale: #9A9A9A. Windows color (decimal): -2588797 or 8617944. OLE color: 8617944.

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

Color convert

RGB216127131-
CMYK00.410.390.15
HSL357.3º53.29%67.25%-
HSV(B)357.3º41.2%84.71%-
XYZ40.0131.4225.43-
YUV154.07114.99172.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.57%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=45.57%
G=26.79%
B=27.64%

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
Decimal21612713100.410.390.15357.353.2967.25
HexD87F8302927F1653543
Octal330177203051471754565103
Binary11011000111111110000011010100110011111111011001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87F83; }

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

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

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

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

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

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

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

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