Shades of Hollywood Cerise #DC139D
Tints of Hollywood Cerise #DC139D
RGB
CMYK
RGB Variations
Color information
#DC139D (or 0xDC139D) is known color: Hollywood Cerise. HEX triplet: DC, 13 and 9D. RGB value is (220,19,157). Sum of RGB (Red+Green+Blue) = 220+19+157=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC139D is #23EC62. Grayscale: #5E5E5E. Windows color (decimal): -2354275 or 10294236. OLE color: 10294236.
HSL color Cylindrical-coordinate representation of color #DC139D: hue angle of 318.81º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC139D is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 157 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.14 |
| HSL | 318.81º | 0.84% | 0.47% | - |
| HSV(B) | 318.81º | 0.91% | 0.86% | - |
| XYZ | 35.83 | 18.12 | 33.51 | - |
| YUV | 94.83 | 163.09 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 157 | 0 | 0.91 | 0.29 | 0.14 | 318.81 | 0.84 | 0.47 |
| Hex | DC | 13 | 9D | 0 | 5B | 1D | E | 13F | 54 | 2F |
| Octal | 334 | 23 | 235 | 0 | 133 | 35 | 16 | 477 | 124 | 57 |
| Binary | 11011100 | 10011 | 10011101 | 0 | 1011011 | 11101 | 1110 | 100111111 | 1010100 | 101111 |
Color Harmonies of #DC139D
Complementary color
Monochromatic Colors of #DC139D
Black with #DC139D
Text Example
Text Example
White with #DC139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC139D; }
p { color: rgb(220,19,157); }
H1.HeaderClassName
{
color: #DC139D;
}
.AnyTagClassName
{
color: #DC139D;
}
</style>
background-color css
<style>
a { background-color: #DC139D; }
a { background-color: rgb(220,19,157); }
div.DivClassName
{
background-color: #DC139D;
}
.BgClassName
{
background-color: #DC139D;
}
</style>
border-color css
<style>
span { border-color: #DC139D; }
span { border-color: rgb(220,19,157); }
td.TdClassName
{
border-color: #DC139D;
}
.TagClassName
{
border-color: #DC139D;
}
</style>