Shades of Hollywood Cerise #DC13B0
Tints of Hollywood Cerise #DC13B0
RGB
CMYK
RGB Variations
Color information
#DC13B0 (or 0xDC13B0) is known color: Hollywood Cerise. HEX triplet: DC, 13 and B0. RGB value is (220,19,176). Sum of RGB (Red+Green+Blue) = 220+19+176=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC13B0 is #23EC4F. Grayscale: #606060. Windows color (decimal): -2354256 or 11539420. OLE color: 11539420.
HSL color Cylindrical-coordinate representation of color #DC13B0: hue angle of 313.13º 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 #DC13B0 is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 176 | - |
| CMYK | 0 | 0.91 | 0.2 | 0.14 |
| HSL | 313.13º | 0.84% | 0.47% | - |
| HSV(B) | 313.13º | 0.91% | 0.86% | - |
| XYZ | 37.58 | 18.82 | 42.73 | - |
| YUV | 97 | 172.59 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 176 | 0 | 0.91 | 0.2 | 0.14 | 313.13 | 0.84 | 0.47 |
| Hex | DC | 13 | B0 | 0 | 5B | 14 | E | 139 | 54 | 2F |
| Octal | 334 | 23 | 260 | 0 | 133 | 24 | 16 | 471 | 124 | 57 |
| Binary | 11011100 | 10011 | 10110000 | 0 | 1011011 | 10100 | 1110 | 100111001 | 1010100 | 101111 |
Color Harmonies of #DC13B0
Complementary color
Monochromatic Colors of #DC13B0
Black with #DC13B0
Text Example
Text Example
White with #DC13B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13B0; }
p { color: rgb(220,19,176); }
H1.HeaderClassName
{
color: #DC13B0;
}
.AnyTagClassName
{
color: #DC13B0;
}
</style>
background-color css
<style>
a { background-color: #DC13B0; }
a { background-color: rgb(220,19,176); }
div.DivClassName
{
background-color: #DC13B0;
}
.BgClassName
{
background-color: #DC13B0;
}
</style>
border-color css
<style>
span { border-color: #DC13B0; }
span { border-color: rgb(220,19,176); }
td.TdClassName
{
border-color: #DC13B0;
}
.TagClassName
{
border-color: #DC13B0;
}
</style>