Shades of Deep Magenta #D61DB5
Tints of Deep Magenta #D61DB5
RGB
CMYK
RGB Variations
Color information
#D61DB5 (or 0xD61DB5) is known color: Deep Magenta. HEX triplet: D6, 1D and B5. RGB value is (214,29,181). Sum of RGB (Red+Green+Blue) = 214+29+181=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DB5 is #29E24A. Grayscale: #656565. Windows color (decimal): -2744907 or 11869654. OLE color: 11869654.
HSL color Cylindrical-coordinate representation of color #D61DB5: hue angle of 310.7º 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 #D61DB5 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 181 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.16 |
| HSL | 310.7º | 0.76% | 0.48% | - |
| HSV(B) | 310.7º | 0.86% | 0.84% | - |
| XYZ | 36.51 | 18.51 | 45.36 | - |
| YUV | 101.64 | 172.79 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 181 | 0 | 0.86 | 0.15 | 0.16 | 310.7 | 0.76 | 0.48 |
| Hex | D6 | 1D | B5 | 0 | 56 | F | 10 | 137 | 4C | 30 |
| Octal | 326 | 35 | 265 | 0 | 126 | 17 | 20 | 467 | 114 | 60 |
| Binary | 11010110 | 11101 | 10110101 | 0 | 1010110 | 1111 | 10000 | 100110111 | 1001100 | 110000 |
Color Harmonies of #D61DB5
Complementary color
Monochromatic Colors of #D61DB5
Black with #D61DB5
Text Example
Text Example
White with #D61DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DB5; }
p { color: rgb(214,29,181); }
H1.HeaderClassName
{
color: #D61DB5;
}
.AnyTagClassName
{
color: #D61DB5;
}
</style>
background-color css
<style>
a { background-color: #D61DB5; }
a { background-color: rgb(214,29,181); }
div.DivClassName
{
background-color: #D61DB5;
}
.BgClassName
{
background-color: #D61DB5;
}
</style>
border-color css
<style>
span { border-color: #D61DB5; }
span { border-color: rgb(214,29,181); }
td.TdClassName
{
border-color: #D61DB5;
}
.TagClassName
{
border-color: #D61DB5;
}
</style>