Shades of Hollywood Cerise #D418AC
Tints of Hollywood Cerise #D418AC
RGB
CMYK
RGB Variations
Color information
#D418AC (or 0xD418AC) is known color: Hollywood Cerise. HEX triplet: D4, 18 and AC. RGB value is (212,24,172). Sum of RGB (Red+Green+Blue) = 212+24+172=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D418AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D418AC is #2BE753. Grayscale: #606060. Windows color (decimal): -2877268 or 11278548. OLE color: 11278548.
HSL color Cylindrical-coordinate representation of color #D418AC: hue angle of 312.77º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D418AC is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 172 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.17 |
| HSL | 312.77º | 0.8% | 0.46% | - |
| HSV(B) | 312.77º | 0.89% | 0.83% | - |
| XYZ | 34.92 | 17.63 | 40.59 | - |
| YUV | 97.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 172 | 0 | 0.89 | 0.19 | 0.17 | 312.77 | 0.8 | 0.46 |
| Hex | D4 | 18 | AC | 0 | 59 | 13 | 11 | 139 | 50 | 2E |
| Octal | 324 | 30 | 254 | 0 | 131 | 23 | 21 | 471 | 120 | 56 |
| Binary | 11010100 | 11000 | 10101100 | 0 | 1011001 | 10011 | 10001 | 100111001 | 1010000 | 101110 |
Color Harmonies of #D418AC
Complementary color
Monochromatic Colors of #D418AC
Black with #D418AC
Text Example
Text Example
White with #D418AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D418AC; }
p { color: rgb(212,24,172); }
H1.HeaderClassName
{
color: #D418AC;
}
.AnyTagClassName
{
color: #D418AC;
}
</style>
background-color css
<style>
a { background-color: #D418AC; }
a { background-color: rgb(212,24,172); }
div.DivClassName
{
background-color: #D418AC;
}
.BgClassName
{
background-color: #D418AC;
}
</style>
border-color css
<style>
span { border-color: #D418AC; }
span { border-color: rgb(212,24,172); }
td.TdClassName
{
border-color: #D418AC;
}
.TagClassName
{
border-color: #D418AC;
}
</style>