Shades of Hollywood Cerise #DD15A9
Tints of Hollywood Cerise #DD15A9
RGB
CMYK
RGB Variations
Color information
#DD15A9 (or 0xDD15A9) is known color: Hollywood Cerise. HEX triplet: DD, 15 and A9. RGB value is (221,21,169). Sum of RGB (Red+Green+Blue) = 221+21+169=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD15A9 is #22EA56. Grayscale: #616161. Windows color (decimal): -2288215 or 11081181. OLE color: 11081181.
HSL color Cylindrical-coordinate representation of color #DD15A9: hue angle of 315.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD15A9 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 169 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.13 |
| HSL | 315.6º | 0.83% | 0.47% | - |
| HSV(B) | 315.6º | 0.9% | 0.87% | - |
| XYZ | 37.25 | 18.77 | 39.2 | - |
| YUV | 97.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 169 | 0 | 0.90 | 0.24 | 0.13 | 315.6 | 0.83 | 0.47 |
| Hex | DD | 15 | A9 | 0 | 5A | 18 | D | 13C | 53 | 2F |
| Octal | 335 | 25 | 251 | 0 | 132 | 30 | 15 | 474 | 123 | 57 |
| Binary | 11011101 | 10101 | 10101001 | 0 | 1011010 | 11000 | 1101 | 100111100 | 1010011 | 101111 |
Color Harmonies of #DD15A9
Complementary color
Monochromatic Colors of #DD15A9
Black with #DD15A9
Text Example
Text Example
White with #DD15A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15A9; }
p { color: rgb(221,21,169); }
H1.HeaderClassName
{
color: #DD15A9;
}
.AnyTagClassName
{
color: #DD15A9;
}
</style>
background-color css
<style>
a { background-color: #DD15A9; }
a { background-color: rgb(221,21,169); }
div.DivClassName
{
background-color: #DD15A9;
}
.BgClassName
{
background-color: #DD15A9;
}
</style>
border-color css
<style>
span { border-color: #DD15A9; }
span { border-color: rgb(221,21,169); }
td.TdClassName
{
border-color: #DD15A9;
}
.TagClassName
{
border-color: #DD15A9;
}
</style>