Shades of Hollywood Cerise #DC13AC
Tints of Hollywood Cerise #DC13AC
RGB
CMYK
RGB Variations
Color information
#DC13AC (or 0xDC13AC) is known color: Hollywood Cerise. HEX triplet: DC, 13 and AC. RGB value is (220,19,172). Sum of RGB (Red+Green+Blue) = 220+19+172=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC13AC is #23EC53. Grayscale: #606060. Windows color (decimal): -2354260 or 11277276. OLE color: 11277276.
HSL color Cylindrical-coordinate representation of color #DC13AC: hue angle of 314.33º 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 #DC13AC is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 172 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.14 |
| HSL | 314.33º | 0.84% | 0.47% | - |
| HSV(B) | 314.33º | 0.91% | 0.86% | - |
| XYZ | 37.19 | 18.66 | 40.67 | - |
| YUV | 96.54 | 170.59 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 172 | 0 | 0.91 | 0.22 | 0.14 | 314.33 | 0.84 | 0.47 |
| Hex | DC | 13 | AC | 0 | 5B | 16 | E | 13A | 54 | 2F |
| Octal | 334 | 23 | 254 | 0 | 133 | 26 | 16 | 472 | 124 | 57 |
| Binary | 11011100 | 10011 | 10101100 | 0 | 1011011 | 10110 | 1110 | 100111010 | 1010100 | 101111 |
Color Harmonies of #DC13AC
Complementary color
Monochromatic Colors of #DC13AC
Black with #DC13AC
Text Example
Text Example
White with #DC13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13AC; }
p { color: rgb(220,19,172); }
H1.HeaderClassName
{
color: #DC13AC;
}
.AnyTagClassName
{
color: #DC13AC;
}
</style>
background-color css
<style>
a { background-color: #DC13AC; }
a { background-color: rgb(220,19,172); }
div.DivClassName
{
background-color: #DC13AC;
}
.BgClassName
{
background-color: #DC13AC;
}
</style>
border-color css
<style>
span { border-color: #DC13AC; }
span { border-color: rgb(220,19,172); }
td.TdClassName
{
border-color: #DC13AC;
}
.TagClassName
{
border-color: #DC13AC;
}
</style>