Shades of Deep Cerise #DD2398
Tints of Deep Cerise #DD2398
RGB
CMYK
RGB Variations
Color information
#DD2398 (or 0xDD2398) is known color: Deep Cerise. HEX triplet: DD, 23 and 98. RGB value is (221,35,152). Sum of RGB (Red+Green+Blue) = 221+35+152=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2398 is #22DC67. Grayscale: #676767. Windows color (decimal): -2284648 or 9970653. OLE color: 9970653.
HSL color Cylindrical-coordinate representation of color #DD2398: hue angle of 322.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2398 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 152 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.13 |
| HSL | 322.26º | 0.73% | 0.5% | - |
| HSV(B) | 322.26º | 0.84% | 0.87% | - |
| XYZ | 36.09 | 18.84 | 31.44 | - |
| YUV | 103.95 | 155.12 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 152 | 0 | 0.84 | 0.31 | 0.13 | 322.26 | 0.73 | 0.5 |
| Hex | DD | 23 | 98 | 0 | 54 | 1F | D | 142 | 49 | 32 |
| Octal | 335 | 43 | 230 | 0 | 124 | 37 | 15 | 502 | 111 | 62 |
| Binary | 11011101 | 100011 | 10011000 | 0 | 1010100 | 11111 | 1101 | 101000010 | 1001001 | 110010 |
Color Harmonies of #DD2398
Complementary color
Monochromatic Colors of #DD2398
Black with #DD2398
Text Example
Text Example
White with #DD2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2398; }
p { color: rgb(221,35,152); }
H1.HeaderClassName
{
color: #DD2398;
}
.AnyTagClassName
{
color: #DD2398;
}
</style>
background-color css
<style>
a { background-color: #DD2398; }
a { background-color: rgb(221,35,152); }
div.DivClassName
{
background-color: #DD2398;
}
.BgClassName
{
background-color: #DD2398;
}
</style>
border-color css
<style>
span { border-color: #DD2398; }
span { border-color: rgb(221,35,152); }
td.TdClassName
{
border-color: #DD2398;
}
.TagClassName
{
border-color: #DD2398;
}
</style>