Shades of Deep Magenta #D415DF
Tints of Deep Magenta #D415DF
RGB
CMYK
RGB Variations
Color information
#D415DF (or 0xD415DF) is known color: Deep Magenta. HEX triplet: D4, 15 and DF. RGB value is (212,21,223). Sum of RGB (Red+Green+Blue) = 212+21+223=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #D415DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415DF is #2BEA20. Grayscale: #646464. Windows color (decimal): -2877985 or 14620116. OLE color: 14620116.
HSL color Cylindrical-coordinate representation of color #D415DF: hue angle of 296.73º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D415DF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 21 | 223 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.13 |
| HSL | 296.73º | 0.83% | 0.48% | - |
| HSV(B) | 296.73º | 0.91% | 0.87% | - |
| XYZ | 40.74 | 19.86 | 71.5 | - |
| YUV | 101.14 | 196.78 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 223 | 0.05 | 0.91 | 0 | 0.13 | 296.73 | 0.83 | 0.48 |
| Hex | D4 | 15 | DF | 5 | 5B | 0 | D | 129 | 53 | 30 |
| Octal | 324 | 25 | 337 | 5 | 133 | 0 | 15 | 451 | 123 | 60 |
| Binary | 11010100 | 10101 | 11011111 | 101 | 1011011 | 0 | 1101 | 100101001 | 1010011 | 110000 |
Color Harmonies of #D415DF
Complementary color
Monochromatic Colors of #D415DF
Black with #D415DF
Text Example
Text Example
White with #D415DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D415DF; }
p { color: rgb(212,21,223); }
H1.HeaderClassName
{
color: #D415DF;
}
.AnyTagClassName
{
color: #D415DF;
}
</style>
background-color css
<style>
a { background-color: #D415DF; }
a { background-color: rgb(212,21,223); }
div.DivClassName
{
background-color: #D415DF;
}
.BgClassName
{
background-color: #D415DF;
}
</style>
border-color css
<style>
span { border-color: #D415DF; }
span { border-color: rgb(212,21,223); }
td.TdClassName
{
border-color: #D415DF;
}
.TagClassName
{
border-color: #D415DF;
}
</style>