#D87580

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

Shades of Charm #D87580

Tints of Charm #D87580

Color information

#D87580 (or 0xD87580) is unknown color: approx Charm. HEX triplet: D8, 75 and 80. RGB value is (216,117,128). Sum of RGB (Red+Green+Blue) = 216+117+128=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D87580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87580 is #278A7F. Grayscale: #939393. Windows color (decimal): -2591360 or 8418776. OLE color: 8418776.

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

Color convert

RGB216117128-
CMYK00.460.410.15
HSL353.33º55.93%65.29%-
HSV(B)353.33º45.83%84.71%-
XYZ38.5828.8823.96-
YUV147.86116.8176.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=46.85%
G=25.38%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611712800.460.410.15353.3355.9365.29
HexD8758002E29F1613841
Octal330165200056511754170101
Binary11011000111010110000000010111010100111111011000011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87580; }

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

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

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

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

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

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

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

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