Shades of Hollywood Cerise #D50BA1
Tints of Hollywood Cerise #D50BA1
RGB
CMYK
RGB Variations
Color information
#D50BA1 (or 0xD50BA1) is known color: Hollywood Cerise. HEX triplet: D5, 0B and A1. RGB value is (213,11,161). Sum of RGB (Red+Green+Blue) = 213+11+161=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50BA1 is #2AF45E. Grayscale: #585858. Windows color (decimal): -2815071 or 10554325. OLE color: 10554325.
HSL color Cylindrical-coordinate representation of color #D50BA1: hue angle of 315.45º degrees, saturation: 0.9, 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 #D50BA1 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 161 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.16 |
| HSL | 315.45º | 0.9% | 0.44% | - |
| HSV(B) | 315.45º | 0.95% | 0.84% | - |
| XYZ | 33.99 | 16.96 | 35.2 | - |
| YUV | 88.5 | 168.92 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 161 | 0 | 0.95 | 0.24 | 0.16 | 315.45 | 0.9 | 0.44 |
| Hex | D5 | B | A1 | 0 | 5F | 18 | 10 | 13B | 5A | 2C |
| Octal | 325 | 13 | 241 | 0 | 137 | 30 | 20 | 473 | 132 | 54 |
| Binary | 11010101 | 1011 | 10100001 | 0 | 1011111 | 11000 | 10000 | 100111011 | 1011010 | 101100 |
Color Harmonies of #D50BA1
Complementary color
Monochromatic Colors of #D50BA1
Black with #D50BA1
Text Example
Text Example
White with #D50BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BA1; }
p { color: rgb(213,11,161); }
H1.HeaderClassName
{
color: #D50BA1;
}
.AnyTagClassName
{
color: #D50BA1;
}
</style>
background-color css
<style>
a { background-color: #D50BA1; }
a { background-color: rgb(213,11,161); }
div.DivClassName
{
background-color: #D50BA1;
}
.BgClassName
{
background-color: #D50BA1;
}
</style>
border-color css
<style>
span { border-color: #D50BA1; }
span { border-color: rgb(213,11,161); }
td.TdClassName
{
border-color: #D50BA1;
}
.TagClassName
{
border-color: #D50BA1;
}
</style>