#DD8488

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

Shades of Carissma #DD8488

Tints of Carissma #DD8488

Color information

#DD8488 (or 0xDD8488) is unknown color: approx Carissma. HEX triplet: DD, 84 and 88. RGB value is (221,132,136). Sum of RGB (Red+Green+Blue) = 221+132+136=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8488 is #227B77. Grayscale: #9F9F9F. Windows color (decimal): -2259832 or 8946909. OLE color: 8946909.

HSL color Cylindrical-coordinate representation of color #DD8488: hue angle of 357.3º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8488 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221132136-
CMYK00.400.380.13
HSL357.3º56.69%69.22%-
HSV(B)357.3º40.27%86.67%-
XYZ42.5133.6527.55-
YUV159.07114.99172.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=45.19%
G=26.99%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113213600.400.380.13357.356.6969.22
HexDD848802826D1653945
Octal335204210050461554571105
Binary110111011000010010001000010100010011011011011001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8488; }

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

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

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

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

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

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

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

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