Shades of Deep Magenta #D607E1
Tints of Deep Magenta #D607E1
RGB
CMYK
RGB Variations
Color information
#D607E1 (or 0xD607E1) is known color: Deep Magenta. HEX triplet: D6, 07 and E1. RGB value is (214,7,225). Sum of RGB (Red+Green+Blue) = 214+7+225=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #D607E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D607E1 is #29F81E. Grayscale: #5D5D5D. Windows color (decimal): -2750495 or 14747606. OLE color: 14747606.
HSL color Cylindrical-coordinate representation of color #D607E1: hue angle of 296.97º degrees, saturation: 0.94, 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 #D607E1 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 7 | 225 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.12 |
| HSL | 296.97º | 0.94% | 0.45% | - |
| HSV(B) | 296.97º | 0.97% | 0.88% | - |
| XYZ | 41.4 | 19.88 | 72.89 | - |
| YUV | 93.75 | 202.08 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 225 | 0.05 | 0.97 | 0 | 0.12 | 296.97 | 0.94 | 0.45 |
| Hex | D6 | 7 | E1 | 5 | 61 | 0 | C | 129 | 5E | 2D |
| Octal | 326 | 7 | 341 | 5 | 141 | 0 | 14 | 451 | 136 | 55 |
| Binary | 11010110 | 111 | 11100001 | 101 | 1100001 | 0 | 1100 | 100101001 | 1011110 | 101101 |
Color Harmonies of #D607E1
Complementary color
Monochromatic Colors of #D607E1
Black with #D607E1
Text Example
Text Example
White with #D607E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D607E1; }
p { color: rgb(214,7,225); }
H1.HeaderClassName
{
color: #D607E1;
}
.AnyTagClassName
{
color: #D607E1;
}
</style>
background-color css
<style>
a { background-color: #D607E1; }
a { background-color: rgb(214,7,225); }
div.DivClassName
{
background-color: #D607E1;
}
.BgClassName
{
background-color: #D607E1;
}
</style>
border-color css
<style>
span { border-color: #D607E1; }
span { border-color: rgb(214,7,225); }
td.TdClassName
{
border-color: #D607E1;
}
.TagClassName
{
border-color: #D607E1;
}
</style>