Shades of Hollywood Cerise #D50AA9
Tints of Hollywood Cerise #D50AA9
RGB
CMYK
RGB Variations
Color information
#D50AA9 (or 0xD50AA9) is known color: Hollywood Cerise. HEX triplet: D5, 0A and A9. RGB value is (213,10,169). Sum of RGB (Red+Green+Blue) = 213+10+169=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50AA9 is #2AF556. Grayscale: #585858. Windows color (decimal): -2815319 or 11078357. OLE color: 11078357.
HSL color Cylindrical-coordinate representation of color #D50AA9: hue angle of 313º 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 #D50AA9 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 169 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.16 |
| HSL | 313º | 0.91% | 0.44% | - |
| HSV(B) | 313º | 0.95% | 0.84% | - |
| XYZ | 34.71 | 17.23 | 39.03 | - |
| YUV | 88.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 169 | 0 | 0.95 | 0.21 | 0.16 | 313 | 0.91 | 0.44 |
| Hex | D5 | A | A9 | 0 | 5F | 15 | 10 | 139 | 5B | 2C |
| Octal | 325 | 12 | 251 | 0 | 137 | 25 | 20 | 471 | 133 | 54 |
| Binary | 11010101 | 1010 | 10101001 | 0 | 1011111 | 10101 | 10000 | 100111001 | 1011011 | 101100 |
Color Harmonies of #D50AA9
Complementary color
Monochromatic Colors of #D50AA9
Black with #D50AA9
Text Example
Text Example
White with #D50AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AA9; }
p { color: rgb(213,10,169); }
H1.HeaderClassName
{
color: #D50AA9;
}
.AnyTagClassName
{
color: #D50AA9;
}
</style>
background-color css
<style>
a { background-color: #D50AA9; }
a { background-color: rgb(213,10,169); }
div.DivClassName
{
background-color: #D50AA9;
}
.BgClassName
{
background-color: #D50AA9;
}
</style>
border-color css
<style>
span { border-color: #D50AA9; }
span { border-color: rgb(213,10,169); }
td.TdClassName
{
border-color: #D50AA9;
}
.TagClassName
{
border-color: #D50AA9;
}
</style>