Shades of Deep Magenta #DC15BF
Tints of Deep Magenta #DC15BF
RGB
CMYK
RGB Variations
Color information
#DC15BF (or 0xDC15BF) is known color: Deep Magenta. HEX triplet: DC, 15 and BF. RGB value is (220,21,191). Sum of RGB (Red+Green+Blue) = 220+21+191=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15BF is #23EA40. Grayscale: #636363. Windows color (decimal): -2353729 or 12522972. OLE color: 12522972.
HSL color Cylindrical-coordinate representation of color #DC15BF: hue angle of 308.74º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC15BF is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.14 |
| HSL | 308.74º | 0.83% | 0.47% | - |
| HSV(B) | 308.74º | 0.9% | 0.86% | - |
| XYZ | 39.19 | 19.51 | 50.99 | - |
| YUV | 99.88 | 179.43 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 191 | 0 | 0.90 | 0.13 | 0.14 | 308.74 | 0.83 | 0.47 |
| Hex | DC | 15 | BF | 0 | 5A | D | E | 135 | 53 | 2F |
| Octal | 334 | 25 | 277 | 0 | 132 | 15 | 16 | 465 | 123 | 57 |
| Binary | 11011100 | 10101 | 10111111 | 0 | 1011010 | 1101 | 1110 | 100110101 | 1010011 | 101111 |
Color Harmonies of #DC15BF
Complementary color
Monochromatic Colors of #DC15BF
Black with #DC15BF
Text Example
Text Example
White with #DC15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15BF; }
p { color: rgb(220,21,191); }
H1.HeaderClassName
{
color: #DC15BF;
}
.AnyTagClassName
{
color: #DC15BF;
}
</style>
background-color css
<style>
a { background-color: #DC15BF; }
a { background-color: rgb(220,21,191); }
div.DivClassName
{
background-color: #DC15BF;
}
.BgClassName
{
background-color: #DC15BF;
}
</style>
border-color css
<style>
span { border-color: #DC15BF; }
span { border-color: rgb(220,21,191); }
td.TdClassName
{
border-color: #DC15BF;
}
.TagClassName
{
border-color: #DC15BF;
}
</style>