#D88088

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

Shades of Charm #D88088

Tints of Charm #D88088

Color information

#D88088 (or 0xD88088) is unknown color: approx Charm. HEX triplet: D8, 80 and 88. RGB value is (216,128,136). Sum of RGB (Red+Green+Blue) = 216+128+136=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D88088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88088 is #277F77. Grayscale: #9B9B9B. Windows color (decimal): -2588536 or 8945880. OLE color: 8945880.

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

Color convert

RGB216128136-
CMYK00.410.370.15
HSL354.55º53.01%67.45%-
HSV(B)354.55º40.74%84.71%-
XYZ40.4831.8127.3-
YUV155.22117.15171.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=45%
G=26.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612813600.410.370.15354.5553.0167.45
HexD8808802925F1633543
Octal330200210051451754365103
Binary110110001000000010001000010100110010111111011000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88088; }

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

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

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

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

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

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

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

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