Shades of Deep Magenta #D614AF
Tints of Deep Magenta #D614AF
RGB
CMYK
RGB Variations
Color information
#D614AF (or 0xD614AF) is known color: Deep Magenta. HEX triplet: D6, 14 and AF. RGB value is (214,20,175). Sum of RGB (Red+Green+Blue) = 214+20+175=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D614AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D614AF is #29EB50. Grayscale: #5F5F5F. Windows color (decimal): -2747217 or 11474134. OLE color: 11474134.
HSL color Cylindrical-coordinate representation of color #D614AF: hue angle of 312.06º 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 #D614AF is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 175 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.16 |
| HSL | 312.06º | 0.83% | 0.46% | - |
| HSV(B) | 312.06º | 0.91% | 0.84% | - |
| XYZ | 35.72 | 17.89 | 42.13 | - |
| YUV | 95.68 | 172.77 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 175 | 0 | 0.91 | 0.18 | 0.16 | 312.06 | 0.83 | 0.46 |
| Hex | D6 | 14 | AF | 0 | 5B | 12 | 10 | 138 | 53 | 2E |
| Octal | 326 | 24 | 257 | 0 | 133 | 22 | 20 | 470 | 123 | 56 |
| Binary | 11010110 | 10100 | 10101111 | 0 | 1011011 | 10010 | 10000 | 100111000 | 1010011 | 101110 |
Color Harmonies of #D614AF
Complementary color
Monochromatic Colors of #D614AF
Black with #D614AF
Text Example
Text Example
White with #D614AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614AF; }
p { color: rgb(214,20,175); }
H1.HeaderClassName
{
color: #D614AF;
}
.AnyTagClassName
{
color: #D614AF;
}
</style>
background-color css
<style>
a { background-color: #D614AF; }
a { background-color: rgb(214,20,175); }
div.DivClassName
{
background-color: #D614AF;
}
.BgClassName
{
background-color: #D614AF;
}
</style>
border-color css
<style>
span { border-color: #D614AF; }
span { border-color: rgb(214,20,175); }
td.TdClassName
{
border-color: #D614AF;
}
.TagClassName
{
border-color: #D614AF;
}
</style>