Shades of Deep Magenta #D606D3
Tints of Deep Magenta #D606D3
RGB
CMYK
RGB Variations
Color information
#D606D3 (or 0xD606D3) is known color: Deep Magenta. HEX triplet: D6, 06 and D3. RGB value is (214,6,211). Sum of RGB (Red+Green+Blue) = 214+6+211=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D606D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606D3 is #29F92C. Grayscale: #5A5A5A. Windows color (decimal): -2750765 or 13829846. OLE color: 13829846.
HSL color Cylindrical-coordinate representation of color #D606D3: hue angle of 300.87º 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 #D606D3 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 211 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.16 |
| HSL | 300.87º | 0.95% | 0.43% | - |
| HSV(B) | 300.87º | 0.97% | 0.84% | - |
| XYZ | 39.55 | 19.13 | 63.24 | - |
| YUV | 91.56 | 195.41 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 211 | 0 | 0.97 | 0.01 | 0.16 | 300.87 | 0.95 | 0.43 |
| Hex | D6 | 6 | D3 | 0 | 61 | 1 | 10 | 12D | 5F | 2B |
| Octal | 326 | 6 | 323 | 0 | 141 | 1 | 20 | 455 | 137 | 53 |
| Binary | 11010110 | 110 | 11010011 | 0 | 1100001 | 1 | 10000 | 100101101 | 1011111 | 101011 |
Color Harmonies of #D606D3
Complementary color
Monochromatic Colors of #D606D3
Black with #D606D3
Text Example
Text Example
White with #D606D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D606D3; }
p { color: rgb(214,6,211); }
H1.HeaderClassName
{
color: #D606D3;
}
.AnyTagClassName
{
color: #D606D3;
}
</style>
background-color css
<style>
a { background-color: #D606D3; }
a { background-color: rgb(214,6,211); }
div.DivClassName
{
background-color: #D606D3;
}
.BgClassName
{
background-color: #D606D3;
}
</style>
border-color css
<style>
span { border-color: #D606D3; }
span { border-color: rgb(214,6,211); }
td.TdClassName
{
border-color: #D606D3;
}
.TagClassName
{
border-color: #D606D3;
}
</style>