Shades of Hollywood Cerise #DD02A4
Tints of Hollywood Cerise #DD02A4
RGB
CMYK
RGB Variations
Color information
#DD02A4 (or 0xDD02A4) is known color: Hollywood Cerise. HEX triplet: DD, 02 and A4. RGB value is (221,2,164). Sum of RGB (Red+Green+Blue) = 221+2+164=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02A4 is #22FD5B. Grayscale: #555555. Windows color (decimal): -2293084 or 10748637. OLE color: 10748637.
HSL color Cylindrical-coordinate representation of color #DD02A4: hue angle of 315.62º degrees, saturation: 0.98, 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 #DD02A4 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 164 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.13 |
| HSL | 315.62º | 0.98% | 0.44% | - |
| HSV(B) | 315.62º | 0.99% | 0.87% | - |
| XYZ | 36.54 | 18.1 | 36.69 | - |
| YUV | 85.95 | 172.05 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 164 | 0 | 0.99 | 0.26 | 0.13 | 315.62 | 0.98 | 0.44 |
| Hex | DD | 2 | A4 | 0 | 63 | 1A | D | 13C | 62 | 2C |
| Octal | 335 | 2 | 244 | 0 | 143 | 32 | 15 | 474 | 142 | 54 |
| Binary | 11011101 | 10 | 10100100 | 0 | 1100011 | 11010 | 1101 | 100111100 | 1100010 | 101100 |
Color Harmonies of #DD02A4
Complementary color
Monochromatic Colors of #DD02A4
Black with #DD02A4
Text Example
Text Example
White with #DD02A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02A4; }
p { color: rgb(221,2,164); }
H1.HeaderClassName
{
color: #DD02A4;
}
.AnyTagClassName
{
color: #DD02A4;
}
</style>
background-color css
<style>
a { background-color: #DD02A4; }
a { background-color: rgb(221,2,164); }
div.DivClassName
{
background-color: #DD02A4;
}
.BgClassName
{
background-color: #DD02A4;
}
</style>
border-color css
<style>
span { border-color: #DD02A4; }
span { border-color: rgb(221,2,164); }
td.TdClassName
{
border-color: #DD02A4;
}
.TagClassName
{
border-color: #DD02A4;
}
</style>