Shades of Deep Magenta #D000AF
Tints of Deep Magenta #D000AF
RGB
CMYK
RGB Variations
Color information
#D000AF (or 0xD000AF) is known color: Deep Magenta. HEX triplet: D0, 00 and AF. RGB value is (208,0,175). Sum of RGB (Red+Green+Blue) = 208+0+175=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D000AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D000AF is #2FFF50. Grayscale: #515151. Windows color (decimal): -3145553 or 11469008. OLE color: 11469008.
HSL color Cylindrical-coordinate representation of color #D000AF: hue angle of 309.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000AF is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.16 | 0.18 |
| HSL | 309.52º | 1% | 0.41% | - |
| HSV(B) | 309.52º | 1% | 0.82% | - |
| XYZ | 33.75 | 16.51 | 41.96 | - |
| YUV | 82.14 | 180.41 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 175 | 0 | 1 | 0.16 | 0.18 | 309.52 | 1 | 0.41 |
| Hex | D0 | 0 | AF | 0 | 64 | 10 | 12 | 136 | 64 | 29 |
| Octal | 320 | 0 | 257 | 0 | 144 | 20 | 22 | 466 | 144 | 51 |
| Binary | 11010000 | 0 | 10101111 | 0 | 1100100 | 10000 | 10010 | 100110110 | 1100100 | 101001 |
Color Harmonies of #D000AF
Complementary color
Monochromatic Colors of #D000AF
Black with #D000AF
Text Example
Text Example
White with #D000AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000AF; }
p { color: rgb(208,0,175); }
H1.HeaderClassName
{
color: #D000AF;
}
.AnyTagClassName
{
color: #D000AF;
}
</style>
background-color css
<style>
a { background-color: #D000AF; }
a { background-color: rgb(208,0,175); }
div.DivClassName
{
background-color: #D000AF;
}
.BgClassName
{
background-color: #D000AF;
}
</style>
border-color css
<style>
span { border-color: #D000AF; }
span { border-color: rgb(208,0,175); }
td.TdClassName
{
border-color: #D000AF;
}
.TagClassName
{
border-color: #D000AF;
}
</style>