Shades of Deep Magenta #DC14DA
Tints of Deep Magenta #DC14DA
RGB
CMYK
RGB Variations
Color information
#DC14DA (or 0xDC14DA) is known color: Deep Magenta. HEX triplet: DC, 14 and DA. RGB value is (220,20,218). Sum of RGB (Red+Green+Blue) = 220+20+218=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14DA is #23EB25. Grayscale: #656565. Windows color (decimal): -2353958 or 14292188. OLE color: 14292188.
HSL color Cylindrical-coordinate representation of color #DC14DA: hue angle of 300.6º 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 #DC14DA is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 218 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.14 |
| HSL | 300.6º | 0.83% | 0.47% | - |
| HSV(B) | 300.6º | 0.91% | 0.86% | - |
| XYZ | 42.42 | 20.78 | 68.1 | - |
| YUV | 102.37 | 193.26 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 218 | 0 | 0.91 | 0.01 | 0.14 | 300.6 | 0.83 | 0.47 |
| Hex | DC | 14 | DA | 0 | 5B | 1 | E | 12D | 53 | 2F |
| Octal | 334 | 24 | 332 | 0 | 133 | 1 | 16 | 455 | 123 | 57 |
| Binary | 11011100 | 10100 | 11011010 | 0 | 1011011 | 1 | 1110 | 100101101 | 1010011 | 101111 |
Color Harmonies of #DC14DA
Complementary color
Monochromatic Colors of #DC14DA
Black with #DC14DA
Text Example
Text Example
White with #DC14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14DA; }
p { color: rgb(220,20,218); }
H1.HeaderClassName
{
color: #DC14DA;
}
.AnyTagClassName
{
color: #DC14DA;
}
</style>
background-color css
<style>
a { background-color: #DC14DA; }
a { background-color: rgb(220,20,218); }
div.DivClassName
{
background-color: #DC14DA;
}
.BgClassName
{
background-color: #DC14DA;
}
</style>
border-color css
<style>
span { border-color: #DC14DA; }
span { border-color: rgb(220,20,218); }
td.TdClassName
{
border-color: #DC14DA;
}
.TagClassName
{
border-color: #DC14DA;
}
</style>