Shades of Deep Magenta #D40BDF
Tints of Deep Magenta #D40BDF
RGB
CMYK
RGB Variations
Color information
#D40BDF (or 0xD40BDF) is known color: Deep Magenta. HEX triplet: D4, 0B and DF. RGB value is (212,11,223). Sum of RGB (Red+Green+Blue) = 212+11+223=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #D40BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BDF is #2BF420. Grayscale: #5E5E5E. Windows color (decimal): -2880545 or 14617556. OLE color: 14617556.
HSL color Cylindrical-coordinate representation of color #D40BDF: hue angle of 296.89º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40BDF is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 11 | 223 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.13 |
| HSL | 296.89º | 0.91% | 0.46% | - |
| HSV(B) | 296.89º | 0.95% | 0.87% | - |
| XYZ | 40.59 | 19.56 | 71.45 | - |
| YUV | 95.27 | 200.09 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 223 | 0.05 | 0.95 | 0 | 0.13 | 296.89 | 0.91 | 0.46 |
| Hex | D4 | B | DF | 5 | 5F | 0 | D | 129 | 5B | 2E |
| Octal | 324 | 13 | 337 | 5 | 137 | 0 | 15 | 451 | 133 | 56 |
| Binary | 11010100 | 1011 | 11011111 | 101 | 1011111 | 0 | 1101 | 100101001 | 1011011 | 101110 |
Color Harmonies of #D40BDF
Complementary color
Monochromatic Colors of #D40BDF
Black with #D40BDF
Text Example
Text Example
White with #D40BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BDF; }
p { color: rgb(212,11,223); }
H1.HeaderClassName
{
color: #D40BDF;
}
.AnyTagClassName
{
color: #D40BDF;
}
</style>
background-color css
<style>
a { background-color: #D40BDF; }
a { background-color: rgb(212,11,223); }
div.DivClassName
{
background-color: #D40BDF;
}
.BgClassName
{
background-color: #D40BDF;
}
</style>
border-color css
<style>
span { border-color: #D40BDF; }
span { border-color: rgb(212,11,223); }
td.TdClassName
{
border-color: #D40BDF;
}
.TagClassName
{
border-color: #D40BDF;
}
</style>