Shades of Deep Cerise #DD3394
Tints of Deep Cerise #DD3394
RGB
CMYK
RGB Variations
Color information
#DD3394 (or 0xDD3394) is known color: Deep Cerise. HEX triplet: DD, 33 and 94. RGB value is (221,51,148). Sum of RGB (Red+Green+Blue) = 221+51+148=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3394 is #22CC6B. Grayscale: #707070. Windows color (decimal): -2280556 or 9712605. OLE color: 9712605.
HSL color Cylindrical-coordinate representation of color #DD3394: hue angle of 325.76º 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 #DD3394 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 148 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.13 |
| HSL | 325.76º | 0.71% | 0.53% | - |
| HSV(B) | 325.76º | 0.77% | 0.87% | - |
| XYZ | 36.35 | 19.88 | 29.94 | - |
| YUV | 112.89 | 147.82 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 148 | 0 | 0.77 | 0.33 | 0.13 | 325.76 | 0.71 | 0.53 |
| Hex | DD | 33 | 94 | 0 | 4D | 21 | D | 146 | 47 | 35 |
| Octal | 335 | 63 | 224 | 0 | 115 | 41 | 15 | 506 | 107 | 65 |
| Binary | 11011101 | 110011 | 10010100 | 0 | 1001101 | 100001 | 1101 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DD3394
Complementary color
Monochromatic Colors of #DD3394
Black with #DD3394
Text Example
Text Example
White with #DD3394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3394; }
p { color: rgb(221,51,148); }
H1.HeaderClassName
{
color: #DD3394;
}
.AnyTagClassName
{
color: #DD3394;
}
</style>
background-color css
<style>
a { background-color: #DD3394; }
a { background-color: rgb(221,51,148); }
div.DivClassName
{
background-color: #DD3394;
}
.BgClassName
{
background-color: #DD3394;
}
</style>
border-color css
<style>
span { border-color: #DD3394; }
span { border-color: rgb(221,51,148); }
td.TdClassName
{
border-color: #DD3394;
}
.TagClassName
{
border-color: #DD3394;
}
</style>