Shades of Deep Magenta #D20FC1
Tints of Deep Magenta #D20FC1
RGB
CMYK
RGB Variations
Color information
#D20FC1 (or 0xD20FC1) is known color: Deep Magenta. HEX triplet: D2, 0F and C1. RGB value is (210,15,193). Sum of RGB (Red+Green+Blue) = 210+15+193=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FC1 is #2DF03E. Grayscale: #5D5D5D. Windows color (decimal): -3010623 or 12652498. OLE color: 12652498.
HSL color Cylindrical-coordinate representation of color #D20FC1: hue angle of 305.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20FC1 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 193 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.18 |
| HSL | 305.23º | 0.87% | 0.44% | - |
| HSV(B) | 305.23º | 0.93% | 0.82% | - |
| XYZ | 36.37 | 17.89 | 51.99 | - |
| YUV | 93.6 | 184.1 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 193 | 0 | 0.93 | 0.08 | 0.18 | 305.23 | 0.87 | 0.44 |
| Hex | D2 | F | C1 | 0 | 5D | 8 | 12 | 131 | 57 | 2C |
| Octal | 322 | 17 | 301 | 0 | 135 | 10 | 22 | 461 | 127 | 54 |
| Binary | 11010010 | 1111 | 11000001 | 0 | 1011101 | 1000 | 10010 | 100110001 | 1010111 | 101100 |
Color Harmonies of #D20FC1
Complementary color
Monochromatic Colors of #D20FC1
Black with #D20FC1
Text Example
Text Example
White with #D20FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FC1; }
p { color: rgb(210,15,193); }
H1.HeaderClassName
{
color: #D20FC1;
}
.AnyTagClassName
{
color: #D20FC1;
}
</style>
background-color css
<style>
a { background-color: #D20FC1; }
a { background-color: rgb(210,15,193); }
div.DivClassName
{
background-color: #D20FC1;
}
.BgClassName
{
background-color: #D20FC1;
}
</style>
border-color css
<style>
span { border-color: #D20FC1; }
span { border-color: rgb(210,15,193); }
td.TdClassName
{
border-color: #D20FC1;
}
.TagClassName
{
border-color: #D20FC1;
}
</style>