Shades of Hollywood Cerise #D604AB
Tints of Hollywood Cerise #D604AB
RGB
CMYK
RGB Variations
Color information
#D604AB (or 0xD604AB) is known color: Hollywood Cerise. HEX triplet: D6, 04 and AB. RGB value is (214,4,171). Sum of RGB (Red+Green+Blue) = 214+4+171=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D604AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D604AB is #29FB54. Grayscale: #555555. Windows color (decimal): -2751317 or 11207894. OLE color: 11207894.
HSL color Cylindrical-coordinate representation of color #D604AB: hue angle of 312.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D604AB is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.16 |
| HSL | 312.29º | 0.96% | 0.43% | - |
| HSV(B) | 312.29º | 0.98% | 0.84% | - |
| XYZ | 35.13 | 17.32 | 40.02 | - |
| YUV | 85.83 | 176.07 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 171 | 0 | 0.98 | 0.20 | 0.16 | 312.29 | 0.96 | 0.43 |
| Hex | D6 | 4 | AB | 0 | 62 | 14 | 10 | 138 | 60 | 2B |
| Octal | 326 | 4 | 253 | 0 | 142 | 24 | 20 | 470 | 140 | 53 |
| Binary | 11010110 | 100 | 10101011 | 0 | 1100010 | 10100 | 10000 | 100111000 | 1100000 | 101011 |
Color Harmonies of #D604AB
Complementary color
Monochromatic Colors of #D604AB
Black with #D604AB
Text Example
Text Example
White with #D604AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D604AB; }
p { color: rgb(214,4,171); }
H1.HeaderClassName
{
color: #D604AB;
}
.AnyTagClassName
{
color: #D604AB;
}
</style>
background-color css
<style>
a { background-color: #D604AB; }
a { background-color: rgb(214,4,171); }
div.DivClassName
{
background-color: #D604AB;
}
.BgClassName
{
background-color: #D604AB;
}
</style>
border-color css
<style>
span { border-color: #D604AB; }
span { border-color: rgb(214,4,171); }
td.TdClassName
{
border-color: #D604AB;
}
.TagClassName
{
border-color: #D604AB;
}
</style>