Shades of Deep Magenta #D419DF
Tints of Deep Magenta #D419DF
RGB
CMYK
RGB Variations
Color information
#D419DF (or 0xD419DF) is known color: Deep Magenta. HEX triplet: D4, 19 and DF. RGB value is (212,25,223). Sum of RGB (Red+Green+Blue) = 212+25+223=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #D419DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D419DF is #2BE620. Grayscale: #666666. Windows color (decimal): -2876961 or 14621140. OLE color: 14621140.
HSL color Cylindrical-coordinate representation of color #D419DF: hue angle of 296.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D419DF is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 25 | 223 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.13 |
| HSL | 296.67º | 0.8% | 0.49% | - |
| HSV(B) | 296.67º | 0.89% | 0.87% | - |
| XYZ | 40.82 | 20.02 | 71.52 | - |
| YUV | 103.49 | 195.45 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 223 | 0.05 | 0.89 | 0 | 0.13 | 296.67 | 0.8 | 0.49 |
| Hex | D4 | 19 | DF | 5 | 59 | 0 | D | 129 | 50 | 31 |
| Octal | 324 | 31 | 337 | 5 | 131 | 0 | 15 | 451 | 120 | 61 |
| Binary | 11010100 | 11001 | 11011111 | 101 | 1011001 | 0 | 1101 | 100101001 | 1010000 | 110001 |
Color Harmonies of #D419DF
Complementary color
Monochromatic Colors of #D419DF
Black with #D419DF
Text Example
Text Example
White with #D419DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419DF; }
p { color: rgb(212,25,223); }
H1.HeaderClassName
{
color: #D419DF;
}
.AnyTagClassName
{
color: #D419DF;
}
</style>
background-color css
<style>
a { background-color: #D419DF; }
a { background-color: rgb(212,25,223); }
div.DivClassName
{
background-color: #D419DF;
}
.BgClassName
{
background-color: #D419DF;
}
</style>
border-color css
<style>
span { border-color: #D419DF; }
span { border-color: rgb(212,25,223); }
td.TdClassName
{
border-color: #D419DF;
}
.TagClassName
{
border-color: #D419DF;
}
</style>