Shades of Deep Magenta #D40BDE
Tints of Deep Magenta #D40BDE
RGB
CMYK
RGB Variations
Color information
#D40BDE (or 0xD40BDE) is known color: Deep Magenta. HEX triplet: D4, 0B and DE. RGB value is (212,11,222). Sum of RGB (Red+Green+Blue) = 212+11+222=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #D40BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BDE is #2BF421. Grayscale: #5E5E5E. Windows color (decimal): -2880546 or 14552020. OLE color: 14552020.
HSL color Cylindrical-coordinate representation of color #D40BDE: hue angle of 297.16º 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 #D40BDE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 11 | 222 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.13 |
| HSL | 297.16º | 0.91% | 0.46% | - |
| HSV(B) | 297.16º | 0.95% | 0.87% | - |
| XYZ | 40.46 | 19.51 | 70.74 | - |
| YUV | 95.15 | 199.59 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 222 | 0.05 | 0.95 | 0 | 0.13 | 297.16 | 0.91 | 0.46 |
| Hex | D4 | B | DE | 5 | 5F | 0 | D | 129 | 5B | 2E |
| Octal | 324 | 13 | 336 | 5 | 137 | 0 | 15 | 451 | 133 | 56 |
| Binary | 11010100 | 1011 | 11011110 | 101 | 1011111 | 0 | 1101 | 100101001 | 1011011 | 101110 |
Color Harmonies of #D40BDE
Complementary color
Monochromatic Colors of #D40BDE
Black with #D40BDE
Text Example
Text Example
White with #D40BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BDE; }
p { color: rgb(212,11,222); }
H1.HeaderClassName
{
color: #D40BDE;
}
.AnyTagClassName
{
color: #D40BDE;
}
</style>
background-color css
<style>
a { background-color: #D40BDE; }
a { background-color: rgb(212,11,222); }
div.DivClassName
{
background-color: #D40BDE;
}
.BgClassName
{
background-color: #D40BDE;
}
</style>
border-color css
<style>
span { border-color: #D40BDE; }
span { border-color: rgb(212,11,222); }
td.TdClassName
{
border-color: #D40BDE;
}
.TagClassName
{
border-color: #D40BDE;
}
</style>