Shades of Hollywood Cerise #D8029B
Tints of Hollywood Cerise #D8029B
RGB
CMYK
RGB Variations
Color information
#D8029B (or 0xD8029B) is known color: Hollywood Cerise. HEX triplet: D8, 02 and 9B. RGB value is (216,2,155). Sum of RGB (Red+Green+Blue) = 216+2+155=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8029B is #27FD64. Grayscale: #535353. Windows color (decimal): -2620773 or 10158808. OLE color: 10158808.
HSL color Cylindrical-coordinate representation of color #D8029B: hue angle of 317.1º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8029B is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.15 |
| HSL | 317.1º | 0.98% | 0.43% | - |
| HSV(B) | 317.1º | 0.99% | 0.85% | - |
| XYZ | 34.26 | 17.01 | 32.49 | - |
| YUV | 83.43 | 168.4 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 155 | 0 | 0.99 | 0.28 | 0.15 | 317.1 | 0.98 | 0.43 |
| Hex | D8 | 2 | 9B | 0 | 63 | 1C | F | 13D | 62 | 2B |
| Octal | 330 | 2 | 233 | 0 | 143 | 34 | 17 | 475 | 142 | 53 |
| Binary | 11011000 | 10 | 10011011 | 0 | 1100011 | 11100 | 1111 | 100111101 | 1100010 | 101011 |
Color Harmonies of #D8029B
Complementary color
Monochromatic Colors of #D8029B
Black with #D8029B
Text Example
Text Example
White with #D8029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8029B; }
p { color: rgb(216,2,155); }
H1.HeaderClassName
{
color: #D8029B;
}
.AnyTagClassName
{
color: #D8029B;
}
</style>
background-color css
<style>
a { background-color: #D8029B; }
a { background-color: rgb(216,2,155); }
div.DivClassName
{
background-color: #D8029B;
}
.BgClassName
{
background-color: #D8029B;
}
</style>
border-color css
<style>
span { border-color: #D8029B; }
span { border-color: rgb(216,2,155); }
td.TdClassName
{
border-color: #D8029B;
}
.TagClassName
{
border-color: #D8029B;
}
</style>