Shades of Hollywood Cerise #DD03A2
Tints of Hollywood Cerise #DD03A2
RGB
CMYK
RGB Variations
Color information
#DD03A2 (or 0xDD03A2) is known color: Hollywood Cerise. HEX triplet: DD, 03 and A2. RGB value is (221,3,162). Sum of RGB (Red+Green+Blue) = 221+3+162=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03A2 is #22FC5D. Grayscale: #555555. Windows color (decimal): -2292830 or 10617821. OLE color: 10617821.
HSL color Cylindrical-coordinate representation of color #DD03A2: hue angle of 316.24º 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 #DD03A2 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.13 |
| HSL | 316.24º | 0.97% | 0.44% | - |
| HSV(B) | 316.24º | 0.99% | 0.87% | - |
| XYZ | 36.37 | 18.05 | 35.75 | - |
| YUV | 86.31 | 170.72 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 162 | 0 | 0.99 | 0.27 | 0.13 | 316.24 | 0.97 | 0.44 |
| Hex | DD | 3 | A2 | 0 | 63 | 1B | D | 13C | 61 | 2C |
| Octal | 335 | 3 | 242 | 0 | 143 | 33 | 15 | 474 | 141 | 54 |
| Binary | 11011101 | 11 | 10100010 | 0 | 1100011 | 11011 | 1101 | 100111100 | 1100001 | 101100 |
Color Harmonies of #DD03A2
Complementary color
Monochromatic Colors of #DD03A2
Black with #DD03A2
Text Example
Text Example
White with #DD03A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03A2; }
p { color: rgb(221,3,162); }
H1.HeaderClassName
{
color: #DD03A2;
}
.AnyTagClassName
{
color: #DD03A2;
}
</style>
background-color css
<style>
a { background-color: #DD03A2; }
a { background-color: rgb(221,3,162); }
div.DivClassName
{
background-color: #DD03A2;
}
.BgClassName
{
background-color: #DD03A2;
}
</style>
border-color css
<style>
span { border-color: #DD03A2; }
span { border-color: rgb(221,3,162); }
td.TdClassName
{
border-color: #DD03A2;
}
.TagClassName
{
border-color: #DD03A2;
}
</style>