Shades of Hollywood Cerise #D9029B
Tints of Hollywood Cerise #D9029B
RGB
CMYK
RGB Variations
Color information
#D9029B (or 0xD9029B) is known color: Hollywood Cerise. HEX triplet: D9, 02 and 9B. RGB value is (217,2,155). Sum of RGB (Red+Green+Blue) = 217+2+155=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D9029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9029B is #26FD64. Grayscale: #535353. Windows color (decimal): -2555237 or 10158809. OLE color: 10158809.
HSL color Cylindrical-coordinate representation of color #D9029B: hue angle of 317.3º 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 #D9029B is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.15 |
| HSL | 317.3º | 0.98% | 0.43% | - |
| HSV(B) | 317.3º | 0.99% | 0.85% | - |
| XYZ | 34.55 | 17.16 | 32.5 | - |
| YUV | 83.73 | 168.23 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 155 | 0 | 0.99 | 0.29 | 0.15 | 317.3 | 0.98 | 0.43 |
| Hex | D9 | 2 | 9B | 0 | 63 | 1D | F | 13D | 62 | 2B |
| Octal | 331 | 2 | 233 | 0 | 143 | 35 | 17 | 475 | 142 | 53 |
| Binary | 11011001 | 10 | 10011011 | 0 | 1100011 | 11101 | 1111 | 100111101 | 1100010 | 101011 |
Color Harmonies of #D9029B
Complementary color
Monochromatic Colors of #D9029B
Black with #D9029B
Text Example
Text Example
White with #D9029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9029B; }
p { color: rgb(217,2,155); }
H1.HeaderClassName
{
color: #D9029B;
}
.AnyTagClassName
{
color: #D9029B;
}
</style>
background-color css
<style>
a { background-color: #D9029B; }
a { background-color: rgb(217,2,155); }
div.DivClassName
{
background-color: #D9029B;
}
.BgClassName
{
background-color: #D9029B;
}
</style>
border-color css
<style>
span { border-color: #D9029B; }
span { border-color: rgb(217,2,155); }
td.TdClassName
{
border-color: #D9029B;
}
.TagClassName
{
border-color: #D9029B;
}
</style>