Shades of Carissma #DD8399
Tints of Carissma #DD8399
RGB
CMYK
RGB Variations
Color information
#DD8399 (or 0xDD8399) is known color: Carissma. HEX triplet: DD, 83 and 99. RGB value is (221,131,153). Sum of RGB (Red+Green+Blue) = 221+131+153=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8399 is #227C66. Grayscale: #A0A0A0. Windows color (decimal): -2260071 or 10060765. OLE color: 10060765.
HSL color Cylindrical-coordinate representation of color #DD8399: hue angle of 345.33º 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 #DD8399 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 153 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.13 |
| HSL | 345.33º | 0.57% | 0.69% | - |
| HSV(B) | 345.33º | 0.41% | 0.87% | - |
| XYZ | 43.68 | 33.9 | 34.38 | - |
| YUV | 160.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 153 | 0 | 0.41 | 0.31 | 0.13 | 345.33 | 0.57 | 0.69 |
| Hex | DD | 83 | 99 | 0 | 29 | 1F | D | 159 | 39 | 45 |
| Octal | 335 | 203 | 231 | 0 | 51 | 37 | 15 | 531 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10011001 | 0 | 101001 | 11111 | 1101 | 101011001 | 111001 | 1000101 |
Color Harmonies of #DD8399
Complementary color
Monochromatic Colors of #DD8399
Black with #DD8399
Text Example
Text Example
White with #DD8399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8399; }
p { color: rgb(221,131,153); }
H1.HeaderClassName
{
color: #DD8399;
}
.AnyTagClassName
{
color: #DD8399;
}
</style>
background-color css
<style>
a { background-color: #DD8399; }
a { background-color: rgb(221,131,153); }
div.DivClassName
{
background-color: #DD8399;
}
.BgClassName
{
background-color: #DD8399;
}
</style>
border-color css
<style>
span { border-color: #DD8399; }
span { border-color: rgb(221,131,153); }
td.TdClassName
{
border-color: #DD8399;
}
.TagClassName
{
border-color: #DD8399;
}
</style>