Shades of Carissma #DD8099
Tints of Carissma #DD8099
RGB
CMYK
RGB Variations
Color information
#DD8099 (or 0xDD8099) is known color: Carissma. HEX triplet: DD, 80 and 99. RGB value is (221,128,153). Sum of RGB (Red+Green+Blue) = 221+128+153=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8099 is #227F66. Grayscale: #9E9E9E. Windows color (decimal): -2260839 or 10059997. OLE color: 10059997.
HSL color Cylindrical-coordinate representation of color #DD8099: hue angle of 343.87º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8099 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 153 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.13 |
| HSL | 343.87º | 0.58% | 0.68% | - |
| HSV(B) | 343.87º | 0.42% | 0.87% | - |
| XYZ | 43.29 | 33.11 | 34.25 | - |
| YUV | 158.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 153 | 0 | 0.42 | 0.31 | 0.13 | 343.87 | 0.58 | 0.68 |
| Hex | DD | 80 | 99 | 0 | 2A | 1F | D | 158 | 3A | 44 |
| Octal | 335 | 200 | 231 | 0 | 52 | 37 | 15 | 530 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10011001 | 0 | 101010 | 11111 | 1101 | 101011000 | 111010 | 1000100 |
Color Harmonies of #DD8099
Complementary color
Monochromatic Colors of #DD8099
Black with #DD8099
Text Example
Text Example
White with #DD8099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8099; }
p { color: rgb(221,128,153); }
H1.HeaderClassName
{
color: #DD8099;
}
.AnyTagClassName
{
color: #DD8099;
}
</style>
background-color css
<style>
a { background-color: #DD8099; }
a { background-color: rgb(221,128,153); }
div.DivClassName
{
background-color: #DD8099;
}
.BgClassName
{
background-color: #DD8099;
}
</style>
border-color css
<style>
span { border-color: #DD8099; }
span { border-color: rgb(221,128,153); }
td.TdClassName
{
border-color: #DD8099;
}
.TagClassName
{
border-color: #DD8099;
}
</style>