Shades of Deep Magenta #DC13BF
Tints of Deep Magenta #DC13BF
RGB
CMYK
RGB Variations
Color information
#DC13BF (or 0xDC13BF) is known color: Deep Magenta. HEX triplet: DC, 13 and BF. RGB value is (220,19,191). Sum of RGB (Red+Green+Blue) = 220+19+191=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13BF is #23EC40. Grayscale: #626262. Windows color (decimal): -2354241 or 12522460. OLE color: 12522460.
HSL color Cylindrical-coordinate representation of color #DC13BF: hue angle of 308.66º 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 #DC13BF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 191 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.14 |
| HSL | 308.66º | 0.84% | 0.47% | - |
| HSV(B) | 308.66º | 0.91% | 0.86% | - |
| XYZ | 39.15 | 19.44 | 50.98 | - |
| YUV | 98.71 | 180.09 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 191 | 0 | 0.91 | 0.13 | 0.14 | 308.66 | 0.84 | 0.47 |
| Hex | DC | 13 | BF | 0 | 5B | D | E | 135 | 54 | 2F |
| Octal | 334 | 23 | 277 | 0 | 133 | 15 | 16 | 465 | 124 | 57 |
| Binary | 11011100 | 10011 | 10111111 | 0 | 1011011 | 1101 | 1110 | 100110101 | 1010100 | 101111 |
Color Harmonies of #DC13BF
Complementary color
Monochromatic Colors of #DC13BF
Black with #DC13BF
Text Example
Text Example
White with #DC13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13BF; }
p { color: rgb(220,19,191); }
H1.HeaderClassName
{
color: #DC13BF;
}
.AnyTagClassName
{
color: #DC13BF;
}
</style>
background-color css
<style>
a { background-color: #DC13BF; }
a { background-color: rgb(220,19,191); }
div.DivClassName
{
background-color: #DC13BF;
}
.BgClassName
{
background-color: #DC13BF;
}
</style>
border-color css
<style>
span { border-color: #DC13BF; }
span { border-color: rgb(220,19,191); }
td.TdClassName
{
border-color: #DC13BF;
}
.TagClassName
{
border-color: #DC13BF;
}
</style>