Shades of Hollywood Cerise #D70098
Tints of Hollywood Cerise #D70098
RGB
CMYK
RGB Variations
Color information
#D70098 (or 0xD70098) is known color: Hollywood Cerise. HEX triplet: D7, 00 and 98. RGB value is (215,0,152). Sum of RGB (Red+Green+Blue) = 215+0+152=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D70098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70098 is #28FF67. Grayscale: #515151. Windows color (decimal): -2686824 or 9961687. OLE color: 9961687.
HSL color Cylindrical-coordinate representation of color #D70098: hue angle of 317.58º 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 #D70098 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.29 | 0.16 |
| HSL | 317.58º | 1% | 0.42% | - |
| HSV(B) | 317.58º | 1% | 0.84% | - |
| XYZ | 33.69 | 16.71 | 31.16 | - |
| YUV | 81.61 | 167.73 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 152 | 0 | 1 | 0.29 | 0.16 | 317.58 | 1 | 0.42 |
| Hex | D7 | 0 | 98 | 0 | 64 | 1D | 10 | 13E | 64 | 2A |
| Octal | 327 | 0 | 230 | 0 | 144 | 35 | 20 | 476 | 144 | 52 |
| Binary | 11010111 | 0 | 10011000 | 0 | 1100100 | 11101 | 10000 | 100111110 | 1100100 | 101010 |
Color Harmonies of #D70098
Complementary color
Monochromatic Colors of #D70098
Black with #D70098
Text Example
Text Example
White with #D70098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70098; }
p { color: rgb(215,0,152); }
H1.HeaderClassName
{
color: #D70098;
}
.AnyTagClassName
{
color: #D70098;
}
</style>
background-color css
<style>
a { background-color: #D70098; }
a { background-color: rgb(215,0,152); }
div.DivClassName
{
background-color: #D70098;
}
.BgClassName
{
background-color: #D70098;
}
</style>
border-color css
<style>
span { border-color: #D70098; }
span { border-color: rgb(215,0,152); }
td.TdClassName
{
border-color: #D70098;
}
.TagClassName
{
border-color: #D70098;
}
</style>