Shades of Deep Cerise #DD3793
Tints of Deep Cerise #DD3793
RGB
CMYK
RGB Variations
Color information
#DD3793 (or 0xDD3793) is known color: Deep Cerise. HEX triplet: DD, 37 and 93. RGB value is (221,55,147). Sum of RGB (Red+Green+Blue) = 221+55+147=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3793 is #22C86C. Grayscale: #727272. Windows color (decimal): -2279533 or 9648093. OLE color: 9648093.
HSL color Cylindrical-coordinate representation of color #DD3793: hue angle of 326.75º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3793 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 147 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.13 |
| HSL | 326.75º | 0.71% | 0.54% | - |
| HSV(B) | 326.75º | 0.75% | 0.87% | - |
| XYZ | 36.45 | 20.21 | 29.58 | - |
| YUV | 115.12 | 146 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 147 | 0 | 0.75 | 0.33 | 0.13 | 326.75 | 0.71 | 0.54 |
| Hex | DD | 37 | 93 | 0 | 4B | 21 | D | 147 | 47 | 36 |
| Octal | 335 | 67 | 223 | 0 | 113 | 41 | 15 | 507 | 107 | 66 |
| Binary | 11011101 | 110111 | 10010011 | 0 | 1001011 | 100001 | 1101 | 101000111 | 1000111 | 110110 |
Color Harmonies of #DD3793
Complementary color
Monochromatic Colors of #DD3793
Black with #DD3793
Text Example
Text Example
White with #DD3793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3793; }
p { color: rgb(221,55,147); }
H1.HeaderClassName
{
color: #DD3793;
}
.AnyTagClassName
{
color: #DD3793;
}
</style>
background-color css
<style>
a { background-color: #DD3793; }
a { background-color: rgb(221,55,147); }
div.DivClassName
{
background-color: #DD3793;
}
.BgClassName
{
background-color: #DD3793;
}
</style>
border-color css
<style>
span { border-color: #DD3793; }
span { border-color: rgb(221,55,147); }
td.TdClassName
{
border-color: #DD3793;
}
.TagClassName
{
border-color: #DD3793;
}
</style>