Shades of Hollywood Cerise #DD03A0
Tints of Hollywood Cerise #DD03A0
RGB
CMYK
RGB Variations
Color information
#DD03A0 (or 0xDD03A0) is known color: Hollywood Cerise. HEX triplet: DD, 03 and A0. RGB value is (221,3,160). Sum of RGB (Red+Green+Blue) = 221+3+160=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03A0 is #22FC5F. Grayscale: #555555. Windows color (decimal): -2292832 or 10486749. OLE color: 10486749.
HSL color Cylindrical-coordinate representation of color #DD03A0: hue angle of 316.79º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03A0 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.13 |
| HSL | 316.79º | 0.97% | 0.44% | - |
| HSV(B) | 316.79º | 0.99% | 0.87% | - |
| XYZ | 36.2 | 17.98 | 34.82 | - |
| YUV | 86.08 | 169.72 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 160 | 0 | 0.99 | 0.28 | 0.13 | 316.79 | 0.97 | 0.44 |
| Hex | DD | 3 | A0 | 0 | 63 | 1C | D | 13D | 61 | 2C |
| Octal | 335 | 3 | 240 | 0 | 143 | 34 | 15 | 475 | 141 | 54 |
| Binary | 11011101 | 11 | 10100000 | 0 | 1100011 | 11100 | 1101 | 100111101 | 1100001 | 101100 |
Color Harmonies of #DD03A0
Complementary color
Monochromatic Colors of #DD03A0
Black with #DD03A0
Text Example
Text Example
White with #DD03A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03A0; }
p { color: rgb(221,3,160); }
H1.HeaderClassName
{
color: #DD03A0;
}
.AnyTagClassName
{
color: #DD03A0;
}
</style>
background-color css
<style>
a { background-color: #DD03A0; }
a { background-color: rgb(221,3,160); }
div.DivClassName
{
background-color: #DD03A0;
}
.BgClassName
{
background-color: #DD03A0;
}
</style>
border-color css
<style>
span { border-color: #DD03A0; }
span { border-color: rgb(221,3,160); }
td.TdClassName
{
border-color: #DD03A0;
}
.TagClassName
{
border-color: #DD03A0;
}
</style>