Shades of Deep Magenta #D609AF
Tints of Deep Magenta #D609AF
RGB
CMYK
RGB Variations
Color information
#D609AF (or 0xD609AF) is known color: Deep Magenta. HEX triplet: D6, 09 and AF. RGB value is (214,9,175). Sum of RGB (Red+Green+Blue) = 214+9+175=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D609AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D609AF is #29F650. Grayscale: #585858. Windows color (decimal): -2750033 or 11471318. OLE color: 11471318.
HSL color Cylindrical-coordinate representation of color #D609AF: hue angle of 311.41º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D609AF is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 175 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.16 |
| HSL | 311.41º | 0.92% | 0.44% | - |
| HSV(B) | 311.41º | 0.96% | 0.84% | - |
| XYZ | 35.57 | 17.59 | 42.08 | - |
| YUV | 89.22 | 176.42 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 175 | 0 | 0.96 | 0.18 | 0.16 | 311.41 | 0.92 | 0.44 |
| Hex | D6 | 9 | AF | 0 | 60 | 12 | 10 | 137 | 5C | 2C |
| Octal | 326 | 11 | 257 | 0 | 140 | 22 | 20 | 467 | 134 | 54 |
| Binary | 11010110 | 1001 | 10101111 | 0 | 1100000 | 10010 | 10000 | 100110111 | 1011100 | 101100 |
Color Harmonies of #D609AF
Complementary color
Monochromatic Colors of #D609AF
Black with #D609AF
Text Example
Text Example
White with #D609AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609AF; }
p { color: rgb(214,9,175); }
H1.HeaderClassName
{
color: #D609AF;
}
.AnyTagClassName
{
color: #D609AF;
}
</style>
background-color css
<style>
a { background-color: #D609AF; }
a { background-color: rgb(214,9,175); }
div.DivClassName
{
background-color: #D609AF;
}
.BgClassName
{
background-color: #D609AF;
}
</style>
border-color css
<style>
span { border-color: #D609AF; }
span { border-color: rgb(214,9,175); }
td.TdClassName
{
border-color: #D609AF;
}
.TagClassName
{
border-color: #D609AF;
}
</style>