Shades of Hollywood Cerise #DD03A4
Tints of Hollywood Cerise #DD03A4
RGB
CMYK
RGB Variations
Color information
#DD03A4 (or 0xDD03A4) is known color: Hollywood Cerise. HEX triplet: DD, 03 and A4. RGB value is (221,3,164). Sum of RGB (Red+Green+Blue) = 221+3+164=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03A4 is #22FC5B. Grayscale: #565656. Windows color (decimal): -2292828 or 10748893. OLE color: 10748893.
HSL color Cylindrical-coordinate representation of color #DD03A4: hue angle of 315.69º 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 #DD03A4 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 164 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.13 |
| HSL | 315.69º | 0.97% | 0.44% | - |
| HSV(B) | 315.69º | 0.99% | 0.87% | - |
| XYZ | 36.55 | 18.12 | 36.69 | - |
| YUV | 86.54 | 171.72 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 164 | 0 | 0.99 | 0.26 | 0.13 | 315.69 | 0.97 | 0.44 |
| Hex | DD | 3 | A4 | 0 | 63 | 1A | D | 13C | 61 | 2C |
| Octal | 335 | 3 | 244 | 0 | 143 | 32 | 15 | 474 | 141 | 54 |
| Binary | 11011101 | 11 | 10100100 | 0 | 1100011 | 11010 | 1101 | 100111100 | 1100001 | 101100 |
Color Harmonies of #DD03A4
Complementary color
Monochromatic Colors of #DD03A4
Black with #DD03A4
Text Example
Text Example
White with #DD03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03A4; }
p { color: rgb(221,3,164); }
H1.HeaderClassName
{
color: #DD03A4;
}
.AnyTagClassName
{
color: #DD03A4;
}
</style>
background-color css
<style>
a { background-color: #DD03A4; }
a { background-color: rgb(221,3,164); }
div.DivClassName
{
background-color: #DD03A4;
}
.BgClassName
{
background-color: #DD03A4;
}
</style>
border-color css
<style>
span { border-color: #DD03A4; }
span { border-color: rgb(221,3,164); }
td.TdClassName
{
border-color: #DD03A4;
}
.TagClassName
{
border-color: #DD03A4;
}
</style>