Shades of Hollywood Cerise #D414AC
Tints of Hollywood Cerise #D414AC
RGB
CMYK
RGB Variations
Color information
#D414AC (or 0xD414AC) is known color: Hollywood Cerise. HEX triplet: D4, 14 and AC. RGB value is (212,20,172). Sum of RGB (Red+Green+Blue) = 212+20+172=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D414AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D414AC is #2BEB53. Grayscale: #5E5E5E. Windows color (decimal): -2878292 or 11277524. OLE color: 11277524.
HSL color Cylindrical-coordinate representation of color #D414AC: hue angle of 312.5º degrees, saturation: 0.83, 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 #D414AC is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 172 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.17 |
| HSL | 312.5º | 0.83% | 0.45% | - |
| HSV(B) | 312.5º | 0.91% | 0.83% | - |
| XYZ | 34.85 | 17.48 | 40.57 | - |
| YUV | 94.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 172 | 0 | 0.91 | 0.19 | 0.17 | 312.5 | 0.83 | 0.45 |
| Hex | D4 | 14 | AC | 0 | 5B | 13 | 11 | 138 | 53 | 2D |
| Octal | 324 | 24 | 254 | 0 | 133 | 23 | 21 | 470 | 123 | 55 |
| Binary | 11010100 | 10100 | 10101100 | 0 | 1011011 | 10011 | 10001 | 100111000 | 1010011 | 101101 |
Color Harmonies of #D414AC
Complementary color
Monochromatic Colors of #D414AC
Black with #D414AC
Text Example
Text Example
White with #D414AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D414AC; }
p { color: rgb(212,20,172); }
H1.HeaderClassName
{
color: #D414AC;
}
.AnyTagClassName
{
color: #D414AC;
}
</style>
background-color css
<style>
a { background-color: #D414AC; }
a { background-color: rgb(212,20,172); }
div.DivClassName
{
background-color: #D414AC;
}
.BgClassName
{
background-color: #D414AC;
}
</style>
border-color css
<style>
span { border-color: #D414AC; }
span { border-color: rgb(212,20,172); }
td.TdClassName
{
border-color: #D414AC;
}
.TagClassName
{
border-color: #D414AC;
}
</style>