Shades of Deep Magenta #D61EC2
Tints of Deep Magenta #D61EC2
RGB
CMYK
RGB Variations
Color information
#D61EC2 (or 0xD61EC2) is known color: Deep Magenta. HEX triplet: D6, 1E and C2. RGB value is (214,30,194). Sum of RGB (Red+Green+Blue) = 214+30+194=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EC2 is #29E13D. Grayscale: #676767. Windows color (decimal): -2744638 or 12721878. OLE color: 12721878.
HSL color Cylindrical-coordinate representation of color #D61EC2: hue angle of 306.52º degrees, saturation: 0.75, 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 #D61EC2 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 194 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.16 |
| HSL | 306.52º | 0.75% | 0.48% | - |
| HSV(B) | 306.52º | 0.86% | 0.84% | - |
| XYZ | 37.93 | 19.12 | 52.73 | - |
| YUV | 103.71 | 178.96 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 194 | 0 | 0.86 | 0.09 | 0.16 | 306.52 | 0.75 | 0.48 |
| Hex | D6 | 1E | C2 | 0 | 56 | 9 | 10 | 133 | 4B | 30 |
| Octal | 326 | 36 | 302 | 0 | 126 | 11 | 20 | 463 | 113 | 60 |
| Binary | 11010110 | 11110 | 11000010 | 0 | 1010110 | 1001 | 10000 | 100110011 | 1001011 | 110000 |
Color Harmonies of #D61EC2
Complementary color
Monochromatic Colors of #D61EC2
Black with #D61EC2
Text Example
Text Example
White with #D61EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61EC2; }
p { color: rgb(214,30,194); }
H1.HeaderClassName
{
color: #D61EC2;
}
.AnyTagClassName
{
color: #D61EC2;
}
</style>
background-color css
<style>
a { background-color: #D61EC2; }
a { background-color: rgb(214,30,194); }
div.DivClassName
{
background-color: #D61EC2;
}
.BgClassName
{
background-color: #D61EC2;
}
</style>
border-color css
<style>
span { border-color: #D61EC2; }
span { border-color: rgb(214,30,194); }
td.TdClassName
{
border-color: #D61EC2;
}
.TagClassName
{
border-color: #D61EC2;
}
</style>