Shades of Hollywood Cerise #D5029B
Tints of Hollywood Cerise #D5029B
RGB
CMYK
RGB Variations
Color information
#D5029B (or 0xD5029B) is known color: Hollywood Cerise. HEX triplet: D5, 02 and 9B. RGB value is (213,2,155). Sum of RGB (Red+Green+Blue) = 213+2+155=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5029B is #2AFD64. Grayscale: #525252. Windows color (decimal): -2817381 or 10158805. OLE color: 10158805.
HSL color Cylindrical-coordinate representation of color #D5029B: hue angle of 316.49º degrees, saturation: 0.98, 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 #D5029B is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.16 |
| HSL | 316.49º | 0.98% | 0.42% | - |
| HSV(B) | 316.49º | 0.99% | 0.84% | - |
| XYZ | 33.38 | 16.56 | 32.45 | - |
| YUV | 82.53 | 168.9 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 155 | 0 | 0.99 | 0.27 | 0.16 | 316.49 | 0.98 | 0.42 |
| Hex | D5 | 2 | 9B | 0 | 63 | 1B | 10 | 13C | 62 | 2A |
| Octal | 325 | 2 | 233 | 0 | 143 | 33 | 20 | 474 | 142 | 52 |
| Binary | 11010101 | 10 | 10011011 | 0 | 1100011 | 11011 | 10000 | 100111100 | 1100010 | 101010 |
Color Harmonies of #D5029B
Complementary color
Monochromatic Colors of #D5029B
Black with #D5029B
Text Example
Text Example
White with #D5029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5029B; }
p { color: rgb(213,2,155); }
H1.HeaderClassName
{
color: #D5029B;
}
.AnyTagClassName
{
color: #D5029B;
}
</style>
background-color css
<style>
a { background-color: #D5029B; }
a { background-color: rgb(213,2,155); }
div.DivClassName
{
background-color: #D5029B;
}
.BgClassName
{
background-color: #D5029B;
}
</style>
border-color css
<style>
span { border-color: #D5029B; }
span { border-color: rgb(213,2,155); }
td.TdClassName
{
border-color: #D5029B;
}
.TagClassName
{
border-color: #D5029B;
}
</style>