Shades of Deep Magenta #D009AF
Tints of Deep Magenta #D009AF
RGB
CMYK
RGB Variations
Color information
#D009AF (or 0xD009AF) is known color: Deep Magenta. HEX triplet: D0, 09 and AF. RGB value is (208,9,175). Sum of RGB (Red+Green+Blue) = 208+9+175=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D009AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D009AF is #2FF650. Grayscale: #565656. Windows color (decimal): -3143249 or 11471312. OLE color: 11471312.
HSL color Cylindrical-coordinate representation of color #D009AF: hue angle of 309.95º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009AF is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 175 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.18 |
| HSL | 309.95º | 0.92% | 0.43% | - |
| HSV(B) | 309.95º | 0.96% | 0.82% | - |
| XYZ | 33.85 | 16.7 | 42 | - |
| YUV | 87.43 | 177.43 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 175 | 0 | 0.96 | 0.16 | 0.18 | 309.95 | 0.92 | 0.43 |
| Hex | D0 | 9 | AF | 0 | 60 | 10 | 12 | 136 | 5C | 2B |
| Octal | 320 | 11 | 257 | 0 | 140 | 20 | 22 | 466 | 134 | 53 |
| Binary | 11010000 | 1001 | 10101111 | 0 | 1100000 | 10000 | 10010 | 100110110 | 1011100 | 101011 |
Color Harmonies of #D009AF
Complementary color
Monochromatic Colors of #D009AF
Black with #D009AF
Text Example
Text Example
White with #D009AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009AF; }
p { color: rgb(208,9,175); }
H1.HeaderClassName
{
color: #D009AF;
}
.AnyTagClassName
{
color: #D009AF;
}
</style>
background-color css
<style>
a { background-color: #D009AF; }
a { background-color: rgb(208,9,175); }
div.DivClassName
{
background-color: #D009AF;
}
.BgClassName
{
background-color: #D009AF;
}
</style>
border-color css
<style>
span { border-color: #D009AF; }
span { border-color: rgb(208,9,175); }
td.TdClassName
{
border-color: #D009AF;
}
.TagClassName
{
border-color: #D009AF;
}
</style>