Shades of Deep Magenta #D319DF
Tints of Deep Magenta #D319DF
RGB
CMYK
RGB Variations
Color information
#D319DF (or 0xD319DF) is known color: Deep Magenta. HEX triplet: D3, 19 and DF. RGB value is (211,25,223). Sum of RGB (Red+Green+Blue) = 211+25+223=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #D319DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319DF is #2CE620. Grayscale: #666666. Windows color (decimal): -2942497 or 14621139. OLE color: 14621139.
HSL color Cylindrical-coordinate representation of color #D319DF: hue angle of 296.36º 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 #D319DF is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 25 | 223 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.13 |
| HSL | 296.36º | 0.8% | 0.49% | - |
| HSV(B) | 296.36º | 0.89% | 0.87% | - |
| XYZ | 40.53 | 19.87 | 71.51 | - |
| YUV | 103.19 | 195.62 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 223 | 0.05 | 0.89 | 0 | 0.13 | 296.36 | 0.8 | 0.49 |
| Hex | D3 | 19 | DF | 5 | 59 | 0 | D | 128 | 50 | 31 |
| Octal | 323 | 31 | 337 | 5 | 131 | 0 | 15 | 450 | 120 | 61 |
| Binary | 11010011 | 11001 | 11011111 | 101 | 1011001 | 0 | 1101 | 100101000 | 1010000 | 110001 |
Color Harmonies of #D319DF
Complementary color
Monochromatic Colors of #D319DF
Black with #D319DF
Text Example
Text Example
White with #D319DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319DF; }
p { color: rgb(211,25,223); }
H1.HeaderClassName
{
color: #D319DF;
}
.AnyTagClassName
{
color: #D319DF;
}
</style>
background-color css
<style>
a { background-color: #D319DF; }
a { background-color: rgb(211,25,223); }
div.DivClassName
{
background-color: #D319DF;
}
.BgClassName
{
background-color: #D319DF;
}
</style>
border-color css
<style>
span { border-color: #D319DF; }
span { border-color: rgb(211,25,223); }
td.TdClassName
{
border-color: #D319DF;
}
.TagClassName
{
border-color: #D319DF;
}
</style>