Shades of Carissma #DD8396
Tints of Carissma #DD8396
RGB
CMYK
RGB Variations
Color information
#DD8396 (or 0xDD8396) is known color: Carissma. HEX triplet: DD, 83 and 96. RGB value is (221,131,150). Sum of RGB (Red+Green+Blue) = 221+131+150=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8396 is #227C69. Grayscale: #A0A0A0. Windows color (decimal): -2260074 or 9864157. OLE color: 9864157.
HSL color Cylindrical-coordinate representation of color #DD8396: hue angle of 347.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 #DD8396 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 150 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.13 |
| HSL | 347.33º | 0.57% | 0.69% | - |
| HSV(B) | 347.33º | 0.41% | 0.87% | - |
| XYZ | 43.44 | 33.81 | 33.09 | - |
| YUV | 160.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 150 | 0 | 0.41 | 0.32 | 0.13 | 347.33 | 0.57 | 0.69 |
| Hex | DD | 83 | 96 | 0 | 29 | 20 | D | 15B | 39 | 45 |
| Octal | 335 | 203 | 226 | 0 | 51 | 40 | 15 | 533 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10010110 | 0 | 101001 | 100000 | 1101 | 101011011 | 111001 | 1000101 |
Color Harmonies of #DD8396
Complementary color
Monochromatic Colors of #DD8396
Black with #DD8396
Text Example
Text Example
White with #DD8396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8396; }
p { color: rgb(221,131,150); }
H1.HeaderClassName
{
color: #DD8396;
}
.AnyTagClassName
{
color: #DD8396;
}
</style>
background-color css
<style>
a { background-color: #DD8396; }
a { background-color: rgb(221,131,150); }
div.DivClassName
{
background-color: #DD8396;
}
.BgClassName
{
background-color: #DD8396;
}
</style>
border-color css
<style>
span { border-color: #DD8396; }
span { border-color: rgb(221,131,150); }
td.TdClassName
{
border-color: #DD8396;
}
.TagClassName
{
border-color: #DD8396;
}
</style>