Shades of Hollywood Cerise #D5049C
Tints of Hollywood Cerise #D5049C
RGB
CMYK
RGB Variations
Color information
#D5049C (or 0xD5049C) is known color: Hollywood Cerise. HEX triplet: D5, 04 and 9C. RGB value is (213,4,156). Sum of RGB (Red+Green+Blue) = 213+4+156=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5049C is #2AFB63. Grayscale: #535353. Windows color (decimal): -2816868 or 10224853. OLE color: 10224853.
HSL color Cylindrical-coordinate representation of color #D5049C: hue angle of 316.36º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5049C is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.16 |
| HSL | 316.36º | 0.96% | 0.43% | - |
| HSV(B) | 316.36º | 0.98% | 0.84% | - |
| XYZ | 33.48 | 16.63 | 32.9 | - |
| YUV | 83.82 | 168.74 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 156 | 0 | 0.98 | 0.27 | 0.16 | 316.36 | 0.96 | 0.43 |
| Hex | D5 | 4 | 9C | 0 | 62 | 1B | 10 | 13C | 60 | 2B |
| Octal | 325 | 4 | 234 | 0 | 142 | 33 | 20 | 474 | 140 | 53 |
| Binary | 11010101 | 100 | 10011100 | 0 | 1100010 | 11011 | 10000 | 100111100 | 1100000 | 101011 |
Color Harmonies of #D5049C
Complementary color
Monochromatic Colors of #D5049C
Black with #D5049C
Text Example
Text Example
White with #D5049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5049C; }
p { color: rgb(213,4,156); }
H1.HeaderClassName
{
color: #D5049C;
}
.AnyTagClassName
{
color: #D5049C;
}
</style>
background-color css
<style>
a { background-color: #D5049C; }
a { background-color: rgb(213,4,156); }
div.DivClassName
{
background-color: #D5049C;
}
.BgClassName
{
background-color: #D5049C;
}
</style>
border-color css
<style>
span { border-color: #D5049C; }
span { border-color: rgb(213,4,156); }
td.TdClassName
{
border-color: #D5049C;
}
.TagClassName
{
border-color: #D5049C;
}
</style>