Shades of Hollywood Cerise #DD169E
Tints of Hollywood Cerise #DD169E
RGB
CMYK
RGB Variations
Color information
#DD169E (or 0xDD169E) is known color: Hollywood Cerise. HEX triplet: DD, 16 and 9E. RGB value is (221,22,158). Sum of RGB (Red+Green+Blue) = 221+22+158=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD169E is #22E961. Grayscale: #606060. Windows color (decimal): -2287970 or 10360541. OLE color: 10360541.
HSL color Cylindrical-coordinate representation of color #DD169E: hue angle of 318.99º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD169E is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 158 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.13 |
| HSL | 319º | 0.82% | 0.48% | - |
| HSV(B) | 319º | 0.9% | 0.87% | - |
| XYZ | 36.28 | 18.41 | 33.99 | - |
| YUV | 97.01 | 162.43 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 158 | 0 | 0.90 | 0.29 | 0.13 | 319 | 0.82 | 0.48 |
| Hex | DD | 16 | 9E | 0 | 5A | 1D | D | 13F | 52 | 30 |
| Octal | 335 | 26 | 236 | 0 | 132 | 35 | 15 | 477 | 122 | 60 |
| Binary | 11011101 | 10110 | 10011110 | 0 | 1011010 | 11101 | 1101 | 100111111 | 1010010 | 110000 |
Color Harmonies of #DD169E
Complementary color
Monochromatic Colors of #DD169E
Black with #DD169E
Text Example
Text Example
White with #DD169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD169E; }
p { color: rgb(221,22,158); }
H1.HeaderClassName
{
color: #DD169E;
}
.AnyTagClassName
{
color: #DD169E;
}
</style>
background-color css
<style>
a { background-color: #DD169E; }
a { background-color: rgb(221,22,158); }
div.DivClassName
{
background-color: #DD169E;
}
.BgClassName
{
background-color: #DD169E;
}
</style>
border-color css
<style>
span { border-color: #DD169E; }
span { border-color: rgb(221,22,158); }
td.TdClassName
{
border-color: #DD169E;
}
.TagClassName
{
border-color: #DD169E;
}
</style>