Shades of Deep Magenta #D61DBB
Tints of Deep Magenta #D61DBB
RGB
CMYK
RGB Variations
Color information
#D61DBB (or 0xD61DBB) is known color: Deep Magenta. HEX triplet: D6, 1D and BB. RGB value is (214,29,187). Sum of RGB (Red+Green+Blue) = 214+29+187=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DBB is #29E244. Grayscale: #656565. Windows color (decimal): -2744901 or 12262870. OLE color: 12262870.
HSL color Cylindrical-coordinate representation of color #D61DBB: hue angle of 308.76º 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 #D61DBB is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 187 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.16 |
| HSL | 308.76º | 0.76% | 0.48% | - |
| HSV(B) | 308.76º | 0.86% | 0.84% | - |
| XYZ | 37.14 | 18.76 | 48.68 | - |
| YUV | 102.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 187 | 0 | 0.86 | 0.13 | 0.16 | 308.76 | 0.76 | 0.48 |
| Hex | D6 | 1D | BB | 0 | 56 | D | 10 | 135 | 4C | 30 |
| Octal | 326 | 35 | 273 | 0 | 126 | 15 | 20 | 465 | 114 | 60 |
| Binary | 11010110 | 11101 | 10111011 | 0 | 1010110 | 1101 | 10000 | 100110101 | 1001100 | 110000 |
Color Harmonies of #D61DBB
Complementary color
Monochromatic Colors of #D61DBB
Black with #D61DBB
Text Example
Text Example
White with #D61DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DBB; }
p { color: rgb(214,29,187); }
H1.HeaderClassName
{
color: #D61DBB;
}
.AnyTagClassName
{
color: #D61DBB;
}
</style>
background-color css
<style>
a { background-color: #D61DBB; }
a { background-color: rgb(214,29,187); }
div.DivClassName
{
background-color: #D61DBB;
}
.BgClassName
{
background-color: #D61DBB;
}
</style>
border-color css
<style>
span { border-color: #D61DBB; }
span { border-color: rgb(214,29,187); }
td.TdClassName
{
border-color: #D61DBB;
}
.TagClassName
{
border-color: #D61DBB;
}
</style>