Shades of Deep Magenta #D21FC6
Tints of Deep Magenta #D21FC6
RGB
CMYK
RGB Variations
Color information
#D21FC6 (or 0xD21FC6) is known color: Deep Magenta. HEX triplet: D2, 1F and C6. RGB value is (210,31,198). Sum of RGB (Red+Green+Blue) = 210+31+198=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FC6 is #2DE039. Grayscale: #676767. Windows color (decimal): -3006522 or 12984274. OLE color: 12984274.
HSL color Cylindrical-coordinate representation of color #D21FC6: hue angle of 304.02º 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 #D21FC6 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 198 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.18 |
| HSL | 304.02º | 0.74% | 0.47% | - |
| HSV(B) | 304.02º | 0.85% | 0.82% | - |
| XYZ | 37.26 | 18.76 | 55.08 | - |
| YUV | 103.56 | 181.3 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 198 | 0 | 0.85 | 0.06 | 0.18 | 304.02 | 0.74 | 0.47 |
| Hex | D2 | 1F | C6 | 0 | 55 | 6 | 12 | 130 | 4A | 2F |
| Octal | 322 | 37 | 306 | 0 | 125 | 6 | 22 | 460 | 112 | 57 |
| Binary | 11010010 | 11111 | 11000110 | 0 | 1010101 | 110 | 10010 | 100110000 | 1001010 | 101111 |
Color Harmonies of #D21FC6
Complementary color
Monochromatic Colors of #D21FC6
Black with #D21FC6
Text Example
Text Example
White with #D21FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FC6; }
p { color: rgb(210,31,198); }
H1.HeaderClassName
{
color: #D21FC6;
}
.AnyTagClassName
{
color: #D21FC6;
}
</style>
background-color css
<style>
a { background-color: #D21FC6; }
a { background-color: rgb(210,31,198); }
div.DivClassName
{
background-color: #D21FC6;
}
.BgClassName
{
background-color: #D21FC6;
}
</style>
border-color css
<style>
span { border-color: #D21FC6; }
span { border-color: rgb(210,31,198); }
td.TdClassName
{
border-color: #D21FC6;
}
.TagClassName
{
border-color: #D21FC6;
}
</style>