Shades of Deep Magenta #D616D2
Tints of Deep Magenta #D616D2
RGB
CMYK
RGB Variations
Color information
#D616D2 (or 0xD616D2) is known color: Deep Magenta. HEX triplet: D6, 16 and D2. RGB value is (214,22,210). Sum of RGB (Red+Green+Blue) = 214+22+210=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D616D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616D2 is #29E92D. Grayscale: #646464. Windows color (decimal): -2746670 or 13768406. OLE color: 13768406.
HSL color Cylindrical-coordinate representation of color #D616D2: hue angle of 301.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D616D2 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 210 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.16 |
| HSL | 301.25º | 0.81% | 0.46% | - |
| HSV(B) | 301.25º | 0.9% | 0.84% | - |
| XYZ | 39.65 | 19.52 | 62.65 | - |
| YUV | 100.84 | 189.61 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 210 | 0 | 0.90 | 0.02 | 0.16 | 301.25 | 0.81 | 0.46 |
| Hex | D6 | 16 | D2 | 0 | 5A | 2 | 10 | 12D | 51 | 2E |
| Octal | 326 | 26 | 322 | 0 | 132 | 2 | 20 | 455 | 121 | 56 |
| Binary | 11010110 | 10110 | 11010010 | 0 | 1011010 | 10 | 10000 | 100101101 | 1010001 | 101110 |
Color Harmonies of #D616D2
Complementary color
Monochromatic Colors of #D616D2
Black with #D616D2
Text Example
Text Example
White with #D616D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616D2; }
p { color: rgb(214,22,210); }
H1.HeaderClassName
{
color: #D616D2;
}
.AnyTagClassName
{
color: #D616D2;
}
</style>
background-color css
<style>
a { background-color: #D616D2; }
a { background-color: rgb(214,22,210); }
div.DivClassName
{
background-color: #D616D2;
}
.BgClassName
{
background-color: #D616D2;
}
</style>
border-color css
<style>
span { border-color: #D616D2; }
span { border-color: rgb(214,22,210); }
td.TdClassName
{
border-color: #D616D2;
}
.TagClassName
{
border-color: #D616D2;
}
</style>