Shades of Deep Magenta #D315AF
Tints of Deep Magenta #D315AF
RGB
CMYK
RGB Variations
Color information
#D315AF (or 0xD315AF) is known color: Deep Magenta. HEX triplet: D3, 15 and AF. RGB value is (211,21,175). Sum of RGB (Red+Green+Blue) = 211+21+175=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D315AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D315AF is #2CEA50. Grayscale: #5E5E5E. Windows color (decimal): -2943569 or 11474387. OLE color: 11474387.
HSL color Cylindrical-coordinate representation of color #D315AF: hue angle of 311.37º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D315AF is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.17 |
| HSL | 311.37º | 0.82% | 0.45% | - |
| HSV(B) | 311.37º | 0.9% | 0.83% | - |
| XYZ | 34.87 | 17.48 | 42.09 | - |
| YUV | 95.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 175 | 0 | 0.90 | 0.17 | 0.17 | 311.37 | 0.82 | 0.45 |
| Hex | D3 | 15 | AF | 0 | 5A | 11 | 11 | 137 | 52 | 2D |
| Octal | 323 | 25 | 257 | 0 | 132 | 21 | 21 | 467 | 122 | 55 |
| Binary | 11010011 | 10101 | 10101111 | 0 | 1011010 | 10001 | 10001 | 100110111 | 1010010 | 101101 |
Color Harmonies of #D315AF
Complementary color
Monochromatic Colors of #D315AF
Black with #D315AF
Text Example
Text Example
White with #D315AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D315AF; }
p { color: rgb(211,21,175); }
H1.HeaderClassName
{
color: #D315AF;
}
.AnyTagClassName
{
color: #D315AF;
}
</style>
background-color css
<style>
a { background-color: #D315AF; }
a { background-color: rgb(211,21,175); }
div.DivClassName
{
background-color: #D315AF;
}
.BgClassName
{
background-color: #D315AF;
}
</style>
border-color css
<style>
span { border-color: #D315AF; }
span { border-color: rgb(211,21,175); }
td.TdClassName
{
border-color: #D315AF;
}
.TagClassName
{
border-color: #D315AF;
}
</style>