Shades of Deep Magenta #DC12BF
Tints of Deep Magenta #DC12BF
RGB
CMYK
RGB Variations
Color information
#DC12BF (or 0xDC12BF) is known color: Deep Magenta. HEX triplet: DC, 12 and BF. RGB value is (220,18,191). Sum of RGB (Red+Green+Blue) = 220+18+191=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12BF is #23ED40. Grayscale: #616161. Windows color (decimal): -2354497 or 12522204. OLE color: 12522204.
HSL color Cylindrical-coordinate representation of color #DC12BF: hue angle of 308.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12BF is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 191 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.14 |
| HSL | 308.61º | 0.85% | 0.47% | - |
| HSV(B) | 308.61º | 0.92% | 0.86% | - |
| XYZ | 39.14 | 19.41 | 50.97 | - |
| YUV | 98.12 | 180.42 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 191 | 0 | 0.92 | 0.13 | 0.14 | 308.61 | 0.85 | 0.47 |
| Hex | DC | 12 | BF | 0 | 5C | D | E | 135 | 55 | 2F |
| Octal | 334 | 22 | 277 | 0 | 134 | 15 | 16 | 465 | 125 | 57 |
| Binary | 11011100 | 10010 | 10111111 | 0 | 1011100 | 1101 | 1110 | 100110101 | 1010101 | 101111 |
Color Harmonies of #DC12BF
Complementary color
Monochromatic Colors of #DC12BF
Black with #DC12BF
Text Example
Text Example
White with #DC12BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12BF; }
p { color: rgb(220,18,191); }
H1.HeaderClassName
{
color: #DC12BF;
}
.AnyTagClassName
{
color: #DC12BF;
}
</style>
background-color css
<style>
a { background-color: #DC12BF; }
a { background-color: rgb(220,18,191); }
div.DivClassName
{
background-color: #DC12BF;
}
.BgClassName
{
background-color: #DC12BF;
}
</style>
border-color css
<style>
span { border-color: #DC12BF; }
span { border-color: rgb(220,18,191); }
td.TdClassName
{
border-color: #DC12BF;
}
.TagClassName
{
border-color: #DC12BF;
}
</style>