Shades of Deep Magenta #D007AF
Tints of Deep Magenta #D007AF
RGB
CMYK
RGB Variations
Color information
#D007AF (or 0xD007AF) is known color: Deep Magenta. HEX triplet: D0, 07 and AF. RGB value is (208,7,175). Sum of RGB (Red+Green+Blue) = 208+7+175=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D007AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D007AF is #2FF850. Grayscale: #555555. Windows color (decimal): -3143761 or 11470800. OLE color: 11470800.
HSL color Cylindrical-coordinate representation of color #D007AF: hue angle of 309.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007AF is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 175 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.18 |
| HSL | 309.85º | 0.93% | 0.42% | - |
| HSV(B) | 309.85º | 0.97% | 0.82% | - |
| XYZ | 33.83 | 16.66 | 41.99 | - |
| YUV | 86.25 | 178.09 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 175 | 0 | 0.97 | 0.16 | 0.18 | 309.85 | 0.93 | 0.42 |
| Hex | D0 | 7 | AF | 0 | 61 | 10 | 12 | 136 | 5D | 2A |
| Octal | 320 | 7 | 257 | 0 | 141 | 20 | 22 | 466 | 135 | 52 |
| Binary | 11010000 | 111 | 10101111 | 0 | 1100001 | 10000 | 10010 | 100110110 | 1011101 | 101010 |
Color Harmonies of #D007AF
Complementary color
Monochromatic Colors of #D007AF
Black with #D007AF
Text Example
Text Example
White with #D007AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007AF; }
p { color: rgb(208,7,175); }
H1.HeaderClassName
{
color: #D007AF;
}
.AnyTagClassName
{
color: #D007AF;
}
</style>
background-color css
<style>
a { background-color: #D007AF; }
a { background-color: rgb(208,7,175); }
div.DivClassName
{
background-color: #D007AF;
}
.BgClassName
{
background-color: #D007AF;
}
</style>
border-color css
<style>
span { border-color: #D007AF; }
span { border-color: rgb(208,7,175); }
td.TdClassName
{
border-color: #D007AF;
}
.TagClassName
{
border-color: #D007AF;
}
</style>