Shades of Deep Magenta #D606E1
Tints of Deep Magenta #D606E1
RGB
CMYK
RGB Variations
Color information
#D606E1 (or 0xD606E1) is known color: Deep Magenta. HEX triplet: D6, 06 and E1. RGB value is (214,6,225). Sum of RGB (Red+Green+Blue) = 214+6+225=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #D606E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606E1 is #29F91E. Grayscale: #5C5C5C. Windows color (decimal): -2750751 or 14747350. OLE color: 14747350.
HSL color Cylindrical-coordinate representation of color #D606E1: hue angle of 296.99º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D606E1 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 6 | 225 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.12 |
| HSL | 296.99º | 0.95% | 0.45% | - |
| HSV(B) | 296.99º | 0.97% | 0.88% | - |
| XYZ | 41.39 | 19.86 | 72.89 | - |
| YUV | 93.16 | 202.41 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 225 | 0.05 | 0.97 | 0 | 0.12 | 296.99 | 0.95 | 0.45 |
| Hex | D6 | 6 | E1 | 5 | 61 | 0 | C | 129 | 5F | 2D |
| Octal | 326 | 6 | 341 | 5 | 141 | 0 | 14 | 451 | 137 | 55 |
| Binary | 11010110 | 110 | 11100001 | 101 | 1100001 | 0 | 1100 | 100101001 | 1011111 | 101101 |
Color Harmonies of #D606E1
Complementary color
Monochromatic Colors of #D606E1
Black with #D606E1
Text Example
Text Example
White with #D606E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D606E1; }
p { color: rgb(214,6,225); }
H1.HeaderClassName
{
color: #D606E1;
}
.AnyTagClassName
{
color: #D606E1;
}
</style>
background-color css
<style>
a { background-color: #D606E1; }
a { background-color: rgb(214,6,225); }
div.DivClassName
{
background-color: #D606E1;
}
.BgClassName
{
background-color: #D606E1;
}
</style>
border-color css
<style>
span { border-color: #D606E1; }
span { border-color: rgb(214,6,225); }
td.TdClassName
{
border-color: #D606E1;
}
.TagClassName
{
border-color: #D606E1;
}
</style>