Shades of Hollywood Cerise #D604A1
Tints of Hollywood Cerise #D604A1
RGB
CMYK
RGB Variations
Color information
#D604A1 (or 0xD604A1) is known color: Hollywood Cerise. HEX triplet: D6, 04 and A1. RGB value is (214,4,161). Sum of RGB (Red+Green+Blue) = 214+4+161=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D604A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D604A1 is #29FB5E. Grayscale: #545454. Windows color (decimal): -2751327 or 10552534. OLE color: 10552534.
HSL color Cylindrical-coordinate representation of color #D604A1: hue angle of 315.14º 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 #D604A1 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.16 |
| HSL | 315.14º | 0.96% | 0.43% | - |
| HSV(B) | 315.14º | 0.98% | 0.84% | - |
| XYZ | 34.21 | 16.96 | 35.19 | - |
| YUV | 84.69 | 171.07 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 161 | 0 | 0.98 | 0.25 | 0.16 | 315.14 | 0.96 | 0.43 |
| Hex | D6 | 4 | A1 | 0 | 62 | 19 | 10 | 13B | 60 | 2B |
| Octal | 326 | 4 | 241 | 0 | 142 | 31 | 20 | 473 | 140 | 53 |
| Binary | 11010110 | 100 | 10100001 | 0 | 1100010 | 11001 | 10000 | 100111011 | 1100000 | 101011 |
Color Harmonies of #D604A1
Complementary color
Monochromatic Colors of #D604A1
Black with #D604A1
Text Example
Text Example
White with #D604A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D604A1; }
p { color: rgb(214,4,161); }
H1.HeaderClassName
{
color: #D604A1;
}
.AnyTagClassName
{
color: #D604A1;
}
</style>
background-color css
<style>
a { background-color: #D604A1; }
a { background-color: rgb(214,4,161); }
div.DivClassName
{
background-color: #D604A1;
}
.BgClassName
{
background-color: #D604A1;
}
</style>
border-color css
<style>
span { border-color: #D604A1; }
span { border-color: rgb(214,4,161); }
td.TdClassName
{
border-color: #D604A1;
}
.TagClassName
{
border-color: #D604A1;
}
</style>