Shades of Deep Cerise #DD4598
Tints of Deep Cerise #DD4598
RGB
CMYK
RGB Variations
Color information
#DD4598 (or 0xDD4598) is known color: Deep Cerise. HEX triplet: DD, 45 and 98. RGB value is (221,69,152). Sum of RGB (Red+Green+Blue) = 221+69+152=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4598 is #22BA67. Grayscale: #7B7B7B. Windows color (decimal): -2275944 or 9979357. OLE color: 9979357.
HSL color Cylindrical-coordinate representation of color #DD4598: hue angle of 327.24º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4598 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 152 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.13 |
| HSL | 327.24º | 0.69% | 0.57% | - |
| HSV(B) | 327.24º | 0.69% | 0.87% | - |
| XYZ | 37.61 | 21.9 | 31.95 | - |
| YUV | 123.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 152 | 0 | 0.69 | 0.31 | 0.13 | 327.24 | 0.69 | 0.57 |
| Hex | DD | 45 | 98 | 0 | 45 | 1F | D | 147 | 45 | 39 |
| Octal | 335 | 105 | 230 | 0 | 105 | 37 | 15 | 507 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10011000 | 0 | 1000101 | 11111 | 1101 | 101000111 | 1000101 | 111001 |
Color Harmonies of #DD4598
Complementary color
Monochromatic Colors of #DD4598
Black with #DD4598
Text Example
Text Example
White with #DD4598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4598; }
p { color: rgb(221,69,152); }
H1.HeaderClassName
{
color: #DD4598;
}
.AnyTagClassName
{
color: #DD4598;
}
</style>
background-color css
<style>
a { background-color: #DD4598; }
a { background-color: rgb(221,69,152); }
div.DivClassName
{
background-color: #DD4598;
}
.BgClassName
{
background-color: #DD4598;
}
</style>
border-color css
<style>
span { border-color: #DD4598; }
span { border-color: rgb(221,69,152); }
td.TdClassName
{
border-color: #DD4598;
}
.TagClassName
{
border-color: #DD4598;
}
</style>