Shades of Carissma #DD8299
Tints of Carissma #DD8299
RGB
CMYK
RGB Variations
Color information
#DD8299 (or 0xDD8299) is known color: Carissma. HEX triplet: DD, 82 and 99. RGB value is (221,130,153). Sum of RGB (Red+Green+Blue) = 221+130+153=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8299 is #227D66. Grayscale: #9F9F9F. Windows color (decimal): -2260327 or 10060509. OLE color: 10060509.
HSL color Cylindrical-coordinate representation of color #DD8299: hue angle of 344.84º 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 #DD8299 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 153 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.13 |
| HSL | 344.84º | 0.57% | 0.69% | - |
| HSV(B) | 344.84º | 0.41% | 0.87% | - |
| XYZ | 43.55 | 33.64 | 34.33 | - |
| YUV | 159.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 153 | 0 | 0.41 | 0.31 | 0.13 | 344.84 | 0.57 | 0.69 |
| Hex | DD | 82 | 99 | 0 | 29 | 1F | D | 159 | 39 | 45 |
| Octal | 335 | 202 | 231 | 0 | 51 | 37 | 15 | 531 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10011001 | 0 | 101001 | 11111 | 1101 | 101011001 | 111001 | 1000101 |
Color Harmonies of #DD8299
Complementary color
Monochromatic Colors of #DD8299
Black with #DD8299
Text Example
Text Example
White with #DD8299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8299; }
p { color: rgb(221,130,153); }
H1.HeaderClassName
{
color: #DD8299;
}
.AnyTagClassName
{
color: #DD8299;
}
</style>
background-color css
<style>
a { background-color: #DD8299; }
a { background-color: rgb(221,130,153); }
div.DivClassName
{
background-color: #DD8299;
}
.BgClassName
{
background-color: #DD8299;
}
</style>
border-color css
<style>
span { border-color: #DD8299; }
span { border-color: rgb(221,130,153); }
td.TdClassName
{
border-color: #DD8299;
}
.TagClassName
{
border-color: #DD8299;
}
</style>