Shades of Hollywood Cerise #D416AA
Tints of Hollywood Cerise #D416AA
RGB
CMYK
RGB Variations
Color information
#D416AA (or 0xD416AA) is known color: Hollywood Cerise. HEX triplet: D4, 16 and AA. RGB value is (212,22,170). Sum of RGB (Red+Green+Blue) = 212+22+170=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D416AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D416AA is #2BE955. Grayscale: #5F5F5F. Windows color (decimal): -2877782 or 11146964. OLE color: 11146964.
HSL color Cylindrical-coordinate representation of color #D416AA: hue angle of 313.26º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416AA is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 170 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.17 |
| HSL | 313.26º | 0.81% | 0.46% | - |
| HSV(B) | 313.26º | 0.9% | 0.83% | - |
| XYZ | 34.69 | 17.47 | 39.57 | - |
| YUV | 95.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 170 | 0 | 0.90 | 0.20 | 0.17 | 313.26 | 0.81 | 0.46 |
| Hex | D4 | 16 | AA | 0 | 5A | 14 | 11 | 139 | 51 | 2E |
| Octal | 324 | 26 | 252 | 0 | 132 | 24 | 21 | 471 | 121 | 56 |
| Binary | 11010100 | 10110 | 10101010 | 0 | 1011010 | 10100 | 10001 | 100111001 | 1010001 | 101110 |
Color Harmonies of #D416AA
Complementary color
Monochromatic Colors of #D416AA
Black with #D416AA
Text Example
Text Example
White with #D416AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416AA; }
p { color: rgb(212,22,170); }
H1.HeaderClassName
{
color: #D416AA;
}
.AnyTagClassName
{
color: #D416AA;
}
</style>
background-color css
<style>
a { background-color: #D416AA; }
a { background-color: rgb(212,22,170); }
div.DivClassName
{
background-color: #D416AA;
}
.BgClassName
{
background-color: #D416AA;
}
</style>
border-color css
<style>
span { border-color: #D416AA; }
span { border-color: rgb(212,22,170); }
td.TdClassName
{
border-color: #D416AA;
}
.TagClassName
{
border-color: #D416AA;
}
</style>