Shades of Deep Magenta #D609DC
Tints of Deep Magenta #D609DC
RGB
CMYK
RGB Variations
Color information
#D609DC (or 0xD609DC) is known color: Deep Magenta. HEX triplet: D6, 09 and DC. RGB value is (214,9,220). Sum of RGB (Red+Green+Blue) = 214+9+220=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #D609DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609DC is #29F623. Grayscale: #5D5D5D. Windows color (decimal): -2749988 or 14420438. OLE color: 14420438.
HSL color Cylindrical-coordinate representation of color #D609DC: hue angle of 298.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D609DC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 9 | 220 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.14 |
| HSL | 298.29º | 0.92% | 0.45% | - |
| HSV(B) | 298.29º | 0.96% | 0.86% | - |
| XYZ | 40.75 | 19.66 | 69.36 | - |
| YUV | 94.35 | 198.92 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 220 | 0.03 | 0.96 | 0 | 0.14 | 298.29 | 0.92 | 0.45 |
| Hex | D6 | 9 | DC | 3 | 60 | 0 | E | 12A | 5C | 2D |
| Octal | 326 | 11 | 334 | 3 | 140 | 0 | 16 | 452 | 134 | 55 |
| Binary | 11010110 | 1001 | 11011100 | 11 | 1100000 | 0 | 1110 | 100101010 | 1011100 | 101101 |
Color Harmonies of #D609DC
Complementary color
Monochromatic Colors of #D609DC
Black with #D609DC
Text Example
Text Example
White with #D609DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609DC; }
p { color: rgb(214,9,220); }
H1.HeaderClassName
{
color: #D609DC;
}
.AnyTagClassName
{
color: #D609DC;
}
</style>
background-color css
<style>
a { background-color: #D609DC; }
a { background-color: rgb(214,9,220); }
div.DivClassName
{
background-color: #D609DC;
}
.BgClassName
{
background-color: #D609DC;
}
</style>
border-color css
<style>
span { border-color: #D609DC; }
span { border-color: rgb(214,9,220); }
td.TdClassName
{
border-color: #D609DC;
}
.TagClassName
{
border-color: #D609DC;
}
</style>