Shades of Hollywood Cerise #DD0698
Tints of Hollywood Cerise #DD0698
RGB
CMYK
RGB Variations
Color information
#DD0698 (or 0xDD0698) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 98. RGB value is (221,6,152). Sum of RGB (Red+Green+Blue) = 221+6+152=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0698 is #22F967. Grayscale: #565656. Windows color (decimal): -2292072 or 9963229. OLE color: 9963229.
HSL color Cylindrical-coordinate representation of color #DD0698: hue angle of 319.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0698 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 152 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.13 |
| HSL | 319.26º | 0.95% | 0.45% | - |
| HSV(B) | 319.26º | 0.97% | 0.87% | - |
| XYZ | 35.55 | 17.77 | 31.26 | - |
| YUV | 86.93 | 164.73 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 152 | 0 | 0.97 | 0.31 | 0.13 | 319.26 | 0.95 | 0.45 |
| Hex | DD | 6 | 98 | 0 | 61 | 1F | D | 13F | 5F | 2D |
| Octal | 335 | 6 | 230 | 0 | 141 | 37 | 15 | 477 | 137 | 55 |
| Binary | 11011101 | 110 | 10011000 | 0 | 1100001 | 11111 | 1101 | 100111111 | 1011111 | 101101 |
Color Harmonies of #DD0698
Complementary color
Monochromatic Colors of #DD0698
Black with #DD0698
Text Example
Text Example
White with #DD0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0698; }
p { color: rgb(221,6,152); }
H1.HeaderClassName
{
color: #DD0698;
}
.AnyTagClassName
{
color: #DD0698;
}
</style>
background-color css
<style>
a { background-color: #DD0698; }
a { background-color: rgb(221,6,152); }
div.DivClassName
{
background-color: #DD0698;
}
.BgClassName
{
background-color: #DD0698;
}
</style>
border-color css
<style>
span { border-color: #DD0698; }
span { border-color: rgb(221,6,152); }
td.TdClassName
{
border-color: #DD0698;
}
.TagClassName
{
border-color: #DD0698;
}
</style>