#D88087

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

Shades of Charm #D88087

Tints of Charm #D88087

Color information

#D88087 (or 0xD88087) is unknown color: approx Charm. HEX triplet: D8, 80 and 87. RGB value is (216,128,135). Sum of RGB (Red+Green+Blue) = 216+128+135=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D88087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88087 is #277F78. Grayscale: #9B9B9B. Windows color (decimal): -2588537 or 8880344. OLE color: 8880344.

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

Color convert

RGB216128135-
CMYK00.410.380.15
HSL355.23º53.01%67.45%-
HSV(B)355.23º40.74%84.71%-
XYZ40.4131.7926.93-
YUV155.11116.65171.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=45.09%
G=26.72%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612813500.410.380.15355.2353.0167.45
HexD8808702926F1633543
Octal330200207051461754365103
Binary110110001000000010000111010100110011011111011000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88087; }

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

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

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

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

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

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

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

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