Shades of Hollywood Cerise #DD04A5
Tints of Hollywood Cerise #DD04A5
RGB
CMYK
RGB Variations
Color information
#DD04A5 (or 0xDD04A5) is known color: Hollywood Cerise. HEX triplet: DD, 04 and A5. RGB value is (221,4,165). Sum of RGB (Red+Green+Blue) = 221+4+165=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD04A5 is #22FB5A. Grayscale: #565656. Windows color (decimal): -2292571 or 10814685. OLE color: 10814685.
HSL color Cylindrical-coordinate representation of color #DD04A5: hue angle of 315.48º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD04A5 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 165 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.13 |
| HSL | 315.48º | 0.96% | 0.44% | - |
| HSV(B) | 315.48º | 0.98% | 0.87% | - |
| XYZ | 36.65 | 18.18 | 37.17 | - |
| YUV | 87.24 | 171.89 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 165 | 0 | 0.98 | 0.25 | 0.13 | 315.48 | 0.96 | 0.44 |
| Hex | DD | 4 | A5 | 0 | 62 | 19 | D | 13B | 60 | 2C |
| Octal | 335 | 4 | 245 | 0 | 142 | 31 | 15 | 473 | 140 | 54 |
| Binary | 11011101 | 100 | 10100101 | 0 | 1100010 | 11001 | 1101 | 100111011 | 1100000 | 101100 |
Color Harmonies of #DD04A5
Complementary color
Monochromatic Colors of #DD04A5
Black with #DD04A5
Text Example
Text Example
White with #DD04A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04A5; }
p { color: rgb(221,4,165); }
H1.HeaderClassName
{
color: #DD04A5;
}
.AnyTagClassName
{
color: #DD04A5;
}
</style>
background-color css
<style>
a { background-color: #DD04A5; }
a { background-color: rgb(221,4,165); }
div.DivClassName
{
background-color: #DD04A5;
}
.BgClassName
{
background-color: #DD04A5;
}
</style>
border-color css
<style>
span { border-color: #DD04A5; }
span { border-color: rgb(221,4,165); }
td.TdClassName
{
border-color: #DD04A5;
}
.TagClassName
{
border-color: #DD04A5;
}
</style>