Shades of Deep Cerise #DD2598
Tints of Deep Cerise #DD2598
RGB
CMYK
RGB Variations
Color information
#DD2598 (or 0xDD2598) is known color: Deep Cerise. HEX triplet: DD, 25 and 98. RGB value is (221,37,152). Sum of RGB (Red+Green+Blue) = 221+37+152=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2598 is #22DA67. Grayscale: #686868. Windows color (decimal): -2284136 or 9971165. OLE color: 9971165.
HSL color Cylindrical-coordinate representation of color #DD2598: hue angle of 322.5º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2598 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 152 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.13 |
| HSL | 322.5º | 0.73% | 0.51% | - |
| HSV(B) | 322.5º | 0.83% | 0.87% | - |
| XYZ | 36.15 | 18.96 | 31.46 | - |
| YUV | 105.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 152 | 0 | 0.83 | 0.31 | 0.13 | 322.5 | 0.73 | 0.51 |
| Hex | DD | 25 | 98 | 0 | 53 | 1F | D | 142 | 49 | 33 |
| Octal | 335 | 45 | 230 | 0 | 123 | 37 | 15 | 502 | 111 | 63 |
| Binary | 11011101 | 100101 | 10011000 | 0 | 1010011 | 11111 | 1101 | 101000010 | 1001001 | 110011 |
Color Harmonies of #DD2598
Complementary color
Monochromatic Colors of #DD2598
Black with #DD2598
Text Example
Text Example
White with #DD2598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2598; }
p { color: rgb(221,37,152); }
H1.HeaderClassName
{
color: #DD2598;
}
.AnyTagClassName
{
color: #DD2598;
}
</style>
background-color css
<style>
a { background-color: #DD2598; }
a { background-color: rgb(221,37,152); }
div.DivClassName
{
background-color: #DD2598;
}
.BgClassName
{
background-color: #DD2598;
}
</style>
border-color css
<style>
span { border-color: #DD2598; }
span { border-color: rgb(221,37,152); }
td.TdClassName
{
border-color: #DD2598;
}
.TagClassName
{
border-color: #DD2598;
}
</style>