Shades of Deep Magenta #D61DBA
Tints of Deep Magenta #D61DBA
RGB
CMYK
RGB Variations
Color information
#D61DBA (or 0xD61DBA) is known color: Deep Magenta. HEX triplet: D6, 1D and BA. RGB value is (214,29,186). Sum of RGB (Red+Green+Blue) = 214+29+186=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DBA is #29E245. Grayscale: #656565. Windows color (decimal): -2744902 or 12197334. OLE color: 12197334.
HSL color Cylindrical-coordinate representation of color #D61DBA: hue angle of 309.08º 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 #D61DBA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 186 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.16 |
| HSL | 309.08º | 0.76% | 0.48% | - |
| HSV(B) | 309.08º | 0.86% | 0.84% | - |
| XYZ | 37.03 | 18.72 | 48.12 | - |
| YUV | 102.21 | 175.29 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 186 | 0 | 0.86 | 0.13 | 0.16 | 309.08 | 0.76 | 0.48 |
| Hex | D6 | 1D | BA | 0 | 56 | D | 10 | 135 | 4C | 30 |
| Octal | 326 | 35 | 272 | 0 | 126 | 15 | 20 | 465 | 114 | 60 |
| Binary | 11010110 | 11101 | 10111010 | 0 | 1010110 | 1101 | 10000 | 100110101 | 1001100 | 110000 |
Color Harmonies of #D61DBA
Complementary color
Monochromatic Colors of #D61DBA
Black with #D61DBA
Text Example
Text Example
White with #D61DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DBA; }
p { color: rgb(214,29,186); }
H1.HeaderClassName
{
color: #D61DBA;
}
.AnyTagClassName
{
color: #D61DBA;
}
</style>
background-color css
<style>
a { background-color: #D61DBA; }
a { background-color: rgb(214,29,186); }
div.DivClassName
{
background-color: #D61DBA;
}
.BgClassName
{
background-color: #D61DBA;
}
</style>
border-color css
<style>
span { border-color: #D61DBA; }
span { border-color: rgb(214,29,186); }
td.TdClassName
{
border-color: #D61DBA;
}
.TagClassName
{
border-color: #D61DBA;
}
</style>