Shades of Hollywood Cerise #D5039E
Tints of Hollywood Cerise #D5039E
RGB
CMYK
RGB Variations
Color information
#D5039E (or 0xD5039E) is known color: Hollywood Cerise. HEX triplet: D5, 03 and 9E. RGB value is (213,3,158). Sum of RGB (Red+Green+Blue) = 213+3+158=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5039E is #2AFC61. Grayscale: #535353. Windows color (decimal): -2817122 or 10355669. OLE color: 10355669.
HSL color Cylindrical-coordinate representation of color #D5039E: hue angle of 315.71º 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 #D5039E is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.16 |
| HSL | 315.71º | 0.97% | 0.42% | - |
| HSV(B) | 315.71º | 0.99% | 0.84% | - |
| XYZ | 33.64 | 16.68 | 33.79 | - |
| YUV | 83.46 | 170.07 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 158 | 0 | 0.99 | 0.26 | 0.16 | 315.71 | 0.97 | 0.42 |
| Hex | D5 | 3 | 9E | 0 | 63 | 1A | 10 | 13C | 61 | 2A |
| Octal | 325 | 3 | 236 | 0 | 143 | 32 | 20 | 474 | 141 | 52 |
| Binary | 11010101 | 11 | 10011110 | 0 | 1100011 | 11010 | 10000 | 100111100 | 1100001 | 101010 |
Color Harmonies of #D5039E
Complementary color
Monochromatic Colors of #D5039E
Black with #D5039E
Text Example
Text Example
White with #D5039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5039E; }
p { color: rgb(213,3,158); }
H1.HeaderClassName
{
color: #D5039E;
}
.AnyTagClassName
{
color: #D5039E;
}
</style>
background-color css
<style>
a { background-color: #D5039E; }
a { background-color: rgb(213,3,158); }
div.DivClassName
{
background-color: #D5039E;
}
.BgClassName
{
background-color: #D5039E;
}
</style>
border-color css
<style>
span { border-color: #D5039E; }
span { border-color: rgb(213,3,158); }
td.TdClassName
{
border-color: #D5039E;
}
.TagClassName
{
border-color: #D5039E;
}
</style>