Shades of Hollywood Cerise #DD089A
Tints of Hollywood Cerise #DD089A
RGB
CMYK
RGB Variations
Color information
#DD089A (or 0xDD089A) is known color: Hollywood Cerise. HEX triplet: DD, 08 and 9A. RGB value is (221,8,154). Sum of RGB (Red+Green+Blue) = 221+8+154=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD089A is #22F765. Grayscale: #575757. Windows color (decimal): -2291558 or 10094813. OLE color: 10094813.
HSL color Cylindrical-coordinate representation of color #DD089A: hue angle of 318.87º 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 #DD089A is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.13 |
| HSL | 318.87º | 0.93% | 0.45% | - |
| HSV(B) | 318.87º | 0.96% | 0.87% | - |
| XYZ | 35.74 | 17.88 | 32.14 | - |
| YUV | 88.33 | 165.07 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 154 | 0 | 0.96 | 0.30 | 0.13 | 318.87 | 0.93 | 0.45 |
| Hex | DD | 8 | 9A | 0 | 60 | 1E | D | 13F | 5D | 2D |
| Octal | 335 | 10 | 232 | 0 | 140 | 36 | 15 | 477 | 135 | 55 |
| Binary | 11011101 | 1000 | 10011010 | 0 | 1100000 | 11110 | 1101 | 100111111 | 1011101 | 101101 |
Color Harmonies of #DD089A
Complementary color
Monochromatic Colors of #DD089A
Black with #DD089A
Text Example
Text Example
White with #DD089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD089A; }
p { color: rgb(221,8,154); }
H1.HeaderClassName
{
color: #DD089A;
}
.AnyTagClassName
{
color: #DD089A;
}
</style>
background-color css
<style>
a { background-color: #DD089A; }
a { background-color: rgb(221,8,154); }
div.DivClassName
{
background-color: #DD089A;
}
.BgClassName
{
background-color: #DD089A;
}
</style>
border-color css
<style>
span { border-color: #DD089A; }
span { border-color: rgb(221,8,154); }
td.TdClassName
{
border-color: #DD089A;
}
.TagClassName
{
border-color: #DD089A;
}
</style>