Shades of Deep Cerise #DD3598
Tints of Deep Cerise #DD3598
RGB
CMYK
RGB Variations
Color information
#DD3598 (or 0xDD3598) is known color: Deep Cerise. HEX triplet: DD, 35 and 98. RGB value is (221,53,152). Sum of RGB (Red+Green+Blue) = 221+53+152=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3598 is #22CA67. Grayscale: #727272. Windows color (decimal): -2280040 or 9975261. OLE color: 9975261.
HSL color Cylindrical-coordinate representation of color #DD3598: hue angle of 324.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3598 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 152 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.13 |
| HSL | 324.64º | 0.71% | 0.54% | - |
| HSV(B) | 324.64º | 0.76% | 0.87% | - |
| XYZ | 36.76 | 20.19 | 31.66 | - |
| YUV | 114.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 152 | 0 | 0.76 | 0.31 | 0.13 | 324.64 | 0.71 | 0.54 |
| Hex | DD | 35 | 98 | 0 | 4C | 1F | D | 145 | 47 | 36 |
| Octal | 335 | 65 | 230 | 0 | 114 | 37 | 15 | 505 | 107 | 66 |
| Binary | 11011101 | 110101 | 10011000 | 0 | 1001100 | 11111 | 1101 | 101000101 | 1000111 | 110110 |
Color Harmonies of #DD3598
Complementary color
Monochromatic Colors of #DD3598
Black with #DD3598
Text Example
Text Example
White with #DD3598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3598; }
p { color: rgb(221,53,152); }
H1.HeaderClassName
{
color: #DD3598;
}
.AnyTagClassName
{
color: #DD3598;
}
</style>
background-color css
<style>
a { background-color: #DD3598; }
a { background-color: rgb(221,53,152); }
div.DivClassName
{
background-color: #DD3598;
}
.BgClassName
{
background-color: #DD3598;
}
</style>
border-color css
<style>
span { border-color: #DD3598; }
span { border-color: rgb(221,53,152); }
td.TdClassName
{
border-color: #DD3598;
}
.TagClassName
{
border-color: #DD3598;
}
</style>