Shades of Hollywood Cerise #D413AA
Tints of Hollywood Cerise #D413AA
RGB
CMYK
RGB Variations
Color information
#D413AA (or 0xD413AA) is known color: Hollywood Cerise. HEX triplet: D4, 13 and AA. RGB value is (212,19,170). Sum of RGB (Red+Green+Blue) = 212+19+170=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D413AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D413AA is #2BEC55. Grayscale: #5D5D5D. Windows color (decimal): -2878550 or 11146196. OLE color: 11146196.
HSL color Cylindrical-coordinate representation of color #D413AA: hue angle of 313.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D413AA is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 170 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.17 |
| HSL | 313.06º | 0.84% | 0.45% | - |
| HSV(B) | 313.06º | 0.91% | 0.83% | - |
| XYZ | 34.64 | 17.37 | 39.56 | - |
| YUV | 93.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 170 | 0 | 0.91 | 0.20 | 0.17 | 313.06 | 0.84 | 0.45 |
| Hex | D4 | 13 | AA | 0 | 5B | 14 | 11 | 139 | 54 | 2D |
| Octal | 324 | 23 | 252 | 0 | 133 | 24 | 21 | 471 | 124 | 55 |
| Binary | 11010100 | 10011 | 10101010 | 0 | 1011011 | 10100 | 10001 | 100111001 | 1010100 | 101101 |
Color Harmonies of #D413AA
Complementary color
Monochromatic Colors of #D413AA
Black with #D413AA
Text Example
Text Example
White with #D413AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413AA; }
p { color: rgb(212,19,170); }
H1.HeaderClassName
{
color: #D413AA;
}
.AnyTagClassName
{
color: #D413AA;
}
</style>
background-color css
<style>
a { background-color: #D413AA; }
a { background-color: rgb(212,19,170); }
div.DivClassName
{
background-color: #D413AA;
}
.BgClassName
{
background-color: #D413AA;
}
</style>
border-color css
<style>
span { border-color: #D413AA; }
span { border-color: rgb(212,19,170); }
td.TdClassName
{
border-color: #D413AA;
}
.TagClassName
{
border-color: #D413AA;
}
</style>