Shades of Hollywood Cerise #D50BA8
Tints of Hollywood Cerise #D50BA8
RGB
CMYK
RGB Variations
Color information
#D50BA8 (or 0xD50BA8) is known color: Hollywood Cerise. HEX triplet: D5, 0B and A8. RGB value is (213,11,168). Sum of RGB (Red+Green+Blue) = 213+11+168=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50BA8 is #2AF457. Grayscale: #585858. Windows color (decimal): -2815064 or 11013077. OLE color: 11013077.
HSL color Cylindrical-coordinate representation of color #D50BA8: hue angle of 313.37º 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 #D50BA8 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 168 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.16 |
| HSL | 313.37º | 0.9% | 0.44% | - |
| HSV(B) | 313.37º | 0.95% | 0.84% | - |
| XYZ | 34.63 | 17.21 | 38.54 | - |
| YUV | 89.3 | 172.42 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 168 | 0 | 0.95 | 0.21 | 0.16 | 313.37 | 0.9 | 0.44 |
| Hex | D5 | B | A8 | 0 | 5F | 15 | 10 | 139 | 5A | 2C |
| Octal | 325 | 13 | 250 | 0 | 137 | 25 | 20 | 471 | 132 | 54 |
| Binary | 11010101 | 1011 | 10101000 | 0 | 1011111 | 10101 | 10000 | 100111001 | 1011010 | 101100 |
Color Harmonies of #D50BA8
Complementary color
Monochromatic Colors of #D50BA8
Black with #D50BA8
Text Example
Text Example
White with #D50BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BA8; }
p { color: rgb(213,11,168); }
H1.HeaderClassName
{
color: #D50BA8;
}
.AnyTagClassName
{
color: #D50BA8;
}
</style>
background-color css
<style>
a { background-color: #D50BA8; }
a { background-color: rgb(213,11,168); }
div.DivClassName
{
background-color: #D50BA8;
}
.BgClassName
{
background-color: #D50BA8;
}
</style>
border-color css
<style>
span { border-color: #D50BA8; }
span { border-color: rgb(213,11,168); }
td.TdClassName
{
border-color: #D50BA8;
}
.TagClassName
{
border-color: #D50BA8;
}
</style>