Shades of Deep Magenta #D611D1
Tints of Deep Magenta #D611D1
RGB
CMYK
RGB Variations
Color information
#D611D1 (or 0xD611D1) is known color: Deep Magenta. HEX triplet: D6, 11 and D1. RGB value is (214,17,209). Sum of RGB (Red+Green+Blue) = 214+17+209=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D611D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611D1 is #29EE2E. Grayscale: #616161. Windows color (decimal): -2747951 or 13701590. OLE color: 13701590.
HSL color Cylindrical-coordinate representation of color #D611D1: hue angle of 301.52º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D611D1 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 209 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.16 |
| HSL | 301.52º | 0.85% | 0.45% | - |
| HSV(B) | 301.52º | 0.92% | 0.84% | - |
| XYZ | 39.44 | 19.3 | 61.97 | - |
| YUV | 97.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 209 | 0 | 0.92 | 0.02 | 0.16 | 301.52 | 0.85 | 0.45 |
| Hex | D6 | 11 | D1 | 0 | 5C | 2 | 10 | 12E | 55 | 2D |
| Octal | 326 | 21 | 321 | 0 | 134 | 2 | 20 | 456 | 125 | 55 |
| Binary | 11010110 | 10001 | 11010001 | 0 | 1011100 | 10 | 10000 | 100101110 | 1010101 | 101101 |
Color Harmonies of #D611D1
Complementary color
Monochromatic Colors of #D611D1
Black with #D611D1
Text Example
Text Example
White with #D611D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611D1; }
p { color: rgb(214,17,209); }
H1.HeaderClassName
{
color: #D611D1;
}
.AnyTagClassName
{
color: #D611D1;
}
</style>
background-color css
<style>
a { background-color: #D611D1; }
a { background-color: rgb(214,17,209); }
div.DivClassName
{
background-color: #D611D1;
}
.BgClassName
{
background-color: #D611D1;
}
</style>
border-color css
<style>
span { border-color: #D611D1; }
span { border-color: rgb(214,17,209); }
td.TdClassName
{
border-color: #D611D1;
}
.TagClassName
{
border-color: #D611D1;
}
</style>