Shades of Hollywood Cerise #DD0198
Tints of Hollywood Cerise #DD0198
RGB
CMYK
RGB Variations
Color information
#DD0198 (or 0xDD0198) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 98. RGB value is (221,1,152). Sum of RGB (Red+Green+Blue) = 221+1+152=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0198 is #22FE67. Grayscale: #535353. Windows color (decimal): -2293352 or 9961949. OLE color: 9961949.
HSL color Cylindrical-coordinate representation of color #DD0198: hue angle of 318.82º 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 #DD0198 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.13 |
| HSL | 318.82º | 0.99% | 0.44% | - |
| HSV(B) | 318.82º | 1% | 0.87% | - |
| XYZ | 35.5 | 17.66 | 31.24 | - |
| YUV | 83.99 | 166.39 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 152 | 0 | 1.00 | 0.31 | 0.13 | 318.82 | 0.99 | 0.44 |
| Hex | DD | 1 | 98 | 0 | 64 | 1F | D | 13F | 63 | 2C |
| Octal | 335 | 1 | 230 | 0 | 144 | 37 | 15 | 477 | 143 | 54 |
| Binary | 11011101 | 1 | 10011000 | 0 | 1100100 | 11111 | 1101 | 100111111 | 1100011 | 101100 |
Color Harmonies of #DD0198
Complementary color
Monochromatic Colors of #DD0198
Black with #DD0198
Text Example
Text Example
White with #DD0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0198; }
p { color: rgb(221,1,152); }
H1.HeaderClassName
{
color: #DD0198;
}
.AnyTagClassName
{
color: #DD0198;
}
</style>
background-color css
<style>
a { background-color: #DD0198; }
a { background-color: rgb(221,1,152); }
div.DivClassName
{
background-color: #DD0198;
}
.BgClassName
{
background-color: #DD0198;
}
</style>
border-color css
<style>
span { border-color: #DD0198; }
span { border-color: rgb(221,1,152); }
td.TdClassName
{
border-color: #DD0198;
}
.TagClassName
{
border-color: #DD0198;
}
</style>