#D87788

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

Shades of Charm #D87788

Tints of Charm #D87788

Color information

#D87788 (or 0xD87788) is unknown color: approx Charm. HEX triplet: D8, 77 and 88. RGB value is (216,119,136). Sum of RGB (Red+Green+Blue) = 216+119+136=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D87788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87788 is #278877. Grayscale: #959595. Windows color (decimal): -2590840 or 8943576. OLE color: 8943576.

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

Color convert

RGB216119136-
CMYK00.450.370.15
HSL349.48º55.43%65.69%-
HSV(B)349.48º44.91%84.71%-
XYZ39.3629.5726.93-
YUV149.94120.14175.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.86%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=45.86%
G=25.27%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611913600.450.370.15349.4855.4365.69
HexD8778802D25F15d3742
Octal330167210055451753567102
Binary11011000111011110001000010110110010111111010111011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87788; }

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

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

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

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

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

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

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

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