Shades of Hollywood Cerise #D5039D
Tints of Hollywood Cerise #D5039D
RGB
CMYK
RGB Variations
Color information
#D5039D (or 0xD5039D) is known color: Hollywood Cerise. HEX triplet: D5, 03 and 9D. RGB value is (213,3,157). Sum of RGB (Red+Green+Blue) = 213+3+157=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5039D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5039D is #2AFC62. Grayscale: #525252. Windows color (decimal): -2817123 or 10290133. OLE color: 10290133.
HSL color Cylindrical-coordinate representation of color #D5039D: hue angle of 316º 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 #D5039D is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.16 |
| HSL | 316º | 0.97% | 0.42% | - |
| HSV(B) | 316º | 0.99% | 0.84% | - |
| XYZ | 33.56 | 16.65 | 33.34 | - |
| YUV | 83.35 | 169.57 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 157 | 0 | 0.99 | 0.26 | 0.16 | 316 | 0.97 | 0.42 |
| Hex | D5 | 3 | 9D | 0 | 63 | 1A | 10 | 13C | 61 | 2A |
| Octal | 325 | 3 | 235 | 0 | 143 | 32 | 20 | 474 | 141 | 52 |
| Binary | 11010101 | 11 | 10011101 | 0 | 1100011 | 11010 | 10000 | 100111100 | 1100001 | 101010 |
Color Harmonies of #D5039D
Complementary color
Monochromatic Colors of #D5039D
Black with #D5039D
Text Example
Text Example
White with #D5039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5039D; }
p { color: rgb(213,3,157); }
H1.HeaderClassName
{
color: #D5039D;
}
.AnyTagClassName
{
color: #D5039D;
}
</style>
background-color css
<style>
a { background-color: #D5039D; }
a { background-color: rgb(213,3,157); }
div.DivClassName
{
background-color: #D5039D;
}
.BgClassName
{
background-color: #D5039D;
}
</style>
border-color css
<style>
span { border-color: #D5039D; }
span { border-color: rgb(213,3,157); }
td.TdClassName
{
border-color: #D5039D;
}
.TagClassName
{
border-color: #D5039D;
}
</style>