#D88488

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

Shades of Carissma #D88488

Tints of Carissma #D88488

Color information

#D88488 (or 0xD88488) is unknown color: approx Carissma. HEX triplet: D8, 84 and 88. RGB value is (216,132,136). Sum of RGB (Red+Green+Blue) = 216+132+136=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D88488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88488 is #277B77. Grayscale: #9D9D9D. Windows color (decimal): -2587512 or 8946904. OLE color: 8946904.

HSL color Cylindrical-coordinate representation of color #D88488: hue angle of 357.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D88488 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216132136-
CMYK00.390.370.15
HSL357.14º51.85%68.24%-
HSV(B)357.14º38.89%84.71%-
XYZ41.0132.8827.48-
YUV157.57115.83169.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=44.63%
G=27.27%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613213600.390.370.15357.1451.8568.24
HexD8848802725F1653444
Octal330204210047451754564104
Binary110110001000010010001000010011110010111111011001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88488; }

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

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

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

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

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

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

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

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