Shades of Deep Magenta #D40BDD
Tints of Deep Magenta #D40BDD
RGB
CMYK
RGB Variations
Color information
#D40BDD (or 0xD40BDD) is known color: Deep Magenta. HEX triplet: D4, 0B and DD. RGB value is (212,11,221). Sum of RGB (Red+Green+Blue) = 212+11+221=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #D40BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BDD is #2BF422. Grayscale: #5E5E5E. Windows color (decimal): -2880547 or 14486484. OLE color: 14486484.
HSL color Cylindrical-coordinate representation of color #D40BDD: hue angle of 297.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40BDD is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 11 | 221 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.13 |
| HSL | 297.43º | 0.91% | 0.45% | - |
| HSV(B) | 297.43º | 0.95% | 0.87% | - |
| XYZ | 40.32 | 19.46 | 70.04 | - |
| YUV | 95.04 | 199.09 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 221 | 0.04 | 0.95 | 0 | 0.13 | 297.43 | 0.91 | 0.45 |
| Hex | D4 | B | DD | 4 | 5F | 0 | D | 129 | 5B | 2D |
| Octal | 324 | 13 | 335 | 4 | 137 | 0 | 15 | 451 | 133 | 55 |
| Binary | 11010100 | 1011 | 11011101 | 100 | 1011111 | 0 | 1101 | 100101001 | 1011011 | 101101 |
Color Harmonies of #D40BDD
Complementary color
Monochromatic Colors of #D40BDD
Black with #D40BDD
Text Example
Text Example
White with #D40BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BDD; }
p { color: rgb(212,11,221); }
H1.HeaderClassName
{
color: #D40BDD;
}
.AnyTagClassName
{
color: #D40BDD;
}
</style>
background-color css
<style>
a { background-color: #D40BDD; }
a { background-color: rgb(212,11,221); }
div.DivClassName
{
background-color: #D40BDD;
}
.BgClassName
{
background-color: #D40BDD;
}
</style>
border-color css
<style>
span { border-color: #D40BDD; }
span { border-color: rgb(212,11,221); }
td.TdClassName
{
border-color: #D40BDD;
}
.TagClassName
{
border-color: #D40BDD;
}
</style>