Shades of Deep Magenta #DC17BE
Tints of Deep Magenta #DC17BE
RGB
CMYK
RGB Variations
Color information
#DC17BE (or 0xDC17BE) is known color: Deep Magenta. HEX triplet: DC, 17 and BE. RGB value is (220,23,190). Sum of RGB (Red+Green+Blue) = 220+23+190=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17BE is #23E841. Grayscale: #646464. Windows color (decimal): -2353218 or 12457948. OLE color: 12457948.
HSL color Cylindrical-coordinate representation of color #DC17BE: hue angle of 309.14º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17BE is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.14 |
| HSL | 309.14º | 0.81% | 0.48% | - |
| HSV(B) | 309.14º | 0.9% | 0.86% | - |
| XYZ | 39.12 | 19.55 | 50.43 | - |
| YUV | 100.94 | 178.27 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 190 | 0 | 0.90 | 0.14 | 0.14 | 309.14 | 0.81 | 0.48 |
| Hex | DC | 17 | BE | 0 | 5A | E | E | 135 | 51 | 30 |
| Octal | 334 | 27 | 276 | 0 | 132 | 16 | 16 | 465 | 121 | 60 |
| Binary | 11011100 | 10111 | 10111110 | 0 | 1011010 | 1110 | 1110 | 100110101 | 1010001 | 110000 |
Color Harmonies of #DC17BE
Complementary color
Monochromatic Colors of #DC17BE
Black with #DC17BE
Text Example
Text Example
White with #DC17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17BE; }
p { color: rgb(220,23,190); }
H1.HeaderClassName
{
color: #DC17BE;
}
.AnyTagClassName
{
color: #DC17BE;
}
</style>
background-color css
<style>
a { background-color: #DC17BE; }
a { background-color: rgb(220,23,190); }
div.DivClassName
{
background-color: #DC17BE;
}
.BgClassName
{
background-color: #DC17BE;
}
</style>
border-color css
<style>
span { border-color: #DC17BE; }
span { border-color: rgb(220,23,190); }
td.TdClassName
{
border-color: #DC17BE;
}
.TagClassName
{
border-color: #DC17BE;
}
</style>