Shades of Deep Cerise #DD33A3
Tints of Deep Cerise #DD33A3
RGB
CMYK
RGB Variations
Color information
#DD33A3 (or 0xDD33A3) is known color: Deep Cerise. HEX triplet: DD, 33 and A3. RGB value is (221,51,163). Sum of RGB (Red+Green+Blue) = 221+51+163=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33A3 is #22CC5C. Grayscale: #727272. Windows color (decimal): -2280541 or 10695645. OLE color: 10695645.
HSL color Cylindrical-coordinate representation of color #DD33A3: hue angle of 320.47º 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 #DD33A3 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 163 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.13 |
| HSL | 320.47º | 0.71% | 0.53% | - |
| HSV(B) | 320.47º | 0.77% | 0.87% | - |
| XYZ | 37.61 | 20.38 | 36.6 | - |
| YUV | 114.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 163 | 0 | 0.77 | 0.26 | 0.13 | 320.47 | 0.71 | 0.53 |
| Hex | DD | 33 | A3 | 0 | 4D | 1A | D | 140 | 47 | 35 |
| Octal | 335 | 63 | 243 | 0 | 115 | 32 | 15 | 500 | 107 | 65 |
| Binary | 11011101 | 110011 | 10100011 | 0 | 1001101 | 11010 | 1101 | 101000000 | 1000111 | 110101 |
Color Harmonies of #DD33A3
Complementary color
Monochromatic Colors of #DD33A3
Black with #DD33A3
Text Example
Text Example
White with #DD33A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33A3; }
p { color: rgb(221,51,163); }
H1.HeaderClassName
{
color: #DD33A3;
}
.AnyTagClassName
{
color: #DD33A3;
}
</style>
background-color css
<style>
a { background-color: #DD33A3; }
a { background-color: rgb(221,51,163); }
div.DivClassName
{
background-color: #DD33A3;
}
.BgClassName
{
background-color: #DD33A3;
}
</style>
border-color css
<style>
span { border-color: #DD33A3; }
span { border-color: rgb(221,51,163); }
td.TdClassName
{
border-color: #DD33A3;
}
.TagClassName
{
border-color: #DD33A3;
}
</style>