Shades of Hollywood Cerise #DD139D
Tints of Hollywood Cerise #DD139D
RGB
CMYK
RGB Variations
Color information
#DD139D (or 0xDD139D) is known color: Hollywood Cerise. HEX triplet: DD, 13 and 9D. RGB value is (221,19,157). Sum of RGB (Red+Green+Blue) = 221+19+157=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD139D is #22EC62. Grayscale: #5E5E5E. Windows color (decimal): -2288739 or 10294237. OLE color: 10294237.
HSL color Cylindrical-coordinate representation of color #DD139D: hue angle of 319.01º 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 #DD139D is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 157 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.13 |
| HSL | 319.01º | 0.84% | 0.47% | - |
| HSV(B) | 319.01º | 0.91% | 0.87% | - |
| XYZ | 36.14 | 18.27 | 33.52 | - |
| YUV | 95.13 | 162.92 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 157 | 0 | 0.91 | 0.29 | 0.13 | 319.01 | 0.84 | 0.47 |
| Hex | DD | 13 | 9D | 0 | 5B | 1D | D | 13F | 54 | 2F |
| Octal | 335 | 23 | 235 | 0 | 133 | 35 | 15 | 477 | 124 | 57 |
| Binary | 11011101 | 10011 | 10011101 | 0 | 1011011 | 11101 | 1101 | 100111111 | 1010100 | 101111 |
Color Harmonies of #DD139D
Complementary color
Monochromatic Colors of #DD139D
Black with #DD139D
Text Example
Text Example
White with #DD139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD139D; }
p { color: rgb(221,19,157); }
H1.HeaderClassName
{
color: #DD139D;
}
.AnyTagClassName
{
color: #DD139D;
}
</style>
background-color css
<style>
a { background-color: #DD139D; }
a { background-color: rgb(221,19,157); }
div.DivClassName
{
background-color: #DD139D;
}
.BgClassName
{
background-color: #DD139D;
}
</style>
border-color css
<style>
span { border-color: #DD139D; }
span { border-color: rgb(221,19,157); }
td.TdClassName
{
border-color: #DD139D;
}
.TagClassName
{
border-color: #DD139D;
}
</style>