Shades of Deep Magenta #D40CDF
Tints of Deep Magenta #D40CDF
RGB
CMYK
RGB Variations
Color information
#D40CDF (or 0xD40CDF) is known color: Deep Magenta. HEX triplet: D4, 0C and DF. RGB value is (212,12,223). Sum of RGB (Red+Green+Blue) = 212+12+223=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #D40CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CDF is #2BF320. Grayscale: #5F5F5F. Windows color (decimal): -2880289 or 14617812. OLE color: 14617812.
HSL color Cylindrical-coordinate representation of color #D40CDF: hue angle of 296.87º degrees, saturation: 0.9, 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 #D40CDF is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 12 | 223 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.13 |
| HSL | 296.87º | 0.9% | 0.46% | - |
| HSV(B) | 296.87º | 0.95% | 0.87% | - |
| XYZ | 40.6 | 19.59 | 71.45 | - |
| YUV | 95.85 | 199.76 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 223 | 0.05 | 0.95 | 0 | 0.13 | 296.87 | 0.9 | 0.46 |
| Hex | D4 | C | DF | 5 | 5F | 0 | D | 129 | 5A | 2E |
| Octal | 324 | 14 | 337 | 5 | 137 | 0 | 15 | 451 | 132 | 56 |
| Binary | 11010100 | 1100 | 11011111 | 101 | 1011111 | 0 | 1101 | 100101001 | 1011010 | 101110 |
Color Harmonies of #D40CDF
Complementary color
Monochromatic Colors of #D40CDF
Black with #D40CDF
Text Example
Text Example
White with #D40CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CDF; }
p { color: rgb(212,12,223); }
H1.HeaderClassName
{
color: #D40CDF;
}
.AnyTagClassName
{
color: #D40CDF;
}
</style>
background-color css
<style>
a { background-color: #D40CDF; }
a { background-color: rgb(212,12,223); }
div.DivClassName
{
background-color: #D40CDF;
}
.BgClassName
{
background-color: #D40CDF;
}
</style>
border-color css
<style>
span { border-color: #D40CDF; }
span { border-color: rgb(212,12,223); }
td.TdClassName
{
border-color: #D40CDF;
}
.TagClassName
{
border-color: #D40CDF;
}
</style>