Shades of Deep Cerise #DD33A4
Tints of Deep Cerise #DD33A4
RGB
CMYK
RGB Variations
Color information
#DD33A4 (or 0xDD33A4) is known color: Deep Cerise. HEX triplet: DD, 33 and A4. RGB value is (221,51,164). Sum of RGB (Red+Green+Blue) = 221+51+164=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33A4 is #22CC5B. Grayscale: #727272. Windows color (decimal): -2280540 or 10761181. OLE color: 10761181.
HSL color Cylindrical-coordinate representation of color #DD33A4: hue angle of 320.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 #DD33A4 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 164 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.13 |
| HSL | 320.12º | 0.71% | 0.53% | - |
| HSV(B) | 320.12º | 0.77% | 0.87% | - |
| XYZ | 37.7 | 20.42 | 37.08 | - |
| YUV | 114.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 164 | 0 | 0.77 | 0.26 | 0.13 | 320.12 | 0.71 | 0.53 |
| Hex | DD | 33 | A4 | 0 | 4D | 1A | D | 140 | 47 | 35 |
| Octal | 335 | 63 | 244 | 0 | 115 | 32 | 15 | 500 | 107 | 65 |
| Binary | 11011101 | 110011 | 10100100 | 0 | 1001101 | 11010 | 1101 | 101000000 | 1000111 | 110101 |
Color Harmonies of #DD33A4
Complementary color
Monochromatic Colors of #DD33A4
Black with #DD33A4
Text Example
Text Example
White with #DD33A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33A4; }
p { color: rgb(221,51,164); }
H1.HeaderClassName
{
color: #DD33A4;
}
.AnyTagClassName
{
color: #DD33A4;
}
</style>
background-color css
<style>
a { background-color: #DD33A4; }
a { background-color: rgb(221,51,164); }
div.DivClassName
{
background-color: #DD33A4;
}
.BgClassName
{
background-color: #DD33A4;
}
</style>
border-color css
<style>
span { border-color: #DD33A4; }
span { border-color: rgb(221,51,164); }
td.TdClassName
{
border-color: #DD33A4;
}
.TagClassName
{
border-color: #DD33A4;
}
</style>