Shades of Deep Magenta #D21FAF
Tints of Deep Magenta #D21FAF
RGB
CMYK
RGB Variations
Color information
#D21FAF (or 0xD21FAF) is known color: Deep Magenta. HEX triplet: D2, 1F and AF. RGB value is (210,31,175). Sum of RGB (Red+Green+Blue) = 210+31+175=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FAF is #2DE050. Grayscale: #646464. Windows color (decimal): -3006545 or 11476946. OLE color: 11476946.
HSL color Cylindrical-coordinate representation of color #D21FAF: hue angle of 311.73º 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 #D21FAF is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 175 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.18 |
| HSL | 311.73º | 0.74% | 0.47% | - |
| HSV(B) | 311.73º | 0.85% | 0.82% | - |
| XYZ | 34.81 | 17.78 | 42.15 | - |
| YUV | 100.94 | 169.8 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 175 | 0 | 0.85 | 0.17 | 0.18 | 311.73 | 0.74 | 0.47 |
| Hex | D2 | 1F | AF | 0 | 55 | 11 | 12 | 138 | 4A | 2F |
| Octal | 322 | 37 | 257 | 0 | 125 | 21 | 22 | 470 | 112 | 57 |
| Binary | 11010010 | 11111 | 10101111 | 0 | 1010101 | 10001 | 10010 | 100111000 | 1001010 | 101111 |
Color Harmonies of #D21FAF
Complementary color
Monochromatic Colors of #D21FAF
Black with #D21FAF
Text Example
Text Example
White with #D21FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FAF; }
p { color: rgb(210,31,175); }
H1.HeaderClassName
{
color: #D21FAF;
}
.AnyTagClassName
{
color: #D21FAF;
}
</style>
background-color css
<style>
a { background-color: #D21FAF; }
a { background-color: rgb(210,31,175); }
div.DivClassName
{
background-color: #D21FAF;
}
.BgClassName
{
background-color: #D21FAF;
}
</style>
border-color css
<style>
span { border-color: #D21FAF; }
span { border-color: rgb(210,31,175); }
td.TdClassName
{
border-color: #D21FAF;
}
.TagClassName
{
border-color: #D21FAF;
}
</style>