Shades of Deep Magenta #DC17DB
Tints of Deep Magenta #DC17DB
RGB
CMYK
RGB Variations
Color information
#DC17DB (or 0xDC17DB) is known color: Deep Magenta. HEX triplet: DC, 17 and DB. RGB value is (220,23,219). Sum of RGB (Red+Green+Blue) = 220+23+219=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17DB is #23E824. Grayscale: #676767. Windows color (decimal): -2353189 or 14358492. OLE color: 14358492.
HSL color Cylindrical-coordinate representation of color #DC17DB: hue angle of 300.3º 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 #DC17DB is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 219 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.14 |
| HSL | 300.3º | 0.81% | 0.48% | - |
| HSV(B) | 300.3º | 0.9% | 0.86% | - |
| XYZ | 42.61 | 20.94 | 68.81 | - |
| YUV | 104.25 | 192.77 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 219 | 0 | 0.90 | 0.00 | 0.14 | 300.3 | 0.81 | 0.48 |
| Hex | DC | 17 | DB | 0 | 5A | 0 | E | 12C | 51 | 30 |
| Octal | 334 | 27 | 333 | 0 | 132 | 0 | 16 | 454 | 121 | 60 |
| Binary | 11011100 | 10111 | 11011011 | 0 | 1011010 | 0 | 1110 | 100101100 | 1010001 | 110000 |
Color Harmonies of #DC17DB
Complementary color
Monochromatic Colors of #DC17DB
Black with #DC17DB
Text Example
Text Example
White with #DC17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17DB; }
p { color: rgb(220,23,219); }
H1.HeaderClassName
{
color: #DC17DB;
}
.AnyTagClassName
{
color: #DC17DB;
}
</style>
background-color css
<style>
a { background-color: #DC17DB; }
a { background-color: rgb(220,23,219); }
div.DivClassName
{
background-color: #DC17DB;
}
.BgClassName
{
background-color: #DC17DB;
}
</style>
border-color css
<style>
span { border-color: #DC17DB; }
span { border-color: rgb(220,23,219); }
td.TdClassName
{
border-color: #DC17DB;
}
.TagClassName
{
border-color: #DC17DB;
}
</style>