Shades of Hollywood Cerise #DD139C
Tints of Hollywood Cerise #DD139C
RGB
CMYK
RGB Variations
Color information
#DD139C (or 0xDD139C) is known color: Hollywood Cerise. HEX triplet: DD, 13 and 9C. RGB value is (221,19,156). Sum of RGB (Red+Green+Blue) = 221+19+156=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD139C is #22EC63. Grayscale: #5E5E5E. Windows color (decimal): -2288740 or 10228701. OLE color: 10228701.
HSL color Cylindrical-coordinate representation of color #DD139C: hue angle of 319.31º degrees, saturation: 0.84, 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 #DD139C is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 156 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.13 |
| HSL | 319.31º | 0.84% | 0.47% | - |
| HSV(B) | 319.31º | 0.91% | 0.87% | - |
| XYZ | 36.05 | 18.24 | 33.07 | - |
| YUV | 95.02 | 162.42 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 156 | 0 | 0.91 | 0.29 | 0.13 | 319.31 | 0.84 | 0.47 |
| Hex | DD | 13 | 9C | 0 | 5B | 1D | D | 13F | 54 | 2F |
| Octal | 335 | 23 | 234 | 0 | 133 | 35 | 15 | 477 | 124 | 57 |
| Binary | 11011101 | 10011 | 10011100 | 0 | 1011011 | 11101 | 1101 | 100111111 | 1010100 | 101111 |
Color Harmonies of #DD139C
Complementary color
Monochromatic Colors of #DD139C
Black with #DD139C
Text Example
Text Example
White with #DD139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD139C; }
p { color: rgb(221,19,156); }
H1.HeaderClassName
{
color: #DD139C;
}
.AnyTagClassName
{
color: #DD139C;
}
</style>
background-color css
<style>
a { background-color: #DD139C; }
a { background-color: rgb(221,19,156); }
div.DivClassName
{
background-color: #DD139C;
}
.BgClassName
{
background-color: #DD139C;
}
</style>
border-color css
<style>
span { border-color: #DD139C; }
span { border-color: rgb(221,19,156); }
td.TdClassName
{
border-color: #DD139C;
}
.TagClassName
{
border-color: #DD139C;
}
</style>