Shades of Carissma #DD8996
Tints of Carissma #DD8996
RGB
CMYK
RGB Variations
Color information
#DD8996 (or 0xDD8996) is known color: Carissma. HEX triplet: DD, 89 and 96. RGB value is (221,137,150). Sum of RGB (Red+Green+Blue) = 221+137+150=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8996 is #227669. Grayscale: #A3A3A3. Windows color (decimal): -2258538 or 9865693. OLE color: 9865693.
HSL color Cylindrical-coordinate representation of color #DD8996: hue angle of 350.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8996 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 150 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.13 |
| HSL | 350.71º | 0.55% | 0.7% | - |
| HSV(B) | 350.71º | 0.38% | 0.87% | - |
| XYZ | 44.27 | 35.47 | 33.37 | - |
| YUV | 163.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 150 | 0 | 0.38 | 0.32 | 0.13 | 350.71 | 0.55 | 0.7 |
| Hex | DD | 89 | 96 | 0 | 26 | 20 | D | 15F | 37 | 46 |
| Octal | 335 | 211 | 226 | 0 | 46 | 40 | 15 | 537 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10010110 | 0 | 100110 | 100000 | 1101 | 101011111 | 110111 | 1000110 |
Color Harmonies of #DD8996
Complementary color
Monochromatic Colors of #DD8996
Black with #DD8996
Text Example
Text Example
White with #DD8996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8996; }
p { color: rgb(221,137,150); }
H1.HeaderClassName
{
color: #DD8996;
}
.AnyTagClassName
{
color: #DD8996;
}
</style>
background-color css
<style>
a { background-color: #DD8996; }
a { background-color: rgb(221,137,150); }
div.DivClassName
{
background-color: #DD8996;
}
.BgClassName
{
background-color: #DD8996;
}
</style>
border-color css
<style>
span { border-color: #DD8996; }
span { border-color: rgb(221,137,150); }
td.TdClassName
{
border-color: #DD8996;
}
.TagClassName
{
border-color: #DD8996;
}
</style>