Shades of Hollywood Cerise #D5039B
Tints of Hollywood Cerise #D5039B
RGB
CMYK
RGB Variations
Color information
#D5039B (or 0xD5039B) is known color: Hollywood Cerise. HEX triplet: D5, 03 and 9B. RGB value is (213,3,155). Sum of RGB (Red+Green+Blue) = 213+3+155=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5039B is #2AFC64. Grayscale: #525252. Windows color (decimal): -2817125 or 10159061. OLE color: 10159061.
HSL color Cylindrical-coordinate representation of color #D5039B: hue angle of 316.57º 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 #D5039B is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.16 |
| HSL | 316.57º | 0.97% | 0.42% | - |
| HSV(B) | 316.57º | 0.99% | 0.84% | - |
| XYZ | 33.39 | 16.58 | 32.45 | - |
| YUV | 83.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 155 | 0 | 0.99 | 0.27 | 0.16 | 316.57 | 0.97 | 0.42 |
| Hex | D5 | 3 | 9B | 0 | 63 | 1B | 10 | 13D | 61 | 2A |
| Octal | 325 | 3 | 233 | 0 | 143 | 33 | 20 | 475 | 141 | 52 |
| Binary | 11010101 | 11 | 10011011 | 0 | 1100011 | 11011 | 10000 | 100111101 | 1100001 | 101010 |
Color Harmonies of #D5039B
Complementary color
Monochromatic Colors of #D5039B
Black with #D5039B
Text Example
Text Example
White with #D5039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5039B; }
p { color: rgb(213,3,155); }
H1.HeaderClassName
{
color: #D5039B;
}
.AnyTagClassName
{
color: #D5039B;
}
</style>
background-color css
<style>
a { background-color: #D5039B; }
a { background-color: rgb(213,3,155); }
div.DivClassName
{
background-color: #D5039B;
}
.BgClassName
{
background-color: #D5039B;
}
</style>
border-color css
<style>
span { border-color: #D5039B; }
span { border-color: rgb(213,3,155); }
td.TdClassName
{
border-color: #D5039B;
}
.TagClassName
{
border-color: #D5039B;
}
</style>