Shades of Deep Cerise #DD30A4
Tints of Deep Cerise #DD30A4
RGB
CMYK
RGB Variations
Color information
#DD30A4 (or 0xDD30A4) is known color: Deep Cerise. HEX triplet: DD, 30 and A4. RGB value is (221,48,164). Sum of RGB (Red+Green+Blue) = 221+48+164=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30A4 is #22CF5B. Grayscale: #707070. Windows color (decimal): -2281308 or 10760413. OLE color: 10760413.
HSL color Cylindrical-coordinate representation of color #DD30A4: hue angle of 319.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD30A4 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 164 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.13 |
| HSL | 319.77º | 0.72% | 0.53% | - |
| HSV(B) | 319.77º | 0.78% | 0.87% | - |
| XYZ | 37.58 | 20.17 | 37.03 | - |
| YUV | 112.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 164 | 0 | 0.78 | 0.26 | 0.13 | 319.77 | 0.72 | 0.53 |
| Hex | DD | 30 | A4 | 0 | 4E | 1A | D | 140 | 48 | 35 |
| Octal | 335 | 60 | 244 | 0 | 116 | 32 | 15 | 500 | 110 | 65 |
| Binary | 11011101 | 110000 | 10100100 | 0 | 1001110 | 11010 | 1101 | 101000000 | 1001000 | 110101 |
Color Harmonies of #DD30A4
Complementary color
Monochromatic Colors of #DD30A4
Black with #DD30A4
Text Example
Text Example
White with #DD30A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30A4; }
p { color: rgb(221,48,164); }
H1.HeaderClassName
{
color: #DD30A4;
}
.AnyTagClassName
{
color: #DD30A4;
}
</style>
background-color css
<style>
a { background-color: #DD30A4; }
a { background-color: rgb(221,48,164); }
div.DivClassName
{
background-color: #DD30A4;
}
.BgClassName
{
background-color: #DD30A4;
}
</style>
border-color css
<style>
span { border-color: #DD30A4; }
span { border-color: rgb(221,48,164); }
td.TdClassName
{
border-color: #DD30A4;
}
.TagClassName
{
border-color: #DD30A4;
}
</style>