Shades of Hollywood Cerise #D90199
Tints of Hollywood Cerise #D90199
RGB
CMYK
RGB Variations
Color information
#D90199 (or 0xD90199) is known color: Hollywood Cerise. HEX triplet: D9, 01 and 99. RGB value is (217,1,153). Sum of RGB (Red+Green+Blue) = 217+1+153=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D90199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90199 is #26FE66. Grayscale: #525252. Windows color (decimal): -2555495 or 10027481. OLE color: 10027481.
HSL color Cylindrical-coordinate representation of color #D90199: hue angle of 317.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90199 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 153 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.15 |
| HSL | 317.78º | 0.99% | 0.43% | - |
| HSV(B) | 317.78º | 1% | 0.85% | - |
| XYZ | 34.38 | 17.07 | 31.62 | - |
| YUV | 82.91 | 167.56 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 153 | 0 | 1.00 | 0.29 | 0.15 | 317.78 | 0.99 | 0.43 |
| Hex | D9 | 1 | 99 | 0 | 64 | 1D | F | 13E | 63 | 2B |
| Octal | 331 | 1 | 231 | 0 | 144 | 35 | 17 | 476 | 143 | 53 |
| Binary | 11011001 | 1 | 10011001 | 0 | 1100100 | 11101 | 1111 | 100111110 | 1100011 | 101011 |
Color Harmonies of #D90199
Complementary color
Monochromatic Colors of #D90199
Black with #D90199
Text Example
Text Example
White with #D90199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90199; }
p { color: rgb(217,1,153); }
H1.HeaderClassName
{
color: #D90199;
}
.AnyTagClassName
{
color: #D90199;
}
</style>
background-color css
<style>
a { background-color: #D90199; }
a { background-color: rgb(217,1,153); }
div.DivClassName
{
background-color: #D90199;
}
.BgClassName
{
background-color: #D90199;
}
</style>
border-color css
<style>
span { border-color: #D90199; }
span { border-color: rgb(217,1,153); }
td.TdClassName
{
border-color: #D90199;
}
.TagClassName
{
border-color: #D90199;
}
</style>