#D87D83

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

Shades of Charm #D87D83

Tints of Charm #D87D83

Color information

#D87D83 (or 0xD87D83) is unknown color: approx Charm. HEX triplet: D8, 7D and 83. RGB value is (216,125,131). Sum of RGB (Red+Green+Blue) = 216+125+131=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D83 is #27827C. Grayscale: #989898. Windows color (decimal): -2589309 or 8617432. OLE color: 8617432.

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

Color convert

RGB216125131-
CMYK00.420.390.15
HSL356.04º53.85%66.86%-
HSV(B)356.04º42.13%84.71%-
XYZ39.7530.925.34-
YUV152.89115.65173.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.76%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=45.76%
G=26.48%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612513100.420.390.15356.0453.8566.86
HexD87D8302A27F1643643
Octal330175203052471754466103
Binary11011000111110110000011010101010011111111011001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D83; }

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

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

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

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

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

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

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

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