Shades of Hollywood Cerise #D50CAA
Tints of Hollywood Cerise #D50CAA
RGB
CMYK
RGB Variations
Color information
#D50CAA (or 0xD50CAA) is known color: Hollywood Cerise. HEX triplet: D5, 0C and AA. RGB value is (213,12,170). Sum of RGB (Red+Green+Blue) = 213+12+170=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50CAA is #2AF355. Grayscale: #595959. Windows color (decimal): -2814806 or 11144405. OLE color: 11144405.
HSL color Cylindrical-coordinate representation of color #D50CAA: hue angle of 312.84º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50CAA is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.16 |
| HSL | 312.84º | 0.89% | 0.44% | - |
| HSV(B) | 312.84º | 0.94% | 0.84% | - |
| XYZ | 34.83 | 17.31 | 39.54 | - |
| YUV | 90.11 | 173.09 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 170 | 0 | 0.94 | 0.20 | 0.16 | 312.84 | 0.89 | 0.44 |
| Hex | D5 | C | AA | 0 | 5E | 14 | 10 | 139 | 59 | 2C |
| Octal | 325 | 14 | 252 | 0 | 136 | 24 | 20 | 471 | 131 | 54 |
| Binary | 11010101 | 1100 | 10101010 | 0 | 1011110 | 10100 | 10000 | 100111001 | 1011001 | 101100 |
Color Harmonies of #D50CAA
Complementary color
Monochromatic Colors of #D50CAA
Black with #D50CAA
Text Example
Text Example
White with #D50CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CAA; }
p { color: rgb(213,12,170); }
H1.HeaderClassName
{
color: #D50CAA;
}
.AnyTagClassName
{
color: #D50CAA;
}
</style>
background-color css
<style>
a { background-color: #D50CAA; }
a { background-color: rgb(213,12,170); }
div.DivClassName
{
background-color: #D50CAA;
}
.BgClassName
{
background-color: #D50CAA;
}
</style>
border-color css
<style>
span { border-color: #D50CAA; }
span { border-color: rgb(213,12,170); }
td.TdClassName
{
border-color: #D50CAA;
}
.TagClassName
{
border-color: #D50CAA;
}
</style>