Shades of Carissma #DD8799
Tints of Carissma #DD8799
RGB
CMYK
RGB Variations
Color information
#DD8799 (or 0xDD8799) is known color: Carissma. HEX triplet: DD, 87 and 99. RGB value is (221,135,153). Sum of RGB (Red+Green+Blue) = 221+135+153=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8799 is #227866. Grayscale: #A2A2A2. Windows color (decimal): -2259047 or 10061789. OLE color: 10061789.
HSL color Cylindrical-coordinate representation of color #DD8799: hue angle of 347.44º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8799 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 153 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.13 |
| HSL | 347.44º | 0.56% | 0.7% | - |
| HSV(B) | 347.44º | 0.39% | 0.87% | - |
| XYZ | 44.23 | 35 | 34.56 | - |
| YUV | 162.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 153 | 0 | 0.39 | 0.31 | 0.13 | 347.44 | 0.56 | 0.7 |
| Hex | DD | 87 | 99 | 0 | 27 | 1F | D | 15B | 38 | 46 |
| Octal | 335 | 207 | 231 | 0 | 47 | 37 | 15 | 533 | 70 | 106 |
| Binary | 11011101 | 10000111 | 10011001 | 0 | 100111 | 11111 | 1101 | 101011011 | 111000 | 1000110 |
Color Harmonies of #DD8799
Complementary color
Monochromatic Colors of #DD8799
Black with #DD8799
Text Example
Text Example
White with #DD8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8799; }
p { color: rgb(221,135,153); }
H1.HeaderClassName
{
color: #DD8799;
}
.AnyTagClassName
{
color: #DD8799;
}
</style>
background-color css
<style>
a { background-color: #DD8799; }
a { background-color: rgb(221,135,153); }
div.DivClassName
{
background-color: #DD8799;
}
.BgClassName
{
background-color: #DD8799;
}
</style>
border-color css
<style>
span { border-color: #DD8799; }
span { border-color: rgb(221,135,153); }
td.TdClassName
{
border-color: #DD8799;
}
.TagClassName
{
border-color: #DD8799;
}
</style>