Shades of Deep Magenta #D319DC
Tints of Deep Magenta #D319DC
RGB
CMYK
RGB Variations
Color information
#D319DC (or 0xD319DC) is known color: Deep Magenta. HEX triplet: D3, 19 and DC. RGB value is (211,25,220). Sum of RGB (Red+Green+Blue) = 211+25+220=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #D319DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319DC is #2CE623. Grayscale: #666666. Windows color (decimal): -2942500 or 14424531. OLE color: 14424531.
HSL color Cylindrical-coordinate representation of color #D319DC: hue angle of 297.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D319DC is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 25 | 220 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.14 |
| HSL | 297.23º | 0.8% | 0.48% | - |
| HSV(B) | 297.23º | 0.89% | 0.86% | - |
| XYZ | 40.13 | 19.71 | 69.4 | - |
| YUV | 102.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 220 | 0.04 | 0.89 | 0 | 0.14 | 297.23 | 0.8 | 0.48 |
| Hex | D3 | 19 | DC | 4 | 59 | 0 | E | 129 | 50 | 30 |
| Octal | 323 | 31 | 334 | 4 | 131 | 0 | 16 | 451 | 120 | 60 |
| Binary | 11010011 | 11001 | 11011100 | 100 | 1011001 | 0 | 1110 | 100101001 | 1010000 | 110000 |
Color Harmonies of #D319DC
Complementary color
Monochromatic Colors of #D319DC
Black with #D319DC
Text Example
Text Example
White with #D319DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319DC; }
p { color: rgb(211,25,220); }
H1.HeaderClassName
{
color: #D319DC;
}
.AnyTagClassName
{
color: #D319DC;
}
</style>
background-color css
<style>
a { background-color: #D319DC; }
a { background-color: rgb(211,25,220); }
div.DivClassName
{
background-color: #D319DC;
}
.BgClassName
{
background-color: #D319DC;
}
</style>
border-color css
<style>
span { border-color: #D319DC; }
span { border-color: rgb(211,25,220); }
td.TdClassName
{
border-color: #D319DC;
}
.TagClassName
{
border-color: #D319DC;
}
</style>