Shades of Carissma #DD8488
Tints of Carissma #DD8488
RGB
CMYK
RGB Variations
Color information
#DD8488 (or 0xDD8488) is known color: 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
| RGB | 221 | 132 | 136 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.13 |
| HSL | 357.3º | 0.57% | 0.69% | - |
| HSV(B) | 357.3º | 0.4% | 0.87% | - |
| XYZ | 42.51 | 33.65 | 27.55 | - |
| YUV | 159.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 136 | 0 | 0.40 | 0.38 | 0.13 | 357.3 | 0.57 | 0.69 |
| Hex | DD | 84 | 88 | 0 | 28 | 26 | D | 165 | 39 | 45 |
| Octal | 335 | 204 | 210 | 0 | 50 | 46 | 15 | 545 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10001000 | 0 | 101000 | 100110 | 1101 | 101100101 | 111001 | 1000101 |
Color Harmonies of #DD8488
Complementary color
Monochromatic Colors of #DD8488
Black with #DD8488
Text Example
Text Example
White with #DD8488
Text Example
Text Example
HTML Codes & Css Web 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>