Shades of Hollywood Cerise #DD03A9
Tints of Hollywood Cerise #DD03A9
RGB
CMYK
RGB Variations
Color information
#DD03A9 (or 0xDD03A9) is known color: Hollywood Cerise. HEX triplet: DD, 03 and A9. RGB value is (221,3,169). Sum of RGB (Red+Green+Blue) = 221+3+169=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03A9 is #22FC56. Grayscale: #565656. Windows color (decimal): -2292823 or 11076573. OLE color: 11076573.
HSL color Cylindrical-coordinate representation of color #DD03A9: hue angle of 314.31º 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 #DD03A9 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 169 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.13 |
| HSL | 314.31º | 0.97% | 0.44% | - |
| HSV(B) | 314.31º | 0.99% | 0.87% | - |
| XYZ | 37.01 | 18.3 | 39.12 | - |
| YUV | 87.11 | 174.22 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 169 | 0 | 0.99 | 0.24 | 0.13 | 314.31 | 0.97 | 0.44 |
| Hex | DD | 3 | A9 | 0 | 63 | 18 | D | 13A | 61 | 2C |
| Octal | 335 | 3 | 251 | 0 | 143 | 30 | 15 | 472 | 141 | 54 |
| Binary | 11011101 | 11 | 10101001 | 0 | 1100011 | 11000 | 1101 | 100111010 | 1100001 | 101100 |
Color Harmonies of #DD03A9
Complementary color
Monochromatic Colors of #DD03A9
Black with #DD03A9
Text Example
Text Example
White with #DD03A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03A9; }
p { color: rgb(221,3,169); }
H1.HeaderClassName
{
color: #DD03A9;
}
.AnyTagClassName
{
color: #DD03A9;
}
</style>
background-color css
<style>
a { background-color: #DD03A9; }
a { background-color: rgb(221,3,169); }
div.DivClassName
{
background-color: #DD03A9;
}
.BgClassName
{
background-color: #DD03A9;
}
</style>
border-color css
<style>
span { border-color: #DD03A9; }
span { border-color: rgb(221,3,169); }
td.TdClassName
{
border-color: #DD03A9;
}
.TagClassName
{
border-color: #DD03A9;
}
</style>