Shades of Deep Magenta #D61DD2
Tints of Deep Magenta #D61DD2
RGB
CMYK
RGB Variations
Color information
#D61DD2 (or 0xD61DD2) is known color: Deep Magenta. HEX triplet: D6, 1D and D2. RGB value is (214,29,210). Sum of RGB (Red+Green+Blue) = 214+29+210=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DD2 is #29E22D. Grayscale: #686868. Windows color (decimal): -2744878 or 13770198. OLE color: 13770198.
HSL color Cylindrical-coordinate representation of color #D61DD2: hue angle of 301.3º 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 #D61DD2 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 210 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.16 |
| HSL | 301.3º | 0.76% | 0.48% | - |
| HSV(B) | 301.3º | 0.86% | 0.84% | - |
| XYZ | 39.8 | 19.83 | 62.7 | - |
| YUV | 104.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 210 | 0 | 0.86 | 0.02 | 0.16 | 301.3 | 0.76 | 0.48 |
| Hex | D6 | 1D | D2 | 0 | 56 | 2 | 10 | 12D | 4C | 30 |
| Octal | 326 | 35 | 322 | 0 | 126 | 2 | 20 | 455 | 114 | 60 |
| Binary | 11010110 | 11101 | 11010010 | 0 | 1010110 | 10 | 10000 | 100101101 | 1001100 | 110000 |
Color Harmonies of #D61DD2
Complementary color
Monochromatic Colors of #D61DD2
Black with #D61DD2
Text Example
Text Example
White with #D61DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DD2; }
p { color: rgb(214,29,210); }
H1.HeaderClassName
{
color: #D61DD2;
}
.AnyTagClassName
{
color: #D61DD2;
}
</style>
background-color css
<style>
a { background-color: #D61DD2; }
a { background-color: rgb(214,29,210); }
div.DivClassName
{
background-color: #D61DD2;
}
.BgClassName
{
background-color: #D61DD2;
}
</style>
border-color css
<style>
span { border-color: #D61DD2; }
span { border-color: rgb(214,29,210); }
td.TdClassName
{
border-color: #D61DD2;
}
.TagClassName
{
border-color: #D61DD2;
}
</style>