Shades of Hollywood Cerise #DD13AA
Tints of Hollywood Cerise #DD13AA
RGB
CMYK
RGB Variations
Color information
#DD13AA (or 0xDD13AA) is known color: Hollywood Cerise. HEX triplet: DD, 13 and AA. RGB value is (221,19,170). Sum of RGB (Red+Green+Blue) = 221+19+170=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD13AA is #22EC55. Grayscale: #606060. Windows color (decimal): -2288726 or 11146205. OLE color: 11146205.
HSL color Cylindrical-coordinate representation of color #DD13AA: hue angle of 315.15º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD13AA is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 170 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.13 |
| HSL | 315.15º | 0.84% | 0.47% | - |
| HSV(B) | 315.15º | 0.91% | 0.87% | - |
| XYZ | 37.31 | 18.74 | 39.68 | - |
| YUV | 96.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 170 | 0 | 0.91 | 0.23 | 0.13 | 315.15 | 0.84 | 0.47 |
| Hex | DD | 13 | AA | 0 | 5B | 17 | D | 13B | 54 | 2F |
| Octal | 335 | 23 | 252 | 0 | 133 | 27 | 15 | 473 | 124 | 57 |
| Binary | 11011101 | 10011 | 10101010 | 0 | 1011011 | 10111 | 1101 | 100111011 | 1010100 | 101111 |
Color Harmonies of #DD13AA
Complementary color
Monochromatic Colors of #DD13AA
Black with #DD13AA
Text Example
Text Example
White with #DD13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13AA; }
p { color: rgb(221,19,170); }
H1.HeaderClassName
{
color: #DD13AA;
}
.AnyTagClassName
{
color: #DD13AA;
}
</style>
background-color css
<style>
a { background-color: #DD13AA; }
a { background-color: rgb(221,19,170); }
div.DivClassName
{
background-color: #DD13AA;
}
.BgClassName
{
background-color: #DD13AA;
}
</style>
border-color css
<style>
span { border-color: #DD13AA; }
span { border-color: rgb(221,19,170); }
td.TdClassName
{
border-color: #DD13AA;
}
.TagClassName
{
border-color: #DD13AA;
}
</style>