Shades of Carissma #DD8288
Tints of Carissma #DD8288
RGB
CMYK
RGB Variations
Color information
#DD8288 (or 0xDD8288) is known color: Carissma. HEX triplet: DD, 82 and 88. RGB value is (221,130,136). Sum of RGB (Red+Green+Blue) = 221+130+136=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8288 is #227D77. Grayscale: #9D9D9D. Windows color (decimal): -2260344 or 8946397. OLE color: 8946397.
HSL color Cylindrical-coordinate representation of color #DD8288: hue angle of 356.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8288 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 136 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.13 |
| HSL | 356.04º | 0.57% | 0.69% | - |
| HSV(B) | 356.04º | 0.41% | 0.87% | - |
| XYZ | 42.25 | 33.11 | 27.46 | - |
| YUV | 157.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 136 | 0 | 0.41 | 0.38 | 0.13 | 356.04 | 0.57 | 0.69 |
| Hex | DD | 82 | 88 | 0 | 29 | 26 | D | 164 | 39 | 45 |
| Octal | 335 | 202 | 210 | 0 | 51 | 46 | 15 | 544 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10001000 | 0 | 101001 | 100110 | 1101 | 101100100 | 111001 | 1000101 |
Color Harmonies of #DD8288
Complementary color
Monochromatic Colors of #DD8288
Black with #DD8288
Text Example
Text Example
White with #DD8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8288; }
p { color: rgb(221,130,136); }
H1.HeaderClassName
{
color: #DD8288;
}
.AnyTagClassName
{
color: #DD8288;
}
</style>
background-color css
<style>
a { background-color: #DD8288; }
a { background-color: rgb(221,130,136); }
div.DivClassName
{
background-color: #DD8288;
}
.BgClassName
{
background-color: #DD8288;
}
</style>
border-color css
<style>
span { border-color: #DD8288; }
span { border-color: rgb(221,130,136); }
td.TdClassName
{
border-color: #DD8288;
}
.TagClassName
{
border-color: #DD8288;
}
</style>