Shades of Hollywood Cerise #DD149C
Tints of Hollywood Cerise #DD149C
RGB
CMYK
RGB Variations
Color information
#DD149C (or 0xDD149C) is known color: Hollywood Cerise. HEX triplet: DD, 14 and 9C. RGB value is (221,20,156). Sum of RGB (Red+Green+Blue) = 221+20+156=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD149C is #22EB63. Grayscale: #5F5F5F. Windows color (decimal): -2288484 or 10228957. OLE color: 10228957.
HSL color Cylindrical-coordinate representation of color #DD149C: hue angle of 319.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD149C is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 156 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.13 |
| HSL | 319.4º | 0.83% | 0.47% | - |
| HSV(B) | 319.4º | 0.91% | 0.87% | - |
| XYZ | 36.07 | 18.27 | 33.08 | - |
| YUV | 95.6 | 162.09 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 156 | 0 | 0.91 | 0.29 | 0.13 | 319.4 | 0.83 | 0.47 |
| Hex | DD | 14 | 9C | 0 | 5B | 1D | D | 13F | 53 | 2F |
| Octal | 335 | 24 | 234 | 0 | 133 | 35 | 15 | 477 | 123 | 57 |
| Binary | 11011101 | 10100 | 10011100 | 0 | 1011011 | 11101 | 1101 | 100111111 | 1010011 | 101111 |
Color Harmonies of #DD149C
Complementary color
Monochromatic Colors of #DD149C
Black with #DD149C
Text Example
Text Example
White with #DD149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD149C; }
p { color: rgb(221,20,156); }
H1.HeaderClassName
{
color: #DD149C;
}
.AnyTagClassName
{
color: #DD149C;
}
</style>
background-color css
<style>
a { background-color: #DD149C; }
a { background-color: rgb(221,20,156); }
div.DivClassName
{
background-color: #DD149C;
}
.BgClassName
{
background-color: #DD149C;
}
</style>
border-color css
<style>
span { border-color: #DD149C; }
span { border-color: rgb(221,20,156); }
td.TdClassName
{
border-color: #DD149C;
}
.TagClassName
{
border-color: #DD149C;
}
</style>