Shades of Deep Magenta #D408DA
Tints of Deep Magenta #D408DA
RGB
CMYK
RGB Variations
Color information
#D408DA (or 0xD408DA) is known color: Deep Magenta. HEX triplet: D4, 08 and DA. RGB value is (212,8,218). Sum of RGB (Red+Green+Blue) = 212+8+218=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #D408DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D408DA is #2BF725. Grayscale: #5C5C5C. Windows color (decimal): -2881318 or 14289108. OLE color: 14289108.
HSL color Cylindrical-coordinate representation of color #D408DA: hue angle of 298.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D408DA is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 8 | 218 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.15 |
| HSL | 298.29º | 0.93% | 0.44% | - |
| HSV(B) | 298.29º | 0.96% | 0.85% | - |
| XYZ | 39.89 | 19.23 | 67.94 | - |
| YUV | 92.94 | 198.59 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 218 | 0.03 | 0.96 | 0 | 0.15 | 298.29 | 0.93 | 0.44 |
| Hex | D4 | 8 | DA | 3 | 60 | 0 | F | 12A | 5D | 2C |
| Octal | 324 | 10 | 332 | 3 | 140 | 0 | 17 | 452 | 135 | 54 |
| Binary | 11010100 | 1000 | 11011010 | 11 | 1100000 | 0 | 1111 | 100101010 | 1011101 | 101100 |
Color Harmonies of #D408DA
Complementary color
Monochromatic Colors of #D408DA
Black with #D408DA
Text Example
Text Example
White with #D408DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D408DA; }
p { color: rgb(212,8,218); }
H1.HeaderClassName
{
color: #D408DA;
}
.AnyTagClassName
{
color: #D408DA;
}
</style>
background-color css
<style>
a { background-color: #D408DA; }
a { background-color: rgb(212,8,218); }
div.DivClassName
{
background-color: #D408DA;
}
.BgClassName
{
background-color: #D408DA;
}
</style>
border-color css
<style>
span { border-color: #D408DA; }
span { border-color: rgb(212,8,218); }
td.TdClassName
{
border-color: #D408DA;
}
.TagClassName
{
border-color: #D408DA;
}
</style>