Shades of Deep Magenta #D609DD
Tints of Deep Magenta #D609DD
RGB
CMYK
RGB Variations
Color information
#D609DD (or 0xD609DD) is known color: Deep Magenta. HEX triplet: D6, 09 and DD. RGB value is (214,9,221). Sum of RGB (Red+Green+Blue) = 214+9+221=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #D609DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609DD is #29F622. Grayscale: #5D5D5D. Windows color (decimal): -2749987 or 14485974. OLE color: 14485974.
HSL color Cylindrical-coordinate representation of color #D609DD: hue angle of 298.02º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D609DD is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 9 | 221 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.13 |
| HSL | 298.02º | 0.92% | 0.45% | - |
| HSV(B) | 298.02º | 0.96% | 0.87% | - |
| XYZ | 40.88 | 19.71 | 70.06 | - |
| YUV | 94.46 | 199.42 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 221 | 0.03 | 0.96 | 0 | 0.13 | 298.02 | 0.92 | 0.45 |
| Hex | D6 | 9 | DD | 3 | 60 | 0 | D | 12A | 5C | 2D |
| Octal | 326 | 11 | 335 | 3 | 140 | 0 | 15 | 452 | 134 | 55 |
| Binary | 11010110 | 1001 | 11011101 | 11 | 1100000 | 0 | 1101 | 100101010 | 1011100 | 101101 |
Color Harmonies of #D609DD
Complementary color
Monochromatic Colors of #D609DD
Black with #D609DD
Text Example
Text Example
White with #D609DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609DD; }
p { color: rgb(214,9,221); }
H1.HeaderClassName
{
color: #D609DD;
}
.AnyTagClassName
{
color: #D609DD;
}
</style>
background-color css
<style>
a { background-color: #D609DD; }
a { background-color: rgb(214,9,221); }
div.DivClassName
{
background-color: #D609DD;
}
.BgClassName
{
background-color: #D609DD;
}
</style>
border-color css
<style>
span { border-color: #D609DD; }
span { border-color: rgb(214,9,221); }
td.TdClassName
{
border-color: #D609DD;
}
.TagClassName
{
border-color: #D609DD;
}
</style>