Shades of Hollywood Cerise #D60098
Tints of Hollywood Cerise #D60098
RGB
CMYK
RGB Variations
Color information
#D60098 (or 0xD60098) is known color: Hollywood Cerise. HEX triplet: D6, 00 and 98. RGB value is (214,0,152). Sum of RGB (Red+Green+Blue) = 214+0+152=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D60098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60098 is #29FF67. Grayscale: #505050. Windows color (decimal): -2752360 or 9961686. OLE color: 9961686.
HSL color Cylindrical-coordinate representation of color #D60098: hue angle of 317.38º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60098 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.29 | 0.16 |
| HSL | 317.38º | 1% | 0.42% | - |
| HSV(B) | 317.38º | 1% | 0.84% | - |
| XYZ | 33.4 | 16.56 | 31.14 | - |
| YUV | 81.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 152 | 0 | 1 | 0.29 | 0.16 | 317.38 | 1 | 0.42 |
| Hex | D6 | 0 | 98 | 0 | 64 | 1D | 10 | 13D | 64 | 2A |
| Octal | 326 | 0 | 230 | 0 | 144 | 35 | 20 | 475 | 144 | 52 |
| Binary | 11010110 | 0 | 10011000 | 0 | 1100100 | 11101 | 10000 | 100111101 | 1100100 | 101010 |
Color Harmonies of #D60098
Complementary color
Monochromatic Colors of #D60098
Black with #D60098
Text Example
Text Example
White with #D60098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60098; }
p { color: rgb(214,0,152); }
H1.HeaderClassName
{
color: #D60098;
}
.AnyTagClassName
{
color: #D60098;
}
</style>
background-color css
<style>
a { background-color: #D60098; }
a { background-color: rgb(214,0,152); }
div.DivClassName
{
background-color: #D60098;
}
.BgClassName
{
background-color: #D60098;
}
</style>
border-color css
<style>
span { border-color: #D60098; }
span { border-color: rgb(214,0,152); }
td.TdClassName
{
border-color: #D60098;
}
.TagClassName
{
border-color: #D60098;
}
</style>