Shades of Deep Magenta #DB1ADC
Tints of Deep Magenta #DB1ADC
RGB
CMYK
RGB Variations
Color information
#DB1ADC (or 0xDB1ADC) is known color: Deep Magenta. HEX triplet: DB, 1A and DC. RGB value is (219,26,220). Sum of RGB (Red+Green+Blue) = 219+26+220=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ADC is #24E523. Grayscale: #696969. Windows color (decimal): -2417956 or 14424795. OLE color: 14424795.
HSL color Cylindrical-coordinate representation of color #DB1ADC: hue angle of 299.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1ADC is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 26 | 220 | - |
CMYK | 0.00 | 0.88 | 0 | 0.14 |
HSL | 299.69º | 0.79% | 0.48% | - |
HSV(B) | 299.69º | 0.88% | 0.86% | - |
XYZ | 42.5 | 20.97 | 69.52 | - |
YUV | 105.82 | 192.44 | 208.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 26 | 220 | 0.00 | 0.88 | 0 | 0.14 | 299.69 | 0.79 | 0.48 |
Hex | DB | 1A | DC | 0 | 58 | 0 | E | 12C | 4F | 30 |
Octal | 333 | 32 | 334 | 0 | 130 | 0 | 16 | 454 | 117 | 60 |
Binary | 11011011 | 11010 | 11011100 | 0 | 1011000 | 0 | 1110 | 100101100 | 1001111 | 110000 |
Color Harmonies of #DB1ADC
Complementary color
Monochromatic Colors of #DB1ADC
Black with #DB1ADC
Text Example
Text Example
White with #DB1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ADC; }
p { color: rgb(219,26,220); }
H1.HeaderClassName
{
color: #DB1ADC;
}
.AnyTagClassName
{
color: #DB1ADC;
}
</style>
background-color css
<style>
a { background-color: #DB1ADC; }
a { background-color: rgb(219,26,220); }
div.DivClassName
{
background-color: #DB1ADC;
}
.BgClassName
{
background-color: #DB1ADC;
}
</style>
border-color css
<style>
span { border-color: #DB1ADC; }
span { border-color: rgb(219,26,220); }
td.TdClassName
{
border-color: #DB1ADC;
}
.TagClassName
{
border-color: #DB1ADC;
}
</style>