Shades of Hollywood Cerise #D503A0
Tints of Hollywood Cerise #D503A0
RGB
CMYK
RGB Variations
Color information
#D503A0 (or 0xD503A0) is known color: Hollywood Cerise. HEX triplet: D5, 03 and A0. RGB value is (213,3,160). Sum of RGB (Red+Green+Blue) = 213+3+160=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D503A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D503A0 is #2AFC5F. Grayscale: #535353. Windows color (decimal): -2817120 or 10486741. OLE color: 10486741.
HSL color Cylindrical-coordinate representation of color #D503A0: hue angle of 315.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D503A0 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.16 |
| HSL | 315.14º | 0.97% | 0.42% | - |
| HSV(B) | 315.14º | 0.99% | 0.84% | - |
| XYZ | 33.82 | 16.75 | 34.71 | - |
| YUV | 83.69 | 171.07 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 160 | 0 | 0.99 | 0.25 | 0.16 | 315.14 | 0.97 | 0.42 |
| Hex | D5 | 3 | A0 | 0 | 63 | 19 | 10 | 13B | 61 | 2A |
| Octal | 325 | 3 | 240 | 0 | 143 | 31 | 20 | 473 | 141 | 52 |
| Binary | 11010101 | 11 | 10100000 | 0 | 1100011 | 11001 | 10000 | 100111011 | 1100001 | 101010 |
Color Harmonies of #D503A0
Complementary color
Monochromatic Colors of #D503A0
Black with #D503A0
Text Example
Text Example
White with #D503A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D503A0; }
p { color: rgb(213,3,160); }
H1.HeaderClassName
{
color: #D503A0;
}
.AnyTagClassName
{
color: #D503A0;
}
</style>
background-color css
<style>
a { background-color: #D503A0; }
a { background-color: rgb(213,3,160); }
div.DivClassName
{
background-color: #D503A0;
}
.BgClassName
{
background-color: #D503A0;
}
</style>
border-color css
<style>
span { border-color: #D503A0; }
span { border-color: rgb(213,3,160); }
td.TdClassName
{
border-color: #D503A0;
}
.TagClassName
{
border-color: #D503A0;
}
</style>