Shades of Deep Magenta #D514AF
Tints of Deep Magenta #D514AF
RGB
CMYK
RGB Variations
Color information
#D514AF (or 0xD514AF) is known color: Deep Magenta. HEX triplet: D5, 14 and AF. RGB value is (213,20,175). Sum of RGB (Red+Green+Blue) = 213+20+175=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D514AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D514AF is #2AEB50. Grayscale: #5E5E5E. Windows color (decimal): -2812753 or 11474133. OLE color: 11474133.
HSL color Cylindrical-coordinate representation of color #D514AF: hue angle of 311.81º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514AF is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 175 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.16 |
| HSL | 311.81º | 0.83% | 0.46% | - |
| HSV(B) | 311.81º | 0.91% | 0.84% | - |
| XYZ | 35.43 | 17.74 | 42.11 | - |
| YUV | 95.38 | 172.94 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 175 | 0 | 0.91 | 0.18 | 0.16 | 311.81 | 0.83 | 0.46 |
| Hex | D5 | 14 | AF | 0 | 5B | 12 | 10 | 138 | 53 | 2E |
| Octal | 325 | 24 | 257 | 0 | 133 | 22 | 20 | 470 | 123 | 56 |
| Binary | 11010101 | 10100 | 10101111 | 0 | 1011011 | 10010 | 10000 | 100111000 | 1010011 | 101110 |
Color Harmonies of #D514AF
Complementary color
Monochromatic Colors of #D514AF
Black with #D514AF
Text Example
Text Example
White with #D514AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514AF; }
p { color: rgb(213,20,175); }
H1.HeaderClassName
{
color: #D514AF;
}
.AnyTagClassName
{
color: #D514AF;
}
</style>
background-color css
<style>
a { background-color: #D514AF; }
a { background-color: rgb(213,20,175); }
div.DivClassName
{
background-color: #D514AF;
}
.BgClassName
{
background-color: #D514AF;
}
</style>
border-color css
<style>
span { border-color: #D514AF; }
span { border-color: rgb(213,20,175); }
td.TdClassName
{
border-color: #D514AF;
}
.TagClassName
{
border-color: #D514AF;
}
</style>