#D87780

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

Shades of Charm #D87780

Tints of Charm #D87780

Color information

#D87780 (or 0xD87780) is unknown color: approx Charm. HEX triplet: D8, 77 and 80. RGB value is (216,119,128). Sum of RGB (Red+Green+Blue) = 216+119+128=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D87780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87780 is #27887F. Grayscale: #959595. Windows color (decimal): -2590848 or 8419288. OLE color: 8419288.

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

Color convert

RGB216119128-
CMYK00.450.410.15
HSL354.43º55.43%65.69%-
HSV(B)354.43º44.91%84.71%-
XYZ38.8129.3524.04-
YUV149.03116.14175.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.65%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=46.65%
G=25.70%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611912800.450.410.15354.4355.4365.69
HexD8778002D29F1623742
Octal330167200055511754267102
Binary11011000111011110000000010110110100111111011000101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87780; }

 p { color: rgb(216,119,128); }

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

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

 a { background-color: rgb(216,119,128); }

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

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

 span { border-color: rgb(216,119,128); }

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