Shades of Hollywood Cerise #D40CA4
Tints of Hollywood Cerise #D40CA4
RGB
CMYK
RGB Variations
Color information
#D40CA4 (or 0xD40CA4) is known color: Hollywood Cerise. HEX triplet: D4, 0C and A4. RGB value is (212,12,164). Sum of RGB (Red+Green+Blue) = 212+12+164=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40CA4 is #2BF35B. Grayscale: #585858. Windows color (decimal): -2880348 or 10751188. OLE color: 10751188.
HSL color Cylindrical-coordinate representation of color #D40CA4: hue angle of 314.4º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40CA4 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 164 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.17 |
| HSL | 314.4º | 0.89% | 0.44% | - |
| HSV(B) | 314.4º | 0.94% | 0.83% | - |
| XYZ | 33.98 | 16.94 | 36.6 | - |
| YUV | 89.13 | 170.26 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 164 | 0 | 0.94 | 0.23 | 0.17 | 314.4 | 0.89 | 0.44 |
| Hex | D4 | C | A4 | 0 | 5E | 17 | 11 | 13A | 59 | 2C |
| Octal | 324 | 14 | 244 | 0 | 136 | 27 | 21 | 472 | 131 | 54 |
| Binary | 11010100 | 1100 | 10100100 | 0 | 1011110 | 10111 | 10001 | 100111010 | 1011001 | 101100 |
Color Harmonies of #D40CA4
Complementary color
Monochromatic Colors of #D40CA4
Black with #D40CA4
Text Example
Text Example
White with #D40CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CA4; }
p { color: rgb(212,12,164); }
H1.HeaderClassName
{
color: #D40CA4;
}
.AnyTagClassName
{
color: #D40CA4;
}
</style>
background-color css
<style>
a { background-color: #D40CA4; }
a { background-color: rgb(212,12,164); }
div.DivClassName
{
background-color: #D40CA4;
}
.BgClassName
{
background-color: #D40CA4;
}
</style>
border-color css
<style>
span { border-color: #D40CA4; }
span { border-color: rgb(212,12,164); }
td.TdClassName
{
border-color: #D40CA4;
}
.TagClassName
{
border-color: #D40CA4;
}
</style>