Shades of Hollywood Cerise #D400AB
Tints of Hollywood Cerise #D400AB
RGB
CMYK
RGB Variations
Color information
#D400AB (or 0xD400AB) is known color: Hollywood Cerise. HEX triplet: D4, 00 and AB. RGB value is (212,0,171). Sum of RGB (Red+Green+Blue) = 212+0+171=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D400AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D400AB is #2BFF54. Grayscale: #525252. Windows color (decimal): -2883413 or 11206868. OLE color: 11206868.
HSL color Cylindrical-coordinate representation of color #D400AB: hue angle of 311.6º 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 #D400AB is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.19 | 0.17 |
| HSL | 311.6º | 1% | 0.42% | - |
| HSV(B) | 311.6º | 1% | 0.83% | - |
| XYZ | 34.5 | 16.94 | 39.98 | - |
| YUV | 82.88 | 177.74 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 171 | 0 | 1 | 0.19 | 0.17 | 311.6 | 1 | 0.42 |
| Hex | D4 | 0 | AB | 0 | 64 | 13 | 11 | 138 | 64 | 2A |
| Octal | 324 | 0 | 253 | 0 | 144 | 23 | 21 | 470 | 144 | 52 |
| Binary | 11010100 | 0 | 10101011 | 0 | 1100100 | 10011 | 10001 | 100111000 | 1100100 | 101010 |
Color Harmonies of #D400AB
Complementary color
Monochromatic Colors of #D400AB
Black with #D400AB
Text Example
Text Example
White with #D400AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400AB; }
p { color: rgb(212,0,171); }
H1.HeaderClassName
{
color: #D400AB;
}
.AnyTagClassName
{
color: #D400AB;
}
</style>
background-color css
<style>
a { background-color: #D400AB; }
a { background-color: rgb(212,0,171); }
div.DivClassName
{
background-color: #D400AB;
}
.BgClassName
{
background-color: #D400AB;
}
</style>
border-color css
<style>
span { border-color: #D400AB; }
span { border-color: rgb(212,0,171); }
td.TdClassName
{
border-color: #D400AB;
}
.TagClassName
{
border-color: #D400AB;
}
</style>