Shades of Hollywood Cerise #D411AD
Tints of Hollywood Cerise #D411AD
RGB
CMYK
RGB Variations
Color information
#D411AD (or 0xD411AD) is known color: Hollywood Cerise. HEX triplet: D4, 11 and AD. RGB value is (212,17,173). Sum of RGB (Red+Green+Blue) = 212+17+173=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D411AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D411AD is #2BEE52. Grayscale: #5C5C5C. Windows color (decimal): -2879059 or 11342292. OLE color: 11342292.
HSL color Cylindrical-coordinate representation of color #D411AD: hue angle of 312º 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 #D411AD is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.17 |
| HSL | 312º | 0.85% | 0.45% | - |
| HSV(B) | 312º | 0.92% | 0.83% | - |
| XYZ | 34.89 | 17.42 | 41.06 | - |
| YUV | 93.09 | 173.1 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 173 | 0 | 0.92 | 0.18 | 0.17 | 312 | 0.85 | 0.45 |
| Hex | D4 | 11 | AD | 0 | 5C | 12 | 11 | 138 | 55 | 2D |
| Octal | 324 | 21 | 255 | 0 | 134 | 22 | 21 | 470 | 125 | 55 |
| Binary | 11010100 | 10001 | 10101101 | 0 | 1011100 | 10010 | 10001 | 100111000 | 1010101 | 101101 |
Color Harmonies of #D411AD
Complementary color
Monochromatic Colors of #D411AD
Black with #D411AD
Text Example
Text Example
White with #D411AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411AD; }
p { color: rgb(212,17,173); }
H1.HeaderClassName
{
color: #D411AD;
}
.AnyTagClassName
{
color: #D411AD;
}
</style>
background-color css
<style>
a { background-color: #D411AD; }
a { background-color: rgb(212,17,173); }
div.DivClassName
{
background-color: #D411AD;
}
.BgClassName
{
background-color: #D411AD;
}
</style>
border-color css
<style>
span { border-color: #D411AD; }
span { border-color: rgb(212,17,173); }
td.TdClassName
{
border-color: #D411AD;
}
.TagClassName
{
border-color: #D411AD;
}
</style>