Shades of Hollywood Cerise #D404AB
Tints of Hollywood Cerise #D404AB
RGB
CMYK
RGB Variations
Color information
#D404AB (or 0xD404AB) is known color: Hollywood Cerise. HEX triplet: D4, 04 and AB. RGB value is (212,4,171). Sum of RGB (Red+Green+Blue) = 212+4+171=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D404AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D404AB is #2BFB54. Grayscale: #545454. Windows color (decimal): -2882389 or 11207892. OLE color: 11207892.
HSL color Cylindrical-coordinate representation of color #D404AB: hue angle of 311.83º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D404AB is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.17 |
| HSL | 311.83º | 0.96% | 0.42% | - |
| HSV(B) | 311.83º | 0.98% | 0.83% | - |
| XYZ | 34.55 | 17.02 | 39.99 | - |
| YUV | 85.23 | 176.41 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 171 | 0 | 0.98 | 0.19 | 0.17 | 311.83 | 0.96 | 0.42 |
| Hex | D4 | 4 | AB | 0 | 62 | 13 | 11 | 138 | 60 | 2A |
| Octal | 324 | 4 | 253 | 0 | 142 | 23 | 21 | 470 | 140 | 52 |
| Binary | 11010100 | 100 | 10101011 | 0 | 1100010 | 10011 | 10001 | 100111000 | 1100000 | 101010 |
Color Harmonies of #D404AB
Complementary color
Monochromatic Colors of #D404AB
Black with #D404AB
Text Example
Text Example
White with #D404AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404AB; }
p { color: rgb(212,4,171); }
H1.HeaderClassName
{
color: #D404AB;
}
.AnyTagClassName
{
color: #D404AB;
}
</style>
background-color css
<style>
a { background-color: #D404AB; }
a { background-color: rgb(212,4,171); }
div.DivClassName
{
background-color: #D404AB;
}
.BgClassName
{
background-color: #D404AB;
}
</style>
border-color css
<style>
span { border-color: #D404AB; }
span { border-color: rgb(212,4,171); }
td.TdClassName
{
border-color: #D404AB;
}
.TagClassName
{
border-color: #D404AB;
}
</style>