Shades of Deep Cerise #DD339E
Tints of Deep Cerise #DD339E
RGB
CMYK
RGB Variations
Color information
#DD339E (or 0xDD339E) is known color: Deep Cerise. HEX triplet: DD, 33 and 9E. RGB value is (221,51,158). Sum of RGB (Red+Green+Blue) = 221+51+158=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD339E is #22CC61. Grayscale: #717171. Windows color (decimal): -2280546 or 10367965. OLE color: 10367965.
HSL color Cylindrical-coordinate representation of color #DD339E: hue angle of 322.24º 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 #DD339E is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 158 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.13 |
| HSL | 322.24º | 0.71% | 0.53% | - |
| HSV(B) | 322.24º | 0.77% | 0.87% | - |
| XYZ | 37.17 | 20.21 | 34.29 | - |
| YUV | 114.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 158 | 0 | 0.77 | 0.29 | 0.13 | 322.24 | 0.71 | 0.53 |
| Hex | DD | 33 | 9E | 0 | 4D | 1D | D | 142 | 47 | 35 |
| Octal | 335 | 63 | 236 | 0 | 115 | 35 | 15 | 502 | 107 | 65 |
| Binary | 11011101 | 110011 | 10011110 | 0 | 1001101 | 11101 | 1101 | 101000010 | 1000111 | 110101 |
Color Harmonies of #DD339E
Complementary color
Monochromatic Colors of #DD339E
Black with #DD339E
Text Example
Text Example
White with #DD339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD339E; }
p { color: rgb(221,51,158); }
H1.HeaderClassName
{
color: #DD339E;
}
.AnyTagClassName
{
color: #DD339E;
}
</style>
background-color css
<style>
a { background-color: #DD339E; }
a { background-color: rgb(221,51,158); }
div.DivClassName
{
background-color: #DD339E;
}
.BgClassName
{
background-color: #DD339E;
}
</style>
border-color css
<style>
span { border-color: #DD339E; }
span { border-color: rgb(221,51,158); }
td.TdClassName
{
border-color: #DD339E;
}
.TagClassName
{
border-color: #DD339E;
}
</style>