Shades of Hollywood Cerise #D50AA2
Tints of Hollywood Cerise #D50AA2
RGB
CMYK
RGB Variations
Color information
#D50AA2 (or 0xD50AA2) is known color: Hollywood Cerise. HEX triplet: D5, 0A and A2. RGB value is (213,10,162). Sum of RGB (Red+Green+Blue) = 213+10+162=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50AA2 is #2AF55D. Grayscale: #575757. Windows color (decimal): -2815326 or 10619605. OLE color: 10619605.
HSL color Cylindrical-coordinate representation of color #D50AA2: hue angle of 315.07º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50AA2 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 162 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.16 |
| HSL | 315.07º | 0.91% | 0.44% | - |
| HSV(B) | 315.07º | 0.95% | 0.84% | - |
| XYZ | 34.07 | 16.97 | 35.66 | - |
| YUV | 88.03 | 169.75 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 162 | 0 | 0.95 | 0.24 | 0.16 | 315.07 | 0.91 | 0.44 |
| Hex | D5 | A | A2 | 0 | 5F | 18 | 10 | 13B | 5B | 2C |
| Octal | 325 | 12 | 242 | 0 | 137 | 30 | 20 | 473 | 133 | 54 |
| Binary | 11010101 | 1010 | 10100010 | 0 | 1011111 | 11000 | 10000 | 100111011 | 1011011 | 101100 |
Color Harmonies of #D50AA2
Complementary color
Monochromatic Colors of #D50AA2
Black with #D50AA2
Text Example
Text Example
White with #D50AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AA2; }
p { color: rgb(213,10,162); }
H1.HeaderClassName
{
color: #D50AA2;
}
.AnyTagClassName
{
color: #D50AA2;
}
</style>
background-color css
<style>
a { background-color: #D50AA2; }
a { background-color: rgb(213,10,162); }
div.DivClassName
{
background-color: #D50AA2;
}
.BgClassName
{
background-color: #D50AA2;
}
</style>
border-color css
<style>
span { border-color: #D50AA2; }
span { border-color: rgb(213,10,162); }
td.TdClassName
{
border-color: #D50AA2;
}
.TagClassName
{
border-color: #D50AA2;
}
</style>