Shades of Deep Cerise #DD2FA4
Tints of Deep Cerise #DD2FA4
RGB
CMYK
RGB Variations
Color information
#DD2FA4 (or 0xDD2FA4) is known color: Deep Cerise. HEX triplet: DD, 2F and A4. RGB value is (221,47,164). Sum of RGB (Red+Green+Blue) = 221+47+164=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2FA4 is #22D05B. Grayscale: #707070. Windows color (decimal): -2281564 or 10760157. OLE color: 10760157.
HSL color Cylindrical-coordinate representation of color #DD2FA4: hue angle of 319.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2FA4 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 164 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.13 |
| HSL | 319.66º | 0.72% | 0.53% | - |
| HSV(B) | 319.66º | 0.79% | 0.87% | - |
| XYZ | 37.54 | 20.09 | 37.02 | - |
| YUV | 112.36 | 157.15 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 164 | 0 | 0.79 | 0.26 | 0.13 | 319.66 | 0.72 | 0.53 |
| Hex | DD | 2F | A4 | 0 | 4F | 1A | D | 140 | 48 | 35 |
| Octal | 335 | 57 | 244 | 0 | 117 | 32 | 15 | 500 | 110 | 65 |
| Binary | 11011101 | 101111 | 10100100 | 0 | 1001111 | 11010 | 1101 | 101000000 | 1001000 | 110101 |
Color Harmonies of #DD2FA4
Complementary color
Monochromatic Colors of #DD2FA4
Black with #DD2FA4
Text Example
Text Example
White with #DD2FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2FA4; }
p { color: rgb(221,47,164); }
H1.HeaderClassName
{
color: #DD2FA4;
}
.AnyTagClassName
{
color: #DD2FA4;
}
</style>
background-color css
<style>
a { background-color: #DD2FA4; }
a { background-color: rgb(221,47,164); }
div.DivClassName
{
background-color: #DD2FA4;
}
.BgClassName
{
background-color: #DD2FA4;
}
</style>
border-color css
<style>
span { border-color: #DD2FA4; }
span { border-color: rgb(221,47,164); }
td.TdClassName
{
border-color: #DD2FA4;
}
.TagClassName
{
border-color: #DD2FA4;
}
</style>