Shades of Deep Magenta #D606CE
Tints of Deep Magenta #D606CE
RGB
CMYK
RGB Variations
Color information
#D606CE (or 0xD606CE) is known color: Deep Magenta. HEX triplet: D6, 06 and CE. RGB value is (214,6,206). Sum of RGB (Red+Green+Blue) = 214+6+206=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D606CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606CE is #29F931. Grayscale: #5A5A5A. Windows color (decimal): -2750770 or 13502166. OLE color: 13502166.
HSL color Cylindrical-coordinate representation of color #D606CE: hue angle of 302.31º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D606CE is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.16 |
| HSL | 302.31º | 0.95% | 0.43% | - |
| HSV(B) | 302.31º | 0.97% | 0.84% | - |
| XYZ | 38.94 | 18.88 | 59.99 | - |
| YUV | 90.99 | 192.91 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 206 | 0 | 0.97 | 0.04 | 0.16 | 302.31 | 0.95 | 0.43 |
| Hex | D6 | 6 | CE | 0 | 61 | 4 | 10 | 12E | 5F | 2B |
| Octal | 326 | 6 | 316 | 0 | 141 | 4 | 20 | 456 | 137 | 53 |
| Binary | 11010110 | 110 | 11001110 | 0 | 1100001 | 100 | 10000 | 100101110 | 1011111 | 101011 |
Color Harmonies of #D606CE
Complementary color
Monochromatic Colors of #D606CE
Black with #D606CE
Text Example
Text Example
White with #D606CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D606CE; }
p { color: rgb(214,6,206); }
H1.HeaderClassName
{
color: #D606CE;
}
.AnyTagClassName
{
color: #D606CE;
}
</style>
background-color css
<style>
a { background-color: #D606CE; }
a { background-color: rgb(214,6,206); }
div.DivClassName
{
background-color: #D606CE;
}
.BgClassName
{
background-color: #D606CE;
}
</style>
border-color css
<style>
span { border-color: #D606CE; }
span { border-color: rgb(214,6,206); }
td.TdClassName
{
border-color: #D606CE;
}
.TagClassName
{
border-color: #D606CE;
}
</style>