Shades of Deep Cerise #DD33A6
Tints of Deep Cerise #DD33A6
RGB
CMYK
RGB Variations
Color information
#DD33A6 (or 0xDD33A6) is known color: Deep Cerise. HEX triplet: DD, 33 and A6. RGB value is (221,51,166). Sum of RGB (Red+Green+Blue) = 221+51+166=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33A6 is #22CC59. Grayscale: #727272. Windows color (decimal): -2280538 or 10892253. OLE color: 10892253.
HSL color Cylindrical-coordinate representation of color #DD33A6: hue angle of 319.41º 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 #DD33A6 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 166 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.13 |
| HSL | 319.41º | 0.71% | 0.53% | - |
| HSV(B) | 319.41º | 0.77% | 0.87% | - |
| XYZ | 37.89 | 20.49 | 38.04 | - |
| YUV | 114.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 166 | 0 | 0.77 | 0.25 | 0.13 | 319.41 | 0.71 | 0.53 |
| Hex | DD | 33 | A6 | 0 | 4D | 19 | D | 13F | 47 | 35 |
| Octal | 335 | 63 | 246 | 0 | 115 | 31 | 15 | 477 | 107 | 65 |
| Binary | 11011101 | 110011 | 10100110 | 0 | 1001101 | 11001 | 1101 | 100111111 | 1000111 | 110101 |
Color Harmonies of #DD33A6
Complementary color
Monochromatic Colors of #DD33A6
Black with #DD33A6
Text Example
Text Example
White with #DD33A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33A6; }
p { color: rgb(221,51,166); }
H1.HeaderClassName
{
color: #DD33A6;
}
.AnyTagClassName
{
color: #DD33A6;
}
</style>
background-color css
<style>
a { background-color: #DD33A6; }
a { background-color: rgb(221,51,166); }
div.DivClassName
{
background-color: #DD33A6;
}
.BgClassName
{
background-color: #DD33A6;
}
</style>
border-color css
<style>
span { border-color: #DD33A6; }
span { border-color: rgb(221,51,166); }
td.TdClassName
{
border-color: #DD33A6;
}
.TagClassName
{
border-color: #DD33A6;
}
</style>