Shades of Deep Cerise #DD3393
Tints of Deep Cerise #DD3393
RGB
CMYK
RGB Variations
Color information
#DD3393 (or 0xDD3393) is known color: Deep Cerise. HEX triplet: DD, 33 and 93. RGB value is (221,51,147). Sum of RGB (Red+Green+Blue) = 221+51+147=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3393 is #22CC6C. Grayscale: #707070. Windows color (decimal): -2280557 or 9647069. OLE color: 9647069.
HSL color Cylindrical-coordinate representation of color #DD3393: hue angle of 326.12º 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 #DD3393 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 147 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.13 |
| HSL | 326.12º | 0.71% | 0.53% | - |
| HSV(B) | 326.12º | 0.77% | 0.87% | - |
| XYZ | 36.27 | 19.85 | 29.52 | - |
| YUV | 112.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 147 | 0 | 0.77 | 0.33 | 0.13 | 326.12 | 0.71 | 0.53 |
| Hex | DD | 33 | 93 | 0 | 4D | 21 | D | 146 | 47 | 35 |
| Octal | 335 | 63 | 223 | 0 | 115 | 41 | 15 | 506 | 107 | 65 |
| Binary | 11011101 | 110011 | 10010011 | 0 | 1001101 | 100001 | 1101 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DD3393
Complementary color
Monochromatic Colors of #DD3393
Black with #DD3393
Text Example
Text Example
White with #DD3393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3393; }
p { color: rgb(221,51,147); }
H1.HeaderClassName
{
color: #DD3393;
}
.AnyTagClassName
{
color: #DD3393;
}
</style>
background-color css
<style>
a { background-color: #DD3393; }
a { background-color: rgb(221,51,147); }
div.DivClassName
{
background-color: #DD3393;
}
.BgClassName
{
background-color: #DD3393;
}
</style>
border-color css
<style>
span { border-color: #DD3393; }
span { border-color: rgb(221,51,147); }
td.TdClassName
{
border-color: #DD3393;
}
.TagClassName
{
border-color: #DD3393;
}
</style>