Shades of Deep Magenta #D606C0
Tints of Deep Magenta #D606C0
RGB
CMYK
RGB Variations
Color information
#D606C0 (or 0xD606C0) is known color: Deep Magenta. HEX triplet: D6, 06 and C0. RGB value is (214,6,192). Sum of RGB (Red+Green+Blue) = 214+6+192=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D606C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606C0 is #29F93F. Grayscale: #585858. Windows color (decimal): -2750784 or 12584662. OLE color: 12584662.
HSL color Cylindrical-coordinate representation of color #D606C0: hue angle of 306.35º 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 #D606C0 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 192 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.16 |
| HSL | 306.35º | 0.95% | 0.43% | - |
| HSV(B) | 306.35º | 0.97% | 0.84% | - |
| XYZ | 37.31 | 18.23 | 51.42 | - |
| YUV | 89.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 192 | 0 | 0.97 | 0.10 | 0.16 | 306.35 | 0.95 | 0.43 |
| Hex | D6 | 6 | C0 | 0 | 61 | A | 10 | 132 | 5F | 2B |
| Octal | 326 | 6 | 300 | 0 | 141 | 12 | 20 | 462 | 137 | 53 |
| Binary | 11010110 | 110 | 11000000 | 0 | 1100001 | 1010 | 10000 | 100110010 | 1011111 | 101011 |
Color Harmonies of #D606C0
Complementary color
Monochromatic Colors of #D606C0
Black with #D606C0
Text Example
Text Example
White with #D606C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D606C0; }
p { color: rgb(214,6,192); }
H1.HeaderClassName
{
color: #D606C0;
}
.AnyTagClassName
{
color: #D606C0;
}
</style>
background-color css
<style>
a { background-color: #D606C0; }
a { background-color: rgb(214,6,192); }
div.DivClassName
{
background-color: #D606C0;
}
.BgClassName
{
background-color: #D606C0;
}
</style>
border-color css
<style>
span { border-color: #D606C0; }
span { border-color: rgb(214,6,192); }
td.TdClassName
{
border-color: #D606C0;
}
.TagClassName
{
border-color: #D606C0;
}
</style>