Shades of Deep Magenta #D51FDB
Tints of Deep Magenta #D51FDB
RGB
CMYK
RGB Variations
Color information
#D51FDB (or 0xD51FDB) is known color: Deep Magenta. HEX triplet: D5, 1F and DB. RGB value is (213,31,219). Sum of RGB (Red+Green+Blue) = 213+31+219=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #D51FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FDB is #2AE024. Grayscale: #6A6A6A. Windows color (decimal): -2809893 or 14360533. OLE color: 14360533.
HSL color Cylindrical-coordinate representation of color #D51FDB: hue angle of 298.09º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51FDB is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 31 | 219 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.14 |
| HSL | 298.09º | 0.75% | 0.49% | - |
| HSV(B) | 298.09º | 0.86% | 0.86% | - |
| XYZ | 40.72 | 20.24 | 68.78 | - |
| YUV | 106.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 219 | 0.03 | 0.86 | 0 | 0.14 | 298.09 | 0.75 | 0.49 |
| Hex | D5 | 1F | DB | 3 | 56 | 0 | E | 12A | 4B | 31 |
| Octal | 325 | 37 | 333 | 3 | 126 | 0 | 16 | 452 | 113 | 61 |
| Binary | 11010101 | 11111 | 11011011 | 11 | 1010110 | 0 | 1110 | 100101010 | 1001011 | 110001 |
Color Harmonies of #D51FDB
Complementary color
Monochromatic Colors of #D51FDB
Black with #D51FDB
Text Example
Text Example
White with #D51FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FDB; }
p { color: rgb(213,31,219); }
H1.HeaderClassName
{
color: #D51FDB;
}
.AnyTagClassName
{
color: #D51FDB;
}
</style>
background-color css
<style>
a { background-color: #D51FDB; }
a { background-color: rgb(213,31,219); }
div.DivClassName
{
background-color: #D51FDB;
}
.BgClassName
{
background-color: #D51FDB;
}
</style>
border-color css
<style>
span { border-color: #D51FDB; }
span { border-color: rgb(213,31,219); }
td.TdClassName
{
border-color: #D51FDB;
}
.TagClassName
{
border-color: #D51FDB;
}
</style>