Shades of Deep Magenta #D11FAF
Tints of Deep Magenta #D11FAF
RGB
CMYK
RGB Variations
Color information
#D11FAF (or 0xD11FAF) is known color: Deep Magenta. HEX triplet: D1, 1F and AF. RGB value is (209,31,175). Sum of RGB (Red+Green+Blue) = 209+31+175=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11FAF is #2EE050. Grayscale: #646464. Windows color (decimal): -3072081 or 11476945. OLE color: 11476945.
HSL color Cylindrical-coordinate representation of color #D11FAF: hue angle of 311.46º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11FAF is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 175 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.18 |
| HSL | 311.46º | 0.74% | 0.47% | - |
| HSV(B) | 311.46º | 0.85% | 0.82% | - |
| XYZ | 34.52 | 17.63 | 42.14 | - |
| YUV | 100.64 | 169.97 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 175 | 0 | 0.85 | 0.16 | 0.18 | 311.46 | 0.74 | 0.47 |
| Hex | D1 | 1F | AF | 0 | 55 | 10 | 12 | 137 | 4A | 2F |
| Octal | 321 | 37 | 257 | 0 | 125 | 20 | 22 | 467 | 112 | 57 |
| Binary | 11010001 | 11111 | 10101111 | 0 | 1010101 | 10000 | 10010 | 100110111 | 1001010 | 101111 |
Color Harmonies of #D11FAF
Complementary color
Monochromatic Colors of #D11FAF
Black with #D11FAF
Text Example
Text Example
White with #D11FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FAF; }
p { color: rgb(209,31,175); }
H1.HeaderClassName
{
color: #D11FAF;
}
.AnyTagClassName
{
color: #D11FAF;
}
</style>
background-color css
<style>
a { background-color: #D11FAF; }
a { background-color: rgb(209,31,175); }
div.DivClassName
{
background-color: #D11FAF;
}
.BgClassName
{
background-color: #D11FAF;
}
</style>
border-color css
<style>
span { border-color: #D11FAF; }
span { border-color: rgb(209,31,175); }
td.TdClassName
{
border-color: #D11FAF;
}
.TagClassName
{
border-color: #D11FAF;
}
</style>