Shades of Deep Magenta #DB0FDD
Tints of Deep Magenta #DB0FDD
RGB
CMYK
RGB Variations
Color information
#DB0FDD (or 0xDB0FDD) is known color: Deep Magenta. HEX triplet: DB, 0F and DD. RGB value is (219,15,221). Sum of RGB (Red+Green+Blue) = 219+15+221=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FDD is #24F022. Grayscale: #626262. Windows color (decimal): -2420771 or 14487515. OLE color: 14487515.
HSL color Cylindrical-coordinate representation of color #DB0FDD: hue angle of 299.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FDD is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 15 | 221 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.13 |
| HSL | 299.42º | 0.87% | 0.46% | - |
| HSV(B) | 299.42º | 0.93% | 0.87% | - |
| XYZ | 42.44 | 20.62 | 70.15 | - |
| YUV | 99.48 | 196.59 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 221 | 0.01 | 0.93 | 0 | 0.13 | 299.42 | 0.87 | 0.46 |
| Hex | DB | F | DD | 1 | 5D | 0 | D | 12B | 57 | 2E |
| Octal | 333 | 17 | 335 | 1 | 135 | 0 | 15 | 453 | 127 | 56 |
| Binary | 11011011 | 1111 | 11011101 | 1 | 1011101 | 0 | 1101 | 100101011 | 1010111 | 101110 |
Color Harmonies of #DB0FDD
Complementary color
Monochromatic Colors of #DB0FDD
Black with #DB0FDD
Text Example
Text Example
White with #DB0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FDD; }
p { color: rgb(219,15,221); }
H1.HeaderClassName
{
color: #DB0FDD;
}
.AnyTagClassName
{
color: #DB0FDD;
}
</style>
background-color css
<style>
a { background-color: #DB0FDD; }
a { background-color: rgb(219,15,221); }
div.DivClassName
{
background-color: #DB0FDD;
}
.BgClassName
{
background-color: #DB0FDD;
}
</style>
border-color css
<style>
span { border-color: #DB0FDD; }
span { border-color: rgb(219,15,221); }
td.TdClassName
{
border-color: #DB0FDD;
}
.TagClassName
{
border-color: #DB0FDD;
}
</style>