#D87A83

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

Shades of Charm #D87A83

Tints of Charm #D87A83

Color information

#D87A83 (or 0xD87A83) is unknown color: approx Charm. HEX triplet: D8, 7A and 83. RGB value is (216,122,131). Sum of RGB (Red+Green+Blue) = 216+122+131=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87A83 is #27857C. Grayscale: #979797. Windows color (decimal): -2590077 or 8616664. OLE color: 8616664.

HSL color Cylindrical-coordinate representation of color #D87A83: hue angle of 354.26º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87A83 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB216122131-
CMYK00.440.390.15
HSL354.26º54.65%66.27%-
HSV(B)354.26º43.52%84.71%-
XYZ39.3830.1625.22-
YUV151.13116.64174.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=46.06%
G=26.01%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612213100.440.390.15354.2654.6566.27
HexD87A8302C27F1623742
Octal330172203054471754267102
Binary11011000111101010000011010110010011111111011000101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87A83; }

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

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

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

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

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

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

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

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