Shades of Deep Cerise #DD3392
Tints of Deep Cerise #DD3392
RGB
CMYK
RGB Variations
Color information
#DD3392 (or 0xDD3392) is known color: Deep Cerise. HEX triplet: DD, 33 and 92. RGB value is (221,51,146). Sum of RGB (Red+Green+Blue) = 221+51+146=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3392 is #22CC6D. Grayscale: #707070. Windows color (decimal): -2280558 or 9581533. OLE color: 9581533.
HSL color Cylindrical-coordinate representation of color #DD3392: hue angle of 326.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3392 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 146 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.13 |
| HSL | 326.47º | 0.71% | 0.53% | - |
| HSV(B) | 326.47º | 0.77% | 0.87% | - |
| XYZ | 36.19 | 19.82 | 29.11 | - |
| YUV | 112.66 | 146.82 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 146 | 0 | 0.77 | 0.34 | 0.13 | 326.47 | 0.71 | 0.53 |
| Hex | DD | 33 | 92 | 0 | 4D | 22 | D | 146 | 47 | 35 |
| Octal | 335 | 63 | 222 | 0 | 115 | 42 | 15 | 506 | 107 | 65 |
| Binary | 11011101 | 110011 | 10010010 | 0 | 1001101 | 100010 | 1101 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DD3392
Complementary color
Monochromatic Colors of #DD3392
Black with #DD3392
Text Example
Text Example
White with #DD3392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3392; }
p { color: rgb(221,51,146); }
H1.HeaderClassName
{
color: #DD3392;
}
.AnyTagClassName
{
color: #DD3392;
}
</style>
background-color css
<style>
a { background-color: #DD3392; }
a { background-color: rgb(221,51,146); }
div.DivClassName
{
background-color: #DD3392;
}
.BgClassName
{
background-color: #DD3392;
}
</style>
border-color css
<style>
span { border-color: #DD3392; }
span { border-color: rgb(221,51,146); }
td.TdClassName
{
border-color: #DD3392;
}
.TagClassName
{
border-color: #DD3392;
}
</style>