Shades of Carissma #DD8899
Tints of Carissma #DD8899
RGB
CMYK
RGB Variations
Color information
#DD8899 (or 0xDD8899) is known color: Carissma. HEX triplet: DD, 88 and 99. RGB value is (221,136,153). Sum of RGB (Red+Green+Blue) = 221+136+153=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8899 is #227766. Grayscale: #A3A3A3. Windows color (decimal): -2258791 or 10062045. OLE color: 10062045.
HSL color Cylindrical-coordinate representation of color #DD8899: hue angle of 348º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8899 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 153 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.13 |
| HSL | 348º | 0.56% | 0.7% | - |
| HSV(B) | 348º | 0.38% | 0.87% | - |
| XYZ | 44.37 | 35.28 | 34.61 | - |
| YUV | 163.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 153 | 0 | 0.38 | 0.31 | 0.13 | 348 | 0.56 | 0.7 |
| Hex | DD | 88 | 99 | 0 | 26 | 1F | D | 15C | 38 | 46 |
| Octal | 335 | 210 | 231 | 0 | 46 | 37 | 15 | 534 | 70 | 106 |
| Binary | 11011101 | 10001000 | 10011001 | 0 | 100110 | 11111 | 1101 | 101011100 | 111000 | 1000110 |
Color Harmonies of #DD8899
Complementary color
Monochromatic Colors of #DD8899
Black with #DD8899
Text Example
Text Example
White with #DD8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8899; }
p { color: rgb(221,136,153); }
H1.HeaderClassName
{
color: #DD8899;
}
.AnyTagClassName
{
color: #DD8899;
}
</style>
background-color css
<style>
a { background-color: #DD8899; }
a { background-color: rgb(221,136,153); }
div.DivClassName
{
background-color: #DD8899;
}
.BgClassName
{
background-color: #DD8899;
}
</style>
border-color css
<style>
span { border-color: #DD8899; }
span { border-color: rgb(221,136,153); }
td.TdClassName
{
border-color: #DD8899;
}
.TagClassName
{
border-color: #DD8899;
}
</style>