Shades of Hollywood Cerise #D50DAC
Tints of Hollywood Cerise #D50DAC
RGB
CMYK
RGB Variations
Color information
#D50DAC (or 0xD50DAC) is known color: Hollywood Cerise. HEX triplet: D5, 0D and AC. RGB value is (213,13,172). Sum of RGB (Red+Green+Blue) = 213+13+172=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50DAC is #2AF253. Grayscale: #5A5A5A. Windows color (decimal): -2814548 or 11275733. OLE color: 11275733.
HSL color Cylindrical-coordinate representation of color #D50DAC: hue angle of 312.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DAC is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.16 |
| HSL | 312.3º | 0.88% | 0.44% | - |
| HSV(B) | 312.3º | 0.94% | 0.84% | - |
| XYZ | 35.03 | 17.41 | 40.54 | - |
| YUV | 90.93 | 173.76 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 172 | 0 | 0.94 | 0.19 | 0.16 | 312.3 | 0.88 | 0.44 |
| Hex | D5 | D | AC | 0 | 5E | 13 | 10 | 138 | 58 | 2C |
| Octal | 325 | 15 | 254 | 0 | 136 | 23 | 20 | 470 | 130 | 54 |
| Binary | 11010101 | 1101 | 10101100 | 0 | 1011110 | 10011 | 10000 | 100111000 | 1011000 | 101100 |
Color Harmonies of #D50DAC
Complementary color
Monochromatic Colors of #D50DAC
Black with #D50DAC
Text Example
Text Example
White with #D50DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DAC; }
p { color: rgb(213,13,172); }
H1.HeaderClassName
{
color: #D50DAC;
}
.AnyTagClassName
{
color: #D50DAC;
}
</style>
background-color css
<style>
a { background-color: #D50DAC; }
a { background-color: rgb(213,13,172); }
div.DivClassName
{
background-color: #D50DAC;
}
.BgClassName
{
background-color: #D50DAC;
}
</style>
border-color css
<style>
span { border-color: #D50DAC; }
span { border-color: rgb(213,13,172); }
td.TdClassName
{
border-color: #D50DAC;
}
.TagClassName
{
border-color: #D50DAC;
}
</style>