Shades of Deep Magenta #D005AF
Tints of Deep Magenta #D005AF
RGB
CMYK
RGB Variations
Color information
#D005AF (or 0xD005AF) is known color: Deep Magenta. HEX triplet: D0, 05 and AF. RGB value is (208,5,175). Sum of RGB (Red+Green+Blue) = 208+5+175=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D005AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D005AF is #2FFA50. Grayscale: #545454. Windows color (decimal): -3144273 or 11470288. OLE color: 11470288.
HSL color Cylindrical-coordinate representation of color #D005AF: hue angle of 309.75º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005AF is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.18 |
| HSL | 309.75º | 0.95% | 0.42% | - |
| HSV(B) | 309.75º | 0.98% | 0.82% | - |
| XYZ | 33.8 | 16.61 | 41.98 | - |
| YUV | 85.08 | 178.75 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 175 | 0 | 0.98 | 0.16 | 0.18 | 309.75 | 0.95 | 0.42 |
| Hex | D0 | 5 | AF | 0 | 62 | 10 | 12 | 136 | 5F | 2A |
| Octal | 320 | 5 | 257 | 0 | 142 | 20 | 22 | 466 | 137 | 52 |
| Binary | 11010000 | 101 | 10101111 | 0 | 1100010 | 10000 | 10010 | 100110110 | 1011111 | 101010 |
Color Harmonies of #D005AF
Complementary color
Monochromatic Colors of #D005AF
Black with #D005AF
Text Example
Text Example
White with #D005AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005AF; }
p { color: rgb(208,5,175); }
H1.HeaderClassName
{
color: #D005AF;
}
.AnyTagClassName
{
color: #D005AF;
}
</style>
background-color css
<style>
a { background-color: #D005AF; }
a { background-color: rgb(208,5,175); }
div.DivClassName
{
background-color: #D005AF;
}
.BgClassName
{
background-color: #D005AF;
}
</style>
border-color css
<style>
span { border-color: #D005AF; }
span { border-color: rgb(208,5,175); }
td.TdClassName
{
border-color: #D005AF;
}
.TagClassName
{
border-color: #D005AF;
}
</style>