Shades of Hollywood Cerise #DD169D
Tints of Hollywood Cerise #DD169D
RGB
CMYK
RGB Variations
Color information
#DD169D (or 0xDD169D) is known color: Hollywood Cerise. HEX triplet: DD, 16 and 9D. RGB value is (221,22,157). Sum of RGB (Red+Green+Blue) = 221+22+157=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD169D is #22E962. Grayscale: #606060. Windows color (decimal): -2287971 or 10295005. OLE color: 10295005.
HSL color Cylindrical-coordinate representation of color #DD169D: hue angle of 319.3º 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 #DD169D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 157 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.13 |
| HSL | 319.3º | 0.82% | 0.48% | - |
| HSV(B) | 319.3º | 0.9% | 0.87% | - |
| XYZ | 36.19 | 18.38 | 33.54 | - |
| YUV | 96.89 | 161.93 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 157 | 0 | 0.90 | 0.29 | 0.13 | 319.3 | 0.82 | 0.48 |
| Hex | DD | 16 | 9D | 0 | 5A | 1D | D | 13F | 52 | 30 |
| Octal | 335 | 26 | 235 | 0 | 132 | 35 | 15 | 477 | 122 | 60 |
| Binary | 11011101 | 10110 | 10011101 | 0 | 1011010 | 11101 | 1101 | 100111111 | 1010010 | 110000 |
Color Harmonies of #DD169D
Complementary color
Monochromatic Colors of #DD169D
Black with #DD169D
Text Example
Text Example
White with #DD169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD169D; }
p { color: rgb(221,22,157); }
H1.HeaderClassName
{
color: #DD169D;
}
.AnyTagClassName
{
color: #DD169D;
}
</style>
background-color css
<style>
a { background-color: #DD169D; }
a { background-color: rgb(221,22,157); }
div.DivClassName
{
background-color: #DD169D;
}
.BgClassName
{
background-color: #DD169D;
}
</style>
border-color css
<style>
span { border-color: #DD169D; }
span { border-color: rgb(221,22,157); }
td.TdClassName
{
border-color: #DD169D;
}
.TagClassName
{
border-color: #DD169D;
}
</style>