Shades of Hollywood Cerise #DF0198
Tints of Hollywood Cerise #DF0198
RGB
CMYK
RGB Variations
Color information
#DF0198 (or 0xDF0198) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 98. RGB value is (223,1,152). Sum of RGB (Red+Green+Blue) = 223+1+152=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0198 is #20FE67. Grayscale: #545454. Windows color (decimal): -2162280 or 9961951. OLE color: 9961951.
HSL color Cylindrical-coordinate representation of color #DF0198: hue angle of 319.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0198 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.13 |
| HSL | 319.19º | 0.99% | 0.44% | - |
| HSV(B) | 319.19º | 1% | 0.87% | - |
| XYZ | 36.11 | 17.98 | 31.27 | - |
| YUV | 84.59 | 166.05 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 152 | 0 | 1.00 | 0.32 | 0.13 | 319.19 | 0.99 | 0.44 |
| Hex | DF | 1 | 98 | 0 | 64 | 20 | D | 13F | 63 | 2C |
| Octal | 337 | 1 | 230 | 0 | 144 | 40 | 15 | 477 | 143 | 54 |
| Binary | 11011111 | 1 | 10011000 | 0 | 1100100 | 100000 | 1101 | 100111111 | 1100011 | 101100 |
Color Harmonies of #DF0198
Complementary color
Monochromatic Colors of #DF0198
Black with #DF0198
Text Example
Text Example
White with #DF0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0198; }
p { color: rgb(223,1,152); }
H1.HeaderClassName
{
color: #DF0198;
}
.AnyTagClassName
{
color: #DF0198;
}
</style>
background-color css
<style>
a { background-color: #DF0198; }
a { background-color: rgb(223,1,152); }
div.DivClassName
{
background-color: #DF0198;
}
.BgClassName
{
background-color: #DF0198;
}
</style>
border-color css
<style>
span { border-color: #DF0198; }
span { border-color: rgb(223,1,152); }
td.TdClassName
{
border-color: #DF0198;
}
.TagClassName
{
border-color: #DF0198;
}
</style>