Shades of Deep Magenta #D91FDB
Tints of Deep Magenta #D91FDB
RGB
CMYK
RGB Variations
Color information
#D91FDB (or 0xD91FDB) is known color: Deep Magenta. HEX triplet: D9, 1F and DB. RGB value is (217,31,219). Sum of RGB (Red+Green+Blue) = 217+31+219=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #D91FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91FDB is #26E024. Grayscale: #6B6B6B. Windows color (decimal): -2547749 or 14360537. OLE color: 14360537.
HSL color Cylindrical-coordinate representation of color #D91FDB: hue angle of 299.36º 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 #D91FDB is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 31 | 219 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.14 |
| HSL | 299.36º | 0.75% | 0.49% | - |
| HSV(B) | 299.36º | 0.86% | 0.86% | - |
| XYZ | 41.89 | 20.85 | 68.83 | - |
| YUV | 108.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 219 | 0.01 | 0.86 | 0 | 0.14 | 299.36 | 0.75 | 0.49 |
| Hex | D9 | 1F | DB | 1 | 56 | 0 | E | 12B | 4B | 31 |
| Octal | 331 | 37 | 333 | 1 | 126 | 0 | 16 | 453 | 113 | 61 |
| Binary | 11011001 | 11111 | 11011011 | 1 | 1010110 | 0 | 1110 | 100101011 | 1001011 | 110001 |
Color Harmonies of #D91FDB
Complementary color
Monochromatic Colors of #D91FDB
Black with #D91FDB
Text Example
Text Example
White with #D91FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91FDB; }
p { color: rgb(217,31,219); }
H1.HeaderClassName
{
color: #D91FDB;
}
.AnyTagClassName
{
color: #D91FDB;
}
</style>
background-color css
<style>
a { background-color: #D91FDB; }
a { background-color: rgb(217,31,219); }
div.DivClassName
{
background-color: #D91FDB;
}
.BgClassName
{
background-color: #D91FDB;
}
</style>
border-color css
<style>
span { border-color: #D91FDB; }
span { border-color: rgb(217,31,219); }
td.TdClassName
{
border-color: #D91FDB;
}
.TagClassName
{
border-color: #D91FDB;
}
</style>