Shades of Deep Cerise #DD3496
Tints of Deep Cerise #DD3496
RGB
CMYK
RGB Variations
Color information
#DD3496 (or 0xDD3496) is known color: Deep Cerise. HEX triplet: DD, 34 and 96. RGB value is (221,52,150). Sum of RGB (Red+Green+Blue) = 221+52+150=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3496 is #22CB69. Grayscale: #717171. Windows color (decimal): -2280298 or 9843933. OLE color: 9843933.
HSL color Cylindrical-coordinate representation of color #DD3496: hue angle of 325.21º 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 #DD3496 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 150 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.13 |
| HSL | 325.21º | 0.71% | 0.54% | - |
| HSV(B) | 325.21º | 0.76% | 0.87% | - |
| XYZ | 36.55 | 20.03 | 30.79 | - |
| YUV | 113.7 | 148.49 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 150 | 0 | 0.76 | 0.32 | 0.13 | 325.21 | 0.71 | 0.54 |
| Hex | DD | 34 | 96 | 0 | 4C | 20 | D | 145 | 47 | 36 |
| Octal | 335 | 64 | 226 | 0 | 114 | 40 | 15 | 505 | 107 | 66 |
| Binary | 11011101 | 110100 | 10010110 | 0 | 1001100 | 100000 | 1101 | 101000101 | 1000111 | 110110 |
Color Harmonies of #DD3496
Complementary color
Monochromatic Colors of #DD3496
Black with #DD3496
Text Example
Text Example
White with #DD3496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3496; }
p { color: rgb(221,52,150); }
H1.HeaderClassName
{
color: #DD3496;
}
.AnyTagClassName
{
color: #DD3496;
}
</style>
background-color css
<style>
a { background-color: #DD3496; }
a { background-color: rgb(221,52,150); }
div.DivClassName
{
background-color: #DD3496;
}
.BgClassName
{
background-color: #DD3496;
}
</style>
border-color css
<style>
span { border-color: #DD3496; }
span { border-color: rgb(221,52,150); }
td.TdClassName
{
border-color: #DD3496;
}
.TagClassName
{
border-color: #DD3496;
}
</style>