Shades of Deep Magenta #D40DBE
Tints of Deep Magenta #D40DBE
RGB
CMYK
RGB Variations
Color information
#D40DBE (or 0xD40DBE) is known color: Deep Magenta. HEX triplet: D4, 0D and BE. RGB value is (212,13,190). Sum of RGB (Red+Green+Blue) = 212+13+190=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40DBE is #2BF241. Grayscale: #5C5C5C. Windows color (decimal): -2880066 or 12455380. OLE color: 12455380.
HSL color Cylindrical-coordinate representation of color #D40DBE: hue angle of 306.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40DBE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.17 |
| HSL | 306.63º | 0.88% | 0.44% | - |
| HSV(B) | 306.63º | 0.94% | 0.83% | - |
| XYZ | 36.59 | 18 | 50.26 | - |
| YUV | 92.68 | 182.93 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 190 | 0 | 0.94 | 0.10 | 0.17 | 306.63 | 0.88 | 0.44 |
| Hex | D4 | D | BE | 0 | 5E | A | 11 | 133 | 58 | 2C |
| Octal | 324 | 15 | 276 | 0 | 136 | 12 | 21 | 463 | 130 | 54 |
| Binary | 11010100 | 1101 | 10111110 | 0 | 1011110 | 1010 | 10001 | 100110011 | 1011000 | 101100 |
Color Harmonies of #D40DBE
Complementary color
Monochromatic Colors of #D40DBE
Black with #D40DBE
Text Example
Text Example
White with #D40DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DBE; }
p { color: rgb(212,13,190); }
H1.HeaderClassName
{
color: #D40DBE;
}
.AnyTagClassName
{
color: #D40DBE;
}
</style>
background-color css
<style>
a { background-color: #D40DBE; }
a { background-color: rgb(212,13,190); }
div.DivClassName
{
background-color: #D40DBE;
}
.BgClassName
{
background-color: #D40DBE;
}
</style>
border-color css
<style>
span { border-color: #D40DBE; }
span { border-color: rgb(212,13,190); }
td.TdClassName
{
border-color: #D40DBE;
}
.TagClassName
{
border-color: #D40DBE;
}
</style>