Shades of Carissma #DD8998
Tints of Carissma #DD8998
RGB
CMYK
RGB Variations
Color information
#DD8998 (or 0xDD8998) is known color: Carissma. HEX triplet: DD, 89 and 98. RGB value is (221,137,152). Sum of RGB (Red+Green+Blue) = 221+137+152=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8998 is #227667. Grayscale: #A3A3A3. Windows color (decimal): -2258536 or 9996765. OLE color: 9996765.
HSL color Cylindrical-coordinate representation of color #DD8998: hue angle of 349.29º 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 #DD8998 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 152 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.13 |
| HSL | 349.29º | 0.55% | 0.7% | - |
| HSV(B) | 349.29º | 0.38% | 0.87% | - |
| XYZ | 44.43 | 35.53 | 34.22 | - |
| YUV | 163.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 152 | 0 | 0.38 | 0.31 | 0.13 | 349.29 | 0.55 | 0.7 |
| Hex | DD | 89 | 98 | 0 | 26 | 1F | D | 15D | 37 | 46 |
| Octal | 335 | 211 | 230 | 0 | 46 | 37 | 15 | 535 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10011000 | 0 | 100110 | 11111 | 1101 | 101011101 | 110111 | 1000110 |
Color Harmonies of #DD8998
Complementary color
Monochromatic Colors of #DD8998
Black with #DD8998
Text Example
Text Example
White with #DD8998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8998; }
p { color: rgb(221,137,152); }
H1.HeaderClassName
{
color: #DD8998;
}
.AnyTagClassName
{
color: #DD8998;
}
</style>
background-color css
<style>
a { background-color: #DD8998; }
a { background-color: rgb(221,137,152); }
div.DivClassName
{
background-color: #DD8998;
}
.BgClassName
{
background-color: #DD8998;
}
</style>
border-color css
<style>
span { border-color: #DD8998; }
span { border-color: rgb(221,137,152); }
td.TdClassName
{
border-color: #DD8998;
}
.TagClassName
{
border-color: #DD8998;
}
</style>