Shades of Deep Magenta #D61ED3
Tints of Deep Magenta #D61ED3
RGB
CMYK
RGB Variations
Color information
#D61ED3 (or 0xD61ED3) is known color: Deep Magenta. HEX triplet: D6, 1E and D3. RGB value is (214,30,211). Sum of RGB (Red+Green+Blue) = 214+30+211=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ED3 is #29E12C. Grayscale: #696969. Windows color (decimal): -2744621 or 13835990. OLE color: 13835990.
HSL color Cylindrical-coordinate representation of color #D61ED3: hue angle of 300.98º 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 #D61ED3 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 211 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.16 |
| HSL | 300.98º | 0.75% | 0.48% | - |
| HSV(B) | 300.98º | 0.86% | 0.84% | - |
| XYZ | 39.95 | 19.93 | 63.37 | - |
| YUV | 105.65 | 187.46 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 211 | 0 | 0.86 | 0.01 | 0.16 | 300.98 | 0.75 | 0.48 |
| Hex | D6 | 1E | D3 | 0 | 56 | 1 | 10 | 12D | 4B | 30 |
| Octal | 326 | 36 | 323 | 0 | 126 | 1 | 20 | 455 | 113 | 60 |
| Binary | 11010110 | 11110 | 11010011 | 0 | 1010110 | 1 | 10000 | 100101101 | 1001011 | 110000 |
Color Harmonies of #D61ED3
Complementary color
Monochromatic Colors of #D61ED3
Black with #D61ED3
Text Example
Text Example
White with #D61ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61ED3; }
p { color: rgb(214,30,211); }
H1.HeaderClassName
{
color: #D61ED3;
}
.AnyTagClassName
{
color: #D61ED3;
}
</style>
background-color css
<style>
a { background-color: #D61ED3; }
a { background-color: rgb(214,30,211); }
div.DivClassName
{
background-color: #D61ED3;
}
.BgClassName
{
background-color: #D61ED3;
}
</style>
border-color css
<style>
span { border-color: #D61ED3; }
span { border-color: rgb(214,30,211); }
td.TdClassName
{
border-color: #D61ED3;
}
.TagClassName
{
border-color: #D61ED3;
}
</style>