Shades of Deep Magenta #D609DA
Tints of Deep Magenta #D609DA
RGB
CMYK
RGB Variations
Color information
#D609DA (or 0xD609DA) is known color: Deep Magenta. HEX triplet: D6, 09 and DA. RGB value is (214,9,218). Sum of RGB (Red+Green+Blue) = 214+9+218=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #D609DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609DA is #29F625. Grayscale: #5D5D5D. Windows color (decimal): -2749990 or 14289366. OLE color: 14289366.
HSL color Cylindrical-coordinate representation of color #D609DA: hue angle of 298.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D609DA is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 9 | 218 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.15 |
| HSL | 298.85º | 0.92% | 0.45% | - |
| HSV(B) | 298.85º | 0.96% | 0.85% | - |
| XYZ | 40.48 | 19.55 | 67.97 | - |
| YUV | 94.12 | 197.92 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 218 | 0.02 | 0.96 | 0 | 0.15 | 298.85 | 0.92 | 0.45 |
| Hex | D6 | 9 | DA | 2 | 60 | 0 | F | 12B | 5C | 2D |
| Octal | 326 | 11 | 332 | 2 | 140 | 0 | 17 | 453 | 134 | 55 |
| Binary | 11010110 | 1001 | 11011010 | 10 | 1100000 | 0 | 1111 | 100101011 | 1011100 | 101101 |
Color Harmonies of #D609DA
Complementary color
Monochromatic Colors of #D609DA
Black with #D609DA
Text Example
Text Example
White with #D609DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609DA; }
p { color: rgb(214,9,218); }
H1.HeaderClassName
{
color: #D609DA;
}
.AnyTagClassName
{
color: #D609DA;
}
</style>
background-color css
<style>
a { background-color: #D609DA; }
a { background-color: rgb(214,9,218); }
div.DivClassName
{
background-color: #D609DA;
}
.BgClassName
{
background-color: #D609DA;
}
</style>
border-color css
<style>
span { border-color: #D609DA; }
span { border-color: rgb(214,9,218); }
td.TdClassName
{
border-color: #D609DA;
}
.TagClassName
{
border-color: #D609DA;
}
</style>