Shades of Hollywood Cerise #DC149D
Tints of Hollywood Cerise #DC149D
RGB
CMYK
RGB Variations
Color information
#DC149D (or 0xDC149D) is known color: Hollywood Cerise. HEX triplet: DC, 14 and 9D. RGB value is (220,20,157). Sum of RGB (Red+Green+Blue) = 220+20+157=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC149D is #23EB62. Grayscale: #5F5F5F. Windows color (decimal): -2354019 or 10294492. OLE color: 10294492.
HSL color Cylindrical-coordinate representation of color #DC149D: hue angle of 318.9º degrees, saturation: 0.83, 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 #DC149D is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 157 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.14 |
| HSL | 318.9º | 0.83% | 0.47% | - |
| HSV(B) | 318.9º | 0.91% | 0.86% | - |
| XYZ | 35.85 | 18.15 | 33.51 | - |
| YUV | 95.42 | 162.76 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 157 | 0 | 0.91 | 0.29 | 0.14 | 318.9 | 0.83 | 0.47 |
| Hex | DC | 14 | 9D | 0 | 5B | 1D | E | 13F | 53 | 2F |
| Octal | 334 | 24 | 235 | 0 | 133 | 35 | 16 | 477 | 123 | 57 |
| Binary | 11011100 | 10100 | 10011101 | 0 | 1011011 | 11101 | 1110 | 100111111 | 1010011 | 101111 |
Color Harmonies of #DC149D
Complementary color
Monochromatic Colors of #DC149D
Black with #DC149D
Text Example
Text Example
White with #DC149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC149D; }
p { color: rgb(220,20,157); }
H1.HeaderClassName
{
color: #DC149D;
}
.AnyTagClassName
{
color: #DC149D;
}
</style>
background-color css
<style>
a { background-color: #DC149D; }
a { background-color: rgb(220,20,157); }
div.DivClassName
{
background-color: #DC149D;
}
.BgClassName
{
background-color: #DC149D;
}
</style>
border-color css
<style>
span { border-color: #DC149D; }
span { border-color: rgb(220,20,157); }
td.TdClassName
{
border-color: #DC149D;
}
.TagClassName
{
border-color: #DC149D;
}
</style>