Shades of Deep Magenta #D21FC8
Tints of Deep Magenta #D21FC8
RGB
CMYK
RGB Variations
Color information
#D21FC8 (or 0xD21FC8) is known color: Deep Magenta. HEX triplet: D2, 1F and C8. RGB value is (210,31,200). Sum of RGB (Red+Green+Blue) = 210+31+200=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FC8 is #2DE037. Grayscale: #676767. Windows color (decimal): -3006520 or 13115346. OLE color: 13115346.
HSL color Cylindrical-coordinate representation of color #D21FC8: hue angle of 303.35º 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 #D21FC8 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 200 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.18 |
| HSL | 303.35º | 0.74% | 0.47% | - |
| HSV(B) | 303.35º | 0.85% | 0.82% | - |
| XYZ | 37.49 | 18.85 | 56.31 | - |
| YUV | 103.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 200 | 0 | 0.85 | 0.05 | 0.18 | 303.35 | 0.74 | 0.47 |
| Hex | D2 | 1F | C8 | 0 | 55 | 5 | 12 | 12F | 4A | 2F |
| Octal | 322 | 37 | 310 | 0 | 125 | 5 | 22 | 457 | 112 | 57 |
| Binary | 11010010 | 11111 | 11001000 | 0 | 1010101 | 101 | 10010 | 100101111 | 1001010 | 101111 |
Color Harmonies of #D21FC8
Complementary color
Monochromatic Colors of #D21FC8
Black with #D21FC8
Text Example
Text Example
White with #D21FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FC8; }
p { color: rgb(210,31,200); }
H1.HeaderClassName
{
color: #D21FC8;
}
.AnyTagClassName
{
color: #D21FC8;
}
</style>
background-color css
<style>
a { background-color: #D21FC8; }
a { background-color: rgb(210,31,200); }
div.DivClassName
{
background-color: #D21FC8;
}
.BgClassName
{
background-color: #D21FC8;
}
</style>
border-color css
<style>
span { border-color: #D21FC8; }
span { border-color: rgb(210,31,200); }
td.TdClassName
{
border-color: #D21FC8;
}
.TagClassName
{
border-color: #D21FC8;
}
</style>