Shades of Deep Magenta #D212DF
Tints of Deep Magenta #D212DF
RGB
CMYK
RGB Variations
Color information
#D212DF (or 0xD212DF) is known color: Deep Magenta. HEX triplet: D2, 12 and DF. RGB value is (210,18,223). Sum of RGB (Red+Green+Blue) = 210+18+223=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #D212DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212DF is #2DED20. Grayscale: #626262. Windows color (decimal): -3009825 or 14619346. OLE color: 14619346.
HSL color Cylindrical-coordinate representation of color #D212DF: hue angle of 296.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D212DF is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 18 | 223 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.13 |
| HSL | 296.2º | 0.85% | 0.47% | - |
| HSV(B) | 296.2º | 0.92% | 0.87% | - |
| XYZ | 40.11 | 19.46 | 71.45 | - |
| YUV | 98.78 | 198.11 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 223 | 0.06 | 0.92 | 0 | 0.13 | 296.2 | 0.85 | 0.47 |
| Hex | D2 | 12 | DF | 6 | 5C | 0 | D | 128 | 55 | 2F |
| Octal | 322 | 22 | 337 | 6 | 134 | 0 | 15 | 450 | 125 | 57 |
| Binary | 11010010 | 10010 | 11011111 | 110 | 1011100 | 0 | 1101 | 100101000 | 1010101 | 101111 |
Color Harmonies of #D212DF
Complementary color
Monochromatic Colors of #D212DF
Black with #D212DF
Text Example
Text Example
White with #D212DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212DF; }
p { color: rgb(210,18,223); }
H1.HeaderClassName
{
color: #D212DF;
}
.AnyTagClassName
{
color: #D212DF;
}
</style>
background-color css
<style>
a { background-color: #D212DF; }
a { background-color: rgb(210,18,223); }
div.DivClassName
{
background-color: #D212DF;
}
.BgClassName
{
background-color: #D212DF;
}
</style>
border-color css
<style>
span { border-color: #D212DF; }
span { border-color: rgb(210,18,223); }
td.TdClassName
{
border-color: #D212DF;
}
.TagClassName
{
border-color: #D212DF;
}
</style>