Shades of Deep Magenta #D408C7
Tints of Deep Magenta #D408C7
RGB
CMYK
RGB Variations
Color information
#D408C7 (or 0xD408C7) is known color: Deep Magenta. HEX triplet: D4, 08 and C7. RGB value is (212,8,199). Sum of RGB (Red+Green+Blue) = 212+8+199=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D408C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D408C7 is #2BF738. Grayscale: #5A5A5A. Windows color (decimal): -2881337 or 13043924. OLE color: 13043924.
HSL color Cylindrical-coordinate representation of color #D408C7: hue angle of 303.82º 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 #D408C7 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 199 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.17 |
| HSL | 303.82º | 0.93% | 0.43% | - |
| HSV(B) | 303.82º | 0.96% | 0.83% | - |
| XYZ | 37.55 | 18.29 | 55.59 | - |
| YUV | 90.77 | 189.09 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 199 | 0 | 0.96 | 0.06 | 0.17 | 303.82 | 0.93 | 0.43 |
| Hex | D4 | 8 | C7 | 0 | 60 | 6 | 11 | 130 | 5D | 2B |
| Octal | 324 | 10 | 307 | 0 | 140 | 6 | 21 | 460 | 135 | 53 |
| Binary | 11010100 | 1000 | 11000111 | 0 | 1100000 | 110 | 10001 | 100110000 | 1011101 | 101011 |
Color Harmonies of #D408C7
Complementary color
Monochromatic Colors of #D408C7
Black with #D408C7
Text Example
Text Example
White with #D408C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D408C7; }
p { color: rgb(212,8,199); }
H1.HeaderClassName
{
color: #D408C7;
}
.AnyTagClassName
{
color: #D408C7;
}
</style>
background-color css
<style>
a { background-color: #D408C7; }
a { background-color: rgb(212,8,199); }
div.DivClassName
{
background-color: #D408C7;
}
.BgClassName
{
background-color: #D408C7;
}
</style>
border-color css
<style>
span { border-color: #D408C7; }
span { border-color: rgb(212,8,199); }
td.TdClassName
{
border-color: #D408C7;
}
.TagClassName
{
border-color: #D408C7;
}
</style>