Shades of Hollywood Cerise #D50BAC
Tints of Hollywood Cerise #D50BAC
RGB
CMYK
RGB Variations
Color information
#D50BAC (or 0xD50BAC) is known color: Hollywood Cerise. HEX triplet: D5, 0B and AC. RGB value is (213,11,172). Sum of RGB (Red+Green+Blue) = 213+11+172=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50BAC is #2AF453. Grayscale: #595959. Windows color (decimal): -2815060 or 11275221. OLE color: 11275221.
HSL color Cylindrical-coordinate representation of color #D50BAC: hue angle of 312.18º 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 #D50BAC is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 172 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.16 |
| HSL | 312.18º | 0.9% | 0.44% | - |
| HSV(B) | 312.18º | 0.95% | 0.84% | - |
| XYZ | 35.01 | 17.36 | 40.54 | - |
| YUV | 89.75 | 174.42 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 172 | 0 | 0.95 | 0.19 | 0.16 | 312.18 | 0.9 | 0.44 |
| Hex | D5 | B | AC | 0 | 5F | 13 | 10 | 138 | 5A | 2C |
| Octal | 325 | 13 | 254 | 0 | 137 | 23 | 20 | 470 | 132 | 54 |
| Binary | 11010101 | 1011 | 10101100 | 0 | 1011111 | 10011 | 10000 | 100111000 | 1011010 | 101100 |
Color Harmonies of #D50BAC
Complementary color
Monochromatic Colors of #D50BAC
Black with #D50BAC
Text Example
Text Example
White with #D50BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BAC; }
p { color: rgb(213,11,172); }
H1.HeaderClassName
{
color: #D50BAC;
}
.AnyTagClassName
{
color: #D50BAC;
}
</style>
background-color css
<style>
a { background-color: #D50BAC; }
a { background-color: rgb(213,11,172); }
div.DivClassName
{
background-color: #D50BAC;
}
.BgClassName
{
background-color: #D50BAC;
}
</style>
border-color css
<style>
span { border-color: #D50BAC; }
span { border-color: rgb(213,11,172); }
td.TdClassName
{
border-color: #D50BAC;
}
.TagClassName
{
border-color: #D50BAC;
}
</style>