Shades of Deep Magenta #D408AF
Tints of Deep Magenta #D408AF
RGB
CMYK
RGB Variations
Color information
#D408AF (or 0xD408AF) is known color: Deep Magenta. HEX triplet: D4, 08 and AF. RGB value is (212,8,175). Sum of RGB (Red+Green+Blue) = 212+8+175=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D408AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D408AF is #2BF750. Grayscale: #575757. Windows color (decimal): -2881361 or 11471060. OLE color: 11471060.
HSL color Cylindrical-coordinate representation of color #D408AF: hue angle of 310.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D408AF is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.17 |
| HSL | 310.88º | 0.93% | 0.43% | - |
| HSV(B) | 310.88º | 0.96% | 0.83% | - |
| XYZ | 34.98 | 17.27 | 42.05 | - |
| YUV | 88.03 | 177.09 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 175 | 0 | 0.96 | 0.17 | 0.17 | 310.88 | 0.93 | 0.43 |
| Hex | D4 | 8 | AF | 0 | 60 | 11 | 11 | 137 | 5D | 2B |
| Octal | 324 | 10 | 257 | 0 | 140 | 21 | 21 | 467 | 135 | 53 |
| Binary | 11010100 | 1000 | 10101111 | 0 | 1100000 | 10001 | 10001 | 100110111 | 1011101 | 101011 |
Color Harmonies of #D408AF
Complementary color
Monochromatic Colors of #D408AF
Black with #D408AF
Text Example
Text Example
White with #D408AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D408AF; }
p { color: rgb(212,8,175); }
H1.HeaderClassName
{
color: #D408AF;
}
.AnyTagClassName
{
color: #D408AF;
}
</style>
background-color css
<style>
a { background-color: #D408AF; }
a { background-color: rgb(212,8,175); }
div.DivClassName
{
background-color: #D408AF;
}
.BgClassName
{
background-color: #D408AF;
}
</style>
border-color css
<style>
span { border-color: #D408AF; }
span { border-color: rgb(212,8,175); }
td.TdClassName
{
border-color: #D408AF;
}
.TagClassName
{
border-color: #D408AF;
}
</style>