Shades of Deep Magenta #D609D8
Tints of Deep Magenta #D609D8
RGB
CMYK
RGB Variations
Color information
#D609D8 (or 0xD609D8) is known color: Deep Magenta. HEX triplet: D6, 09 and D8. RGB value is (214,9,216). Sum of RGB (Red+Green+Blue) = 214+9+216=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #D609D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609D8 is #29F627. Grayscale: #5D5D5D. Windows color (decimal): -2749992 or 14158294. OLE color: 14158294.
HSL color Cylindrical-coordinate representation of color #D609D8: hue angle of 299.42º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D609D8 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 9 | 216 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.15 |
| HSL | 299.42º | 0.92% | 0.44% | - |
| HSV(B) | 299.42º | 0.96% | 0.85% | - |
| XYZ | 40.22 | 19.45 | 66.6 | - |
| YUV | 93.89 | 196.92 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 216 | 0.01 | 0.96 | 0 | 0.15 | 299.42 | 0.92 | 0.44 |
| Hex | D6 | 9 | D8 | 1 | 60 | 0 | F | 12B | 5C | 2C |
| Octal | 326 | 11 | 330 | 1 | 140 | 0 | 17 | 453 | 134 | 54 |
| Binary | 11010110 | 1001 | 11011000 | 1 | 1100000 | 0 | 1111 | 100101011 | 1011100 | 101100 |
Color Harmonies of #D609D8
Complementary color
Monochromatic Colors of #D609D8
Black with #D609D8
Text Example
Text Example
White with #D609D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609D8; }
p { color: rgb(214,9,216); }
H1.HeaderClassName
{
color: #D609D8;
}
.AnyTagClassName
{
color: #D609D8;
}
</style>
background-color css
<style>
a { background-color: #D609D8; }
a { background-color: rgb(214,9,216); }
div.DivClassName
{
background-color: #D609D8;
}
.BgClassName
{
background-color: #D609D8;
}
</style>
border-color css
<style>
span { border-color: #D609D8; }
span { border-color: rgb(214,9,216); }
td.TdClassName
{
border-color: #D609D8;
}
.TagClassName
{
border-color: #D609D8;
}
</style>