Shades of Hollywood Cerise #DD03A8
Tints of Hollywood Cerise #DD03A8
RGB
CMYK
RGB Variations
Color information
#DD03A8 (or 0xDD03A8) is known color: Hollywood Cerise. HEX triplet: DD, 03 and A8. RGB value is (221,3,168). Sum of RGB (Red+Green+Blue) = 221+3+168=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03A8 is #22FC57. Grayscale: #565656. Windows color (decimal): -2292824 or 11011037. OLE color: 11011037.
HSL color Cylindrical-coordinate representation of color #DD03A8: hue angle of 314.59º 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 #DD03A8 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.13 |
| HSL | 314.59º | 0.97% | 0.44% | - |
| HSV(B) | 314.59º | 0.99% | 0.87% | - |
| XYZ | 36.92 | 18.26 | 38.63 | - |
| YUV | 86.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 168 | 0 | 0.99 | 0.24 | 0.13 | 314.59 | 0.97 | 0.44 |
| Hex | DD | 3 | A8 | 0 | 63 | 18 | D | 13B | 61 | 2C |
| Octal | 335 | 3 | 250 | 0 | 143 | 30 | 15 | 473 | 141 | 54 |
| Binary | 11011101 | 11 | 10101000 | 0 | 1100011 | 11000 | 1101 | 100111011 | 1100001 | 101100 |
Color Harmonies of #DD03A8
Complementary color
Monochromatic Colors of #DD03A8
Black with #DD03A8
Text Example
Text Example
White with #DD03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03A8; }
p { color: rgb(221,3,168); }
H1.HeaderClassName
{
color: #DD03A8;
}
.AnyTagClassName
{
color: #DD03A8;
}
</style>
background-color css
<style>
a { background-color: #DD03A8; }
a { background-color: rgb(221,3,168); }
div.DivClassName
{
background-color: #DD03A8;
}
.BgClassName
{
background-color: #DD03A8;
}
</style>
border-color css
<style>
span { border-color: #DD03A8; }
span { border-color: rgb(221,3,168); }
td.TdClassName
{
border-color: #DD03A8;
}
.TagClassName
{
border-color: #DD03A8;
}
</style>