Shades of Hollywood Cerise #D406AA
Tints of Hollywood Cerise #D406AA
RGB
CMYK
RGB Variations
Color information
#D406AA (or 0xD406AA) is known color: Hollywood Cerise. HEX triplet: D4, 06 and AA. RGB value is (212,6,170). Sum of RGB (Red+Green+Blue) = 212+6+170=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D406AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D406AA is #2BF955. Grayscale: #555555. Windows color (decimal): -2881878 or 11142868. OLE color: 11142868.
HSL color Cylindrical-coordinate representation of color #D406AA: hue angle of 312.23º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D406AA is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.17 |
| HSL | 312.23º | 0.94% | 0.43% | - |
| HSV(B) | 312.23º | 0.97% | 0.83% | - |
| XYZ | 34.47 | 17.03 | 39.5 | - |
| YUV | 86.29 | 175.25 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 170 | 0 | 0.97 | 0.20 | 0.17 | 312.23 | 0.94 | 0.43 |
| Hex | D4 | 6 | AA | 0 | 61 | 14 | 11 | 138 | 5E | 2B |
| Octal | 324 | 6 | 252 | 0 | 141 | 24 | 21 | 470 | 136 | 53 |
| Binary | 11010100 | 110 | 10101010 | 0 | 1100001 | 10100 | 10001 | 100111000 | 1011110 | 101011 |
Color Harmonies of #D406AA
Complementary color
Monochromatic Colors of #D406AA
Black with #D406AA
Text Example
Text Example
White with #D406AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D406AA; }
p { color: rgb(212,6,170); }
H1.HeaderClassName
{
color: #D406AA;
}
.AnyTagClassName
{
color: #D406AA;
}
</style>
background-color css
<style>
a { background-color: #D406AA; }
a { background-color: rgb(212,6,170); }
div.DivClassName
{
background-color: #D406AA;
}
.BgClassName
{
background-color: #D406AA;
}
</style>
border-color css
<style>
span { border-color: #D406AA; }
span { border-color: rgb(212,6,170); }
td.TdClassName
{
border-color: #D406AA;
}
.TagClassName
{
border-color: #D406AA;
}
</style>