Shades of Hollywood Cerise #D411AA
Tints of Hollywood Cerise #D411AA
RGB
CMYK
RGB Variations
Color information
#D411AA (or 0xD411AA) is known color: Hollywood Cerise. HEX triplet: D4, 11 and AA. RGB value is (212,17,170). Sum of RGB (Red+Green+Blue) = 212+17+170=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D411AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D411AA is #2BEE55. Grayscale: #5C5C5C. Windows color (decimal): -2879062 or 11145684. OLE color: 11145684.
HSL color Cylindrical-coordinate representation of color #D411AA: hue angle of 312.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D411AA is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 170 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.17 |
| HSL | 312.92º | 0.85% | 0.45% | - |
| HSV(B) | 312.92º | 0.92% | 0.83% | - |
| XYZ | 34.61 | 17.3 | 39.55 | - |
| YUV | 92.75 | 171.6 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 170 | 0 | 0.92 | 0.20 | 0.17 | 312.92 | 0.85 | 0.45 |
| Hex | D4 | 11 | AA | 0 | 5C | 14 | 11 | 139 | 55 | 2D |
| Octal | 324 | 21 | 252 | 0 | 134 | 24 | 21 | 471 | 125 | 55 |
| Binary | 11010100 | 10001 | 10101010 | 0 | 1011100 | 10100 | 10001 | 100111001 | 1010101 | 101101 |
Color Harmonies of #D411AA
Complementary color
Monochromatic Colors of #D411AA
Black with #D411AA
Text Example
Text Example
White with #D411AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411AA; }
p { color: rgb(212,17,170); }
H1.HeaderClassName
{
color: #D411AA;
}
.AnyTagClassName
{
color: #D411AA;
}
</style>
background-color css
<style>
a { background-color: #D411AA; }
a { background-color: rgb(212,17,170); }
div.DivClassName
{
background-color: #D411AA;
}
.BgClassName
{
background-color: #D411AA;
}
</style>
border-color css
<style>
span { border-color: #D411AA; }
span { border-color: rgb(212,17,170); }
td.TdClassName
{
border-color: #D411AA;
}
.TagClassName
{
border-color: #D411AA;
}
</style>