Shades of Hollywood Cerise #DD04AB
Tints of Hollywood Cerise #DD04AB
RGB
CMYK
RGB Variations
Color information
#DD04AB (or 0xDD04AB) is known color: Hollywood Cerise. HEX triplet: DD, 04 and AB. RGB value is (221,4,171). Sum of RGB (Red+Green+Blue) = 221+4+171=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD04AB is #22FB54. Grayscale: #575757. Windows color (decimal): -2292565 or 11207901. OLE color: 11207901.
HSL color Cylindrical-coordinate representation of color #DD04AB: hue angle of 313.82º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD04AB is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.13 |
| HSL | 313.82º | 0.96% | 0.44% | - |
| HSV(B) | 313.82º | 0.98% | 0.87% | - |
| XYZ | 37.21 | 18.4 | 40.12 | - |
| YUV | 87.92 | 174.89 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 171 | 0 | 0.98 | 0.23 | 0.13 | 313.82 | 0.96 | 0.44 |
| Hex | DD | 4 | AB | 0 | 62 | 17 | D | 13A | 60 | 2C |
| Octal | 335 | 4 | 253 | 0 | 142 | 27 | 15 | 472 | 140 | 54 |
| Binary | 11011101 | 100 | 10101011 | 0 | 1100010 | 10111 | 1101 | 100111010 | 1100000 | 101100 |
Color Harmonies of #DD04AB
Complementary color
Monochromatic Colors of #DD04AB
Black with #DD04AB
Text Example
Text Example
White with #DD04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04AB; }
p { color: rgb(221,4,171); }
H1.HeaderClassName
{
color: #DD04AB;
}
.AnyTagClassName
{
color: #DD04AB;
}
</style>
background-color css
<style>
a { background-color: #DD04AB; }
a { background-color: rgb(221,4,171); }
div.DivClassName
{
background-color: #DD04AB;
}
.BgClassName
{
background-color: #DD04AB;
}
</style>
border-color css
<style>
span { border-color: #DD04AB; }
span { border-color: rgb(221,4,171); }
td.TdClassName
{
border-color: #DD04AB;
}
.TagClassName
{
border-color: #DD04AB;
}
</style>