Shades of Deep Magenta #D61DBC
Tints of Deep Magenta #D61DBC
RGB
CMYK
RGB Variations
Color information
#D61DBC (or 0xD61DBC) is known color: Deep Magenta. HEX triplet: D6, 1D and BC. RGB value is (214,29,188). Sum of RGB (Red+Green+Blue) = 214+29+188=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DBC is #29E243. Grayscale: #656565. Windows color (decimal): -2744900 or 12328406. OLE color: 12328406.
HSL color Cylindrical-coordinate representation of color #D61DBC: hue angle of 308.43º 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 #D61DBC is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 188 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.16 |
| HSL | 308.43º | 0.76% | 0.48% | - |
| HSV(B) | 308.43º | 0.86% | 0.84% | - |
| XYZ | 37.25 | 18.81 | 49.24 | - |
| YUV | 102.44 | 176.29 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 188 | 0 | 0.86 | 0.12 | 0.16 | 308.43 | 0.76 | 0.48 |
| Hex | D6 | 1D | BC | 0 | 56 | C | 10 | 134 | 4C | 30 |
| Octal | 326 | 35 | 274 | 0 | 126 | 14 | 20 | 464 | 114 | 60 |
| Binary | 11010110 | 11101 | 10111100 | 0 | 1010110 | 1100 | 10000 | 100110100 | 1001100 | 110000 |
Color Harmonies of #D61DBC
Complementary color
Monochromatic Colors of #D61DBC
Black with #D61DBC
Text Example
Text Example
White with #D61DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DBC; }
p { color: rgb(214,29,188); }
H1.HeaderClassName
{
color: #D61DBC;
}
.AnyTagClassName
{
color: #D61DBC;
}
</style>
background-color css
<style>
a { background-color: #D61DBC; }
a { background-color: rgb(214,29,188); }
div.DivClassName
{
background-color: #D61DBC;
}
.BgClassName
{
background-color: #D61DBC;
}
</style>
border-color css
<style>
span { border-color: #D61DBC; }
span { border-color: rgb(214,29,188); }
td.TdClassName
{
border-color: #D61DBC;
}
.TagClassName
{
border-color: #D61DBC;
}
</style>