Shades of Hollywood Cerise #D90098
Tints of Hollywood Cerise #D90098
RGB
CMYK
RGB Variations
Color information
#D90098 (or 0xD90098) is known color: Hollywood Cerise. HEX triplet: D9, 00 and 98. RGB value is (217,0,152). Sum of RGB (Red+Green+Blue) = 217+0+152=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D90098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90098 is #26FF67. Grayscale: #515151. Windows color (decimal): -2555752 or 9961689. OLE color: 9961689.
HSL color Cylindrical-coordinate representation of color #D90098: hue angle of 317.97º 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 #D90098 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.30 | 0.15 |
| HSL | 317.97º | 1% | 0.43% | - |
| HSV(B) | 317.97º | 1% | 0.85% | - |
| XYZ | 34.28 | 17.02 | 31.18 | - |
| YUV | 82.21 | 167.39 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 152 | 0 | 1 | 0.30 | 0.15 | 317.97 | 1 | 0.43 |
| Hex | D9 | 0 | 98 | 0 | 64 | 1E | F | 13E | 64 | 2B |
| Octal | 331 | 0 | 230 | 0 | 144 | 36 | 17 | 476 | 144 | 53 |
| Binary | 11011001 | 0 | 10011000 | 0 | 1100100 | 11110 | 1111 | 100111110 | 1100100 | 101011 |
Color Harmonies of #D90098
Complementary color
Monochromatic Colors of #D90098
Black with #D90098
Text Example
Text Example
White with #D90098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90098; }
p { color: rgb(217,0,152); }
H1.HeaderClassName
{
color: #D90098;
}
.AnyTagClassName
{
color: #D90098;
}
</style>
background-color css
<style>
a { background-color: #D90098; }
a { background-color: rgb(217,0,152); }
div.DivClassName
{
background-color: #D90098;
}
.BgClassName
{
background-color: #D90098;
}
</style>
border-color css
<style>
span { border-color: #D90098; }
span { border-color: rgb(217,0,152); }
td.TdClassName
{
border-color: #D90098;
}
.TagClassName
{
border-color: #D90098;
}
</style>