Shades of Hollywood Cerise #DC14AF
Tints of Hollywood Cerise #DC14AF
RGB
CMYK
RGB Variations
Color information
#DC14AF (or 0xDC14AF) is known color: Hollywood Cerise. HEX triplet: DC, 14 and AF. RGB value is (220,20,175). Sum of RGB (Red+Green+Blue) = 220+20+175=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC14AF is #23EB50. Grayscale: #616161. Windows color (decimal): -2354001 or 11474140. OLE color: 11474140.
HSL color Cylindrical-coordinate representation of color #DC14AF: hue angle of 313.5º 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 #DC14AF is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 175 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.14 |
| HSL | 313.5º | 0.83% | 0.47% | - |
| HSV(B) | 313.5º | 0.91% | 0.86% | - |
| XYZ | 37.5 | 18.81 | 42.21 | - |
| YUV | 97.47 | 171.76 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 175 | 0 | 0.91 | 0.20 | 0.14 | 313.5 | 0.83 | 0.47 |
| Hex | DC | 14 | AF | 0 | 5B | 14 | E | 13A | 53 | 2F |
| Octal | 334 | 24 | 257 | 0 | 133 | 24 | 16 | 472 | 123 | 57 |
| Binary | 11011100 | 10100 | 10101111 | 0 | 1011011 | 10100 | 1110 | 100111010 | 1010011 | 101111 |
Color Harmonies of #DC14AF
Complementary color
Monochromatic Colors of #DC14AF
Black with #DC14AF
Text Example
Text Example
White with #DC14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14AF; }
p { color: rgb(220,20,175); }
H1.HeaderClassName
{
color: #DC14AF;
}
.AnyTagClassName
{
color: #DC14AF;
}
</style>
background-color css
<style>
a { background-color: #DC14AF; }
a { background-color: rgb(220,20,175); }
div.DivClassName
{
background-color: #DC14AF;
}
.BgClassName
{
background-color: #DC14AF;
}
</style>
border-color css
<style>
span { border-color: #DC14AF; }
span { border-color: rgb(220,20,175); }
td.TdClassName
{
border-color: #DC14AF;
}
.TagClassName
{
border-color: #DC14AF;
}
</style>