Shades of Deep Magenta #D121AF
Tints of Deep Magenta #D121AF
RGB
CMYK
RGB Variations
Color information
#D121AF (or 0xD121AF) is known color: Deep Magenta. HEX triplet: D1, 21 and AF. RGB value is (209,33,175). Sum of RGB (Red+Green+Blue) = 209+33+175=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D121AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D121AF is #2EDE50. Grayscale: #656565. Windows color (decimal): -3071569 or 11477457. OLE color: 11477457.
HSL color Cylindrical-coordinate representation of color #D121AF: hue angle of 311.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D121AF is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 175 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.18 |
| HSL | 311.59º | 0.73% | 0.47% | - |
| HSV(B) | 311.59º | 0.84% | 0.82% | - |
| XYZ | 34.58 | 17.74 | 42.16 | - |
| YUV | 101.81 | 169.31 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 175 | 0 | 0.84 | 0.16 | 0.18 | 311.59 | 0.73 | 0.47 |
| Hex | D1 | 21 | AF | 0 | 54 | 10 | 12 | 138 | 49 | 2F |
| Octal | 321 | 41 | 257 | 0 | 124 | 20 | 22 | 470 | 111 | 57 |
| Binary | 11010001 | 100001 | 10101111 | 0 | 1010100 | 10000 | 10010 | 100111000 | 1001001 | 101111 |
Color Harmonies of #D121AF
Complementary color
Monochromatic Colors of #D121AF
Black with #D121AF
Text Example
Text Example
White with #D121AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121AF; }
p { color: rgb(209,33,175); }
H1.HeaderClassName
{
color: #D121AF;
}
.AnyTagClassName
{
color: #D121AF;
}
</style>
background-color css
<style>
a { background-color: #D121AF; }
a { background-color: rgb(209,33,175); }
div.DivClassName
{
background-color: #D121AF;
}
.BgClassName
{
background-color: #D121AF;
}
</style>
border-color css
<style>
span { border-color: #D121AF; }
span { border-color: rgb(209,33,175); }
td.TdClassName
{
border-color: #D121AF;
}
.TagClassName
{
border-color: #D121AF;
}
</style>