Shades of Deep Magenta #D61DB7
Tints of Deep Magenta #D61DB7
RGB
CMYK
RGB Variations
Color information
#D61DB7 (or 0xD61DB7) is known color: Deep Magenta. HEX triplet: D6, 1D and B7. RGB value is (214,29,183). Sum of RGB (Red+Green+Blue) = 214+29+183=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DB7 is #29E248. Grayscale: #656565. Windows color (decimal): -2744905 or 12000726. OLE color: 12000726.
HSL color Cylindrical-coordinate representation of color #D61DB7: hue angle of 310.05º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61DB7 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 183 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.16 |
| HSL | 310.05º | 0.76% | 0.48% | - |
| HSV(B) | 310.05º | 0.86% | 0.84% | - |
| XYZ | 36.72 | 18.59 | 46.45 | - |
| YUV | 101.87 | 173.79 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 183 | 0 | 0.86 | 0.14 | 0.16 | 310.05 | 0.76 | 0.48 |
| Hex | D6 | 1D | B7 | 0 | 56 | E | 10 | 136 | 4C | 30 |
| Octal | 326 | 35 | 267 | 0 | 126 | 16 | 20 | 466 | 114 | 60 |
| Binary | 11010110 | 11101 | 10110111 | 0 | 1010110 | 1110 | 10000 | 100110110 | 1001100 | 110000 |
Color Harmonies of #D61DB7
Complementary color
Monochromatic Colors of #D61DB7
Black with #D61DB7
Text Example
Text Example
White with #D61DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DB7; }
p { color: rgb(214,29,183); }
H1.HeaderClassName
{
color: #D61DB7;
}
.AnyTagClassName
{
color: #D61DB7;
}
</style>
background-color css
<style>
a { background-color: #D61DB7; }
a { background-color: rgb(214,29,183); }
div.DivClassName
{
background-color: #D61DB7;
}
.BgClassName
{
background-color: #D61DB7;
}
</style>
border-color css
<style>
span { border-color: #D61DB7; }
span { border-color: rgb(214,29,183); }
td.TdClassName
{
border-color: #D61DB7;
}
.TagClassName
{
border-color: #D61DB7;
}
</style>