Shades of Deep Magenta #D40DDF
Tints of Deep Magenta #D40DDF
RGB
CMYK
RGB Variations
Color information
#D40DDF (or 0xD40DDF) is known color: Deep Magenta. HEX triplet: D4, 0D and DF. RGB value is (212,13,223). Sum of RGB (Red+Green+Blue) = 212+13+223=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #D40DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40DDF is #2BF220. Grayscale: #5F5F5F. Windows color (decimal): -2880033 or 14618068. OLE color: 14618068.
HSL color Cylindrical-coordinate representation of color #D40DDF: hue angle of 296.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40DDF is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 13 | 223 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.13 |
| HSL | 296.86º | 0.89% | 0.46% | - |
| HSV(B) | 296.86º | 0.94% | 0.87% | - |
| XYZ | 40.61 | 19.61 | 71.46 | - |
| YUV | 96.44 | 199.43 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 223 | 0.05 | 0.94 | 0 | 0.13 | 296.86 | 0.89 | 0.46 |
| Hex | D4 | D | DF | 5 | 5E | 0 | D | 129 | 59 | 2E |
| Octal | 324 | 15 | 337 | 5 | 136 | 0 | 15 | 451 | 131 | 56 |
| Binary | 11010100 | 1101 | 11011111 | 101 | 1011110 | 0 | 1101 | 100101001 | 1011001 | 101110 |
Color Harmonies of #D40DDF
Complementary color
Monochromatic Colors of #D40DDF
Black with #D40DDF
Text Example
Text Example
White with #D40DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DDF; }
p { color: rgb(212,13,223); }
H1.HeaderClassName
{
color: #D40DDF;
}
.AnyTagClassName
{
color: #D40DDF;
}
</style>
background-color css
<style>
a { background-color: #D40DDF; }
a { background-color: rgb(212,13,223); }
div.DivClassName
{
background-color: #D40DDF;
}
.BgClassName
{
background-color: #D40DDF;
}
</style>
border-color css
<style>
span { border-color: #D40DDF; }
span { border-color: rgb(212,13,223); }
td.TdClassName
{
border-color: #D40DDF;
}
.TagClassName
{
border-color: #D40DDF;
}
</style>