Shades of Hollywood Cerise #DD089F
Tints of Hollywood Cerise #DD089F
RGB
CMYK
RGB Variations
Color information
#DD089F (or 0xDD089F) is known color: Hollywood Cerise. HEX triplet: DD, 08 and 9F. RGB value is (221,8,159). Sum of RGB (Red+Green+Blue) = 221+8+159=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD089F is #22F760. Grayscale: #585858. Windows color (decimal): -2291553 or 10422493. OLE color: 10422493.
HSL color Cylindrical-coordinate representation of color #DD089F: hue angle of 317.46º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD089F is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.13 |
| HSL | 317.46º | 0.93% | 0.45% | - |
| HSV(B) | 317.46º | 0.96% | 0.87% | - |
| XYZ | 36.16 | 18.05 | 34.38 | - |
| YUV | 88.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 159 | 0 | 0.96 | 0.28 | 0.13 | 317.46 | 0.93 | 0.45 |
| Hex | DD | 8 | 9F | 0 | 60 | 1C | D | 13D | 5D | 2D |
| Octal | 335 | 10 | 237 | 0 | 140 | 34 | 15 | 475 | 135 | 55 |
| Binary | 11011101 | 1000 | 10011111 | 0 | 1100000 | 11100 | 1101 | 100111101 | 1011101 | 101101 |
Color Harmonies of #DD089F
Complementary color
Monochromatic Colors of #DD089F
Black with #DD089F
Text Example
Text Example
White with #DD089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD089F; }
p { color: rgb(221,8,159); }
H1.HeaderClassName
{
color: #DD089F;
}
.AnyTagClassName
{
color: #DD089F;
}
</style>
background-color css
<style>
a { background-color: #DD089F; }
a { background-color: rgb(221,8,159); }
div.DivClassName
{
background-color: #DD089F;
}
.BgClassName
{
background-color: #DD089F;
}
</style>
border-color css
<style>
span { border-color: #DD089F; }
span { border-color: rgb(221,8,159); }
td.TdClassName
{
border-color: #DD089F;
}
.TagClassName
{
border-color: #DD089F;
}
</style>