Shades of Deep Magenta #D416DF
Tints of Deep Magenta #D416DF
RGB
CMYK
RGB Variations
Color information
#D416DF (or 0xD416DF) is known color: Deep Magenta. HEX triplet: D4, 16 and DF. RGB value is (212,22,223). Sum of RGB (Red+Green+Blue) = 212+22+223=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #D416DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416DF is #2BE920. Grayscale: #656565. Windows color (decimal): -2877729 or 14620372. OLE color: 14620372.
HSL color Cylindrical-coordinate representation of color #D416DF: hue angle of 296.72º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416DF is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 22 | 223 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.13 |
| HSL | 296.72º | 0.82% | 0.48% | - |
| HSV(B) | 296.72º | 0.9% | 0.87% | - |
| XYZ | 40.76 | 19.9 | 71.5 | - |
| YUV | 101.72 | 196.45 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 223 | 0.05 | 0.90 | 0 | 0.13 | 296.72 | 0.82 | 0.48 |
| Hex | D4 | 16 | DF | 5 | 5A | 0 | D | 129 | 52 | 30 |
| Octal | 324 | 26 | 337 | 5 | 132 | 0 | 15 | 451 | 122 | 60 |
| Binary | 11010100 | 10110 | 11011111 | 101 | 1011010 | 0 | 1101 | 100101001 | 1010010 | 110000 |
Color Harmonies of #D416DF
Complementary color
Monochromatic Colors of #D416DF
Black with #D416DF
Text Example
Text Example
White with #D416DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416DF; }
p { color: rgb(212,22,223); }
H1.HeaderClassName
{
color: #D416DF;
}
.AnyTagClassName
{
color: #D416DF;
}
</style>
background-color css
<style>
a { background-color: #D416DF; }
a { background-color: rgb(212,22,223); }
div.DivClassName
{
background-color: #D416DF;
}
.BgClassName
{
background-color: #D416DF;
}
</style>
border-color css
<style>
span { border-color: #D416DF; }
span { border-color: rgb(212,22,223); }
td.TdClassName
{
border-color: #D416DF;
}
.TagClassName
{
border-color: #D416DF;
}
</style>