Shades of Hollywood Cerise #D4009A
Tints of Hollywood Cerise #D4009A
RGB
CMYK
RGB Variations
Color information
#D4009A (or 0xD4009A) is known color: Hollywood Cerise. HEX triplet: D4, 00 and 9A. RGB value is (212,0,154). Sum of RGB (Red+Green+Blue) = 212+0+154=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D4009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4009A is #2BFF65. Grayscale: #505050. Windows color (decimal): -2883430 or 10092756. OLE color: 10092756.
HSL color Cylindrical-coordinate representation of color #D4009A: hue angle of 316.42º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4009A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.27 | 0.17 |
| HSL | 316.42º | 1% | 0.42% | - |
| HSV(B) | 316.42º | 1% | 0.83% | - |
| XYZ | 32.98 | 16.33 | 31.99 | - |
| YUV | 80.94 | 169.24 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 154 | 0 | 1 | 0.27 | 0.17 | 316.42 | 1 | 0.42 |
| Hex | D4 | 0 | 9A | 0 | 64 | 1B | 11 | 13C | 64 | 2A |
| Octal | 324 | 0 | 232 | 0 | 144 | 33 | 21 | 474 | 144 | 52 |
| Binary | 11010100 | 0 | 10011010 | 0 | 1100100 | 11011 | 10001 | 100111100 | 1100100 | 101010 |
Color Harmonies of #D4009A
Complementary color
Monochromatic Colors of #D4009A
Black with #D4009A
Text Example
Text Example
White with #D4009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4009A; }
p { color: rgb(212,0,154); }
H1.HeaderClassName
{
color: #D4009A;
}
.AnyTagClassName
{
color: #D4009A;
}
</style>
background-color css
<style>
a { background-color: #D4009A; }
a { background-color: rgb(212,0,154); }
div.DivClassName
{
background-color: #D4009A;
}
.BgClassName
{
background-color: #D4009A;
}
</style>
border-color css
<style>
span { border-color: #D4009A; }
span { border-color: rgb(212,0,154); }
td.TdClassName
{
border-color: #D4009A;
}
.TagClassName
{
border-color: #D4009A;
}
</style>