Shades of Deep Magenta #D314AD
Tints of Deep Magenta #D314AD
RGB
CMYK
RGB Variations
Color information
#D314AD (or 0xD314AD) is known color: Deep Magenta. HEX triplet: D3, 14 and AD. RGB value is (211,20,173). Sum of RGB (Red+Green+Blue) = 211+20+173=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D314AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D314AD is #2CEB52. Grayscale: #5E5E5E. Windows color (decimal): -2943827 or 11343059. OLE color: 11343059.
HSL color Cylindrical-coordinate representation of color #D314AD: hue angle of 311.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D314AD is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 173 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.17 |
| HSL | 311.94º | 0.83% | 0.45% | - |
| HSV(B) | 311.94º | 0.91% | 0.83% | - |
| XYZ | 34.66 | 17.37 | 41.06 | - |
| YUV | 94.55 | 172.28 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 173 | 0 | 0.91 | 0.18 | 0.17 | 311.94 | 0.83 | 0.45 |
| Hex | D3 | 14 | AD | 0 | 5B | 12 | 11 | 138 | 53 | 2D |
| Octal | 323 | 24 | 255 | 0 | 133 | 22 | 21 | 470 | 123 | 55 |
| Binary | 11010011 | 10100 | 10101101 | 0 | 1011011 | 10010 | 10001 | 100111000 | 1010011 | 101101 |
Color Harmonies of #D314AD
Complementary color
Monochromatic Colors of #D314AD
Black with #D314AD
Text Example
Text Example
White with #D314AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D314AD; }
p { color: rgb(211,20,173); }
H1.HeaderClassName
{
color: #D314AD;
}
.AnyTagClassName
{
color: #D314AD;
}
</style>
background-color css
<style>
a { background-color: #D314AD; }
a { background-color: rgb(211,20,173); }
div.DivClassName
{
background-color: #D314AD;
}
.BgClassName
{
background-color: #D314AD;
}
</style>
border-color css
<style>
span { border-color: #D314AD; }
span { border-color: rgb(211,20,173); }
td.TdClassName
{
border-color: #D314AD;
}
.TagClassName
{
border-color: #D314AD;
}
</style>