Shades of Carissma #DD8997
Tints of Carissma #DD8997
RGB
CMYK
RGB Variations
Color information
#DD8997 (or 0xDD8997) is known color: Carissma. HEX triplet: DD, 89 and 97. RGB value is (221,137,151). Sum of RGB (Red+Green+Blue) = 221+137+151=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8997 is #227668. Grayscale: #A3A3A3. Windows color (decimal): -2258537 or 9931229. OLE color: 9931229.
HSL color Cylindrical-coordinate representation of color #DD8997: hue angle of 350º 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 #DD8997 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 151 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.13 |
| HSL | 350º | 0.55% | 0.7% | - |
| HSV(B) | 350º | 0.38% | 0.87% | - |
| XYZ | 44.35 | 35.5 | 33.79 | - |
| YUV | 163.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 151 | 0 | 0.38 | 0.32 | 0.13 | 350 | 0.55 | 0.7 |
| Hex | DD | 89 | 97 | 0 | 26 | 20 | D | 15E | 37 | 46 |
| Octal | 335 | 211 | 227 | 0 | 46 | 40 | 15 | 536 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10010111 | 0 | 100110 | 100000 | 1101 | 101011110 | 110111 | 1000110 |
Color Harmonies of #DD8997
Complementary color
Monochromatic Colors of #DD8997
Black with #DD8997
Text Example
Text Example
White with #DD8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8997; }
p { color: rgb(221,137,151); }
H1.HeaderClassName
{
color: #DD8997;
}
.AnyTagClassName
{
color: #DD8997;
}
</style>
background-color css
<style>
a { background-color: #DD8997; }
a { background-color: rgb(221,137,151); }
div.DivClassName
{
background-color: #DD8997;
}
.BgClassName
{
background-color: #DD8997;
}
</style>
border-color css
<style>
span { border-color: #DD8997; }
span { border-color: rgb(221,137,151); }
td.TdClassName
{
border-color: #DD8997;
}
.TagClassName
{
border-color: #DD8997;
}
</style>