Shades of Deep Magenta #D210DF
Tints of Deep Magenta #D210DF
RGB
CMYK
RGB Variations
Color information
#D210DF (or 0xD210DF) is known color: Deep Magenta. HEX triplet: D2, 10 and DF. RGB value is (210,16,223). Sum of RGB (Red+Green+Blue) = 210+16+223=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D210DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210DF is #2DEF20. Grayscale: #606060. Windows color (decimal): -3010337 or 14618834. OLE color: 14618834.
HSL color Cylindrical-coordinate representation of color #D210DF: hue angle of 296.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D210DF is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 16 | 223 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.13 |
| HSL | 296.23º | 0.87% | 0.47% | - |
| HSV(B) | 296.23º | 0.93% | 0.87% | - |
| XYZ | 40.08 | 19.4 | 71.44 | - |
| YUV | 97.6 | 198.77 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 223 | 0.06 | 0.93 | 0 | 0.13 | 296.23 | 0.87 | 0.47 |
| Hex | D2 | 10 | DF | 6 | 5D | 0 | D | 128 | 57 | 2F |
| Octal | 322 | 20 | 337 | 6 | 135 | 0 | 15 | 450 | 127 | 57 |
| Binary | 11010010 | 10000 | 11011111 | 110 | 1011101 | 0 | 1101 | 100101000 | 1010111 | 101111 |
Color Harmonies of #D210DF
Complementary color
Monochromatic Colors of #D210DF
Black with #D210DF
Text Example
Text Example
White with #D210DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210DF; }
p { color: rgb(210,16,223); }
H1.HeaderClassName
{
color: #D210DF;
}
.AnyTagClassName
{
color: #D210DF;
}
</style>
background-color css
<style>
a { background-color: #D210DF; }
a { background-color: rgb(210,16,223); }
div.DivClassName
{
background-color: #D210DF;
}
.BgClassName
{
background-color: #D210DF;
}
</style>
border-color css
<style>
span { border-color: #D210DF; }
span { border-color: rgb(210,16,223); }
td.TdClassName
{
border-color: #D210DF;
}
.TagClassName
{
border-color: #D210DF;
}
</style>