Shades of Hollywood Cerise #D90097
Tints of Hollywood Cerise #D90097
RGB
CMYK
RGB Variations
Color information
#D90097 (or 0xD90097) is known color: Hollywood Cerise. HEX triplet: D9, 00 and 97. RGB value is (217,0,151). Sum of RGB (Red+Green+Blue) = 217+0+151=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D90097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90097 is #26FF68. Grayscale: #515151. Windows color (decimal): -2555753 or 9896153. OLE color: 9896153.
HSL color Cylindrical-coordinate representation of color #D90097: hue angle of 318.25º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90097 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.30 | 0.15 |
| HSL | 318.25º | 1% | 0.43% | - |
| HSV(B) | 318.25º | 1% | 0.85% | - |
| XYZ | 34.2 | 16.99 | 30.75 | - |
| YUV | 82.1 | 166.89 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 151 | 0 | 1 | 0.30 | 0.15 | 318.25 | 1 | 0.43 |
| Hex | D9 | 0 | 97 | 0 | 64 | 1E | F | 13E | 64 | 2B |
| Octal | 331 | 0 | 227 | 0 | 144 | 36 | 17 | 476 | 144 | 53 |
| Binary | 11011001 | 0 | 10010111 | 0 | 1100100 | 11110 | 1111 | 100111110 | 1100100 | 101011 |
Color Harmonies of #D90097
Complementary color
Monochromatic Colors of #D90097
Black with #D90097
Text Example
Text Example
White with #D90097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90097; }
p { color: rgb(217,0,151); }
H1.HeaderClassName
{
color: #D90097;
}
.AnyTagClassName
{
color: #D90097;
}
</style>
background-color css
<style>
a { background-color: #D90097; }
a { background-color: rgb(217,0,151); }
div.DivClassName
{
background-color: #D90097;
}
.BgClassName
{
background-color: #D90097;
}
</style>
border-color css
<style>
span { border-color: #D90097; }
span { border-color: rgb(217,0,151); }
td.TdClassName
{
border-color: #D90097;
}
.TagClassName
{
border-color: #D90097;
}
</style>