Shades of Hollywood Cerise #DC13AD
Tints of Hollywood Cerise #DC13AD
RGB
CMYK
RGB Variations
Color information
#DC13AD (or 0xDC13AD) is known color: Hollywood Cerise. HEX triplet: DC, 13 and AD. RGB value is (220,19,173). Sum of RGB (Red+Green+Blue) = 220+19+173=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC13AD is #23EC52. Grayscale: #606060. Windows color (decimal): -2354259 or 11342812. OLE color: 11342812.
HSL color Cylindrical-coordinate representation of color #DC13AD: hue angle of 314.03º 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 #DC13AD is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 173 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.14 |
| HSL | 314.03º | 0.84% | 0.47% | - |
| HSV(B) | 314.03º | 0.91% | 0.86% | - |
| XYZ | 37.29 | 18.7 | 41.18 | - |
| YUV | 96.66 | 171.09 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 173 | 0 | 0.91 | 0.21 | 0.14 | 314.03 | 0.84 | 0.47 |
| Hex | DC | 13 | AD | 0 | 5B | 15 | E | 13A | 54 | 2F |
| Octal | 334 | 23 | 255 | 0 | 133 | 25 | 16 | 472 | 124 | 57 |
| Binary | 11011100 | 10011 | 10101101 | 0 | 1011011 | 10101 | 1110 | 100111010 | 1010100 | 101111 |
Color Harmonies of #DC13AD
Complementary color
Monochromatic Colors of #DC13AD
Black with #DC13AD
Text Example
Text Example
White with #DC13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13AD; }
p { color: rgb(220,19,173); }
H1.HeaderClassName
{
color: #DC13AD;
}
.AnyTagClassName
{
color: #DC13AD;
}
</style>
background-color css
<style>
a { background-color: #DC13AD; }
a { background-color: rgb(220,19,173); }
div.DivClassName
{
background-color: #DC13AD;
}
.BgClassName
{
background-color: #DC13AD;
}
</style>
border-color css
<style>
span { border-color: #DC13AD; }
span { border-color: rgb(220,19,173); }
td.TdClassName
{
border-color: #DC13AD;
}
.TagClassName
{
border-color: #DC13AD;
}
</style>