Shades of Deep Magenta #D408BF
Tints of Deep Magenta #D408BF
RGB
CMYK
RGB Variations
Color information
#D408BF (or 0xD408BF) is known color: Deep Magenta. HEX triplet: D4, 08 and BF. RGB value is (212,8,191). Sum of RGB (Red+Green+Blue) = 212+8+191=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D408BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D408BF is #2BF740. Grayscale: #595959. Windows color (decimal): -2881345 or 12519636. OLE color: 12519636.
HSL color Cylindrical-coordinate representation of color #D408BF: hue angle of 306.18º 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 #D408BF is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.17 |
| HSL | 306.18º | 0.93% | 0.43% | - |
| HSV(B) | 306.18º | 0.96% | 0.83% | - |
| XYZ | 36.64 | 17.93 | 50.82 | - |
| YUV | 89.86 | 185.09 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 191 | 0 | 0.96 | 0.10 | 0.17 | 306.18 | 0.93 | 0.43 |
| Hex | D4 | 8 | BF | 0 | 60 | A | 11 | 132 | 5D | 2B |
| Octal | 324 | 10 | 277 | 0 | 140 | 12 | 21 | 462 | 135 | 53 |
| Binary | 11010100 | 1000 | 10111111 | 0 | 1100000 | 1010 | 10001 | 100110010 | 1011101 | 101011 |
Color Harmonies of #D408BF
Complementary color
Monochromatic Colors of #D408BF
Black with #D408BF
Text Example
Text Example
White with #D408BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D408BF; }
p { color: rgb(212,8,191); }
H1.HeaderClassName
{
color: #D408BF;
}
.AnyTagClassName
{
color: #D408BF;
}
</style>
background-color css
<style>
a { background-color: #D408BF; }
a { background-color: rgb(212,8,191); }
div.DivClassName
{
background-color: #D408BF;
}
.BgClassName
{
background-color: #D408BF;
}
</style>
border-color css
<style>
span { border-color: #D408BF; }
span { border-color: rgb(212,8,191); }
td.TdClassName
{
border-color: #D408BF;
}
.TagClassName
{
border-color: #D408BF;
}
</style>