Shades of Hollywood Cerise #D50DA8
Tints of Hollywood Cerise #D50DA8
RGB
CMYK
RGB Variations
Color information
#D50DA8 (or 0xD50DA8) is known color: Hollywood Cerise. HEX triplet: D5, 0D and A8. RGB value is (213,13,168). Sum of RGB (Red+Green+Blue) = 213+13+168=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50DA8 is #2AF257. Grayscale: #5A5A5A. Windows color (decimal): -2814552 or 11013589. OLE color: 11013589.
HSL color Cylindrical-coordinate representation of color #D50DA8: hue angle of 313.5º 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 #D50DA8 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 168 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.16 |
| HSL | 313.5º | 0.88% | 0.44% | - |
| HSV(B) | 313.5º | 0.94% | 0.84% | - |
| XYZ | 34.65 | 17.26 | 38.55 | - |
| YUV | 90.47 | 171.76 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 168 | 0 | 0.94 | 0.21 | 0.16 | 313.5 | 0.88 | 0.44 |
| Hex | D5 | D | A8 | 0 | 5E | 15 | 10 | 13A | 58 | 2C |
| Octal | 325 | 15 | 250 | 0 | 136 | 25 | 20 | 472 | 130 | 54 |
| Binary | 11010101 | 1101 | 10101000 | 0 | 1011110 | 10101 | 10000 | 100111010 | 1011000 | 101100 |
Color Harmonies of #D50DA8
Complementary color
Monochromatic Colors of #D50DA8
Black with #D50DA8
Text Example
Text Example
White with #D50DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DA8; }
p { color: rgb(213,13,168); }
H1.HeaderClassName
{
color: #D50DA8;
}
.AnyTagClassName
{
color: #D50DA8;
}
</style>
background-color css
<style>
a { background-color: #D50DA8; }
a { background-color: rgb(213,13,168); }
div.DivClassName
{
background-color: #D50DA8;
}
.BgClassName
{
background-color: #D50DA8;
}
</style>
border-color css
<style>
span { border-color: #D50DA8; }
span { border-color: rgb(213,13,168); }
td.TdClassName
{
border-color: #D50DA8;
}
.TagClassName
{
border-color: #D50DA8;
}
</style>