Shades of Deep Magenta #D61FDB
Tints of Deep Magenta #D61FDB
RGB
CMYK
RGB Variations
Color information
#D61FDB (or 0xD61FDB) is known color: Deep Magenta. HEX triplet: D6, 1F and DB. RGB value is (214,31,219). Sum of RGB (Red+Green+Blue) = 214+31+219=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #D61FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FDB is #29E024. Grayscale: #6A6A6A. Windows color (decimal): -2744357 or 14360534. OLE color: 14360534.
HSL color Cylindrical-coordinate representation of color #D61FDB: hue angle of 298.4º 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 #D61FDB is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 31 | 219 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.14 |
| HSL | 298.4º | 0.75% | 0.49% | - |
| HSV(B) | 298.4º | 0.86% | 0.86% | - |
| XYZ | 41.01 | 20.39 | 68.79 | - |
| YUV | 107.15 | 191.13 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 219 | 0.02 | 0.86 | 0 | 0.14 | 298.4 | 0.75 | 0.49 |
| Hex | D6 | 1F | DB | 2 | 56 | 0 | E | 12A | 4B | 31 |
| Octal | 326 | 37 | 333 | 2 | 126 | 0 | 16 | 452 | 113 | 61 |
| Binary | 11010110 | 11111 | 11011011 | 10 | 1010110 | 0 | 1110 | 100101010 | 1001011 | 110001 |
Color Harmonies of #D61FDB
Complementary color
Monochromatic Colors of #D61FDB
Black with #D61FDB
Text Example
Text Example
White with #D61FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FDB; }
p { color: rgb(214,31,219); }
H1.HeaderClassName
{
color: #D61FDB;
}
.AnyTagClassName
{
color: #D61FDB;
}
</style>
background-color css
<style>
a { background-color: #D61FDB; }
a { background-color: rgb(214,31,219); }
div.DivClassName
{
background-color: #D61FDB;
}
.BgClassName
{
background-color: #D61FDB;
}
</style>
border-color css
<style>
span { border-color: #D61FDB; }
span { border-color: rgb(214,31,219); }
td.TdClassName
{
border-color: #D61FDB;
}
.TagClassName
{
border-color: #D61FDB;
}
</style>