Shades of Deep Magenta #D212DA
Tints of Deep Magenta #D212DA
RGB
CMYK
RGB Variations
Color information
#D212DA (or 0xD212DA) is known color: Deep Magenta. HEX triplet: D2, 12 and DA. RGB value is (210,18,218). Sum of RGB (Red+Green+Blue) = 210+18+218=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #D212DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212DA is #2DED25. Grayscale: #616161. Windows color (decimal): -3009830 or 14291666. OLE color: 14291666.
HSL color Cylindrical-coordinate representation of color #D212DA: hue angle of 297.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D212DA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 18 | 218 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.15 |
| HSL | 297.6º | 0.85% | 0.46% | - |
| HSV(B) | 297.6º | 0.92% | 0.85% | - |
| XYZ | 39.45 | 19.2 | 67.96 | - |
| YUV | 98.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 218 | 0.04 | 0.92 | 0 | 0.15 | 297.6 | 0.85 | 0.46 |
| Hex | D2 | 12 | DA | 4 | 5C | 0 | F | 12A | 55 | 2E |
| Octal | 322 | 22 | 332 | 4 | 134 | 0 | 17 | 452 | 125 | 56 |
| Binary | 11010010 | 10010 | 11011010 | 100 | 1011100 | 0 | 1111 | 100101010 | 1010101 | 101110 |
Color Harmonies of #D212DA
Complementary color
Monochromatic Colors of #D212DA
Black with #D212DA
Text Example
Text Example
White with #D212DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212DA; }
p { color: rgb(210,18,218); }
H1.HeaderClassName
{
color: #D212DA;
}
.AnyTagClassName
{
color: #D212DA;
}
</style>
background-color css
<style>
a { background-color: #D212DA; }
a { background-color: rgb(210,18,218); }
div.DivClassName
{
background-color: #D212DA;
}
.BgClassName
{
background-color: #D212DA;
}
</style>
border-color css
<style>
span { border-color: #D212DA; }
span { border-color: rgb(210,18,218); }
td.TdClassName
{
border-color: #D212DA;
}
.TagClassName
{
border-color: #D212DA;
}
</style>