Shades of Deep Magenta #D212C8
Tints of Deep Magenta #D212C8
RGB
CMYK
RGB Variations
Color information
#D212C8 (or 0xD212C8) is known color: Deep Magenta. HEX triplet: D2, 12 and C8. RGB value is (210,18,200). Sum of RGB (Red+Green+Blue) = 210+18+200=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D212C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212C8 is #2DED37. Grayscale: #5F5F5F. Windows color (decimal): -3009848 or 13112018. OLE color: 13112018.
HSL color Cylindrical-coordinate representation of color #D212C8: hue angle of 303.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D212C8 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 200 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.18 |
| HSL | 303.13º | 0.84% | 0.45% | - |
| HSV(B) | 303.13º | 0.91% | 0.82% | - |
| XYZ | 37.22 | 18.3 | 56.21 | - |
| YUV | 96.16 | 186.61 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 200 | 0 | 0.91 | 0.05 | 0.18 | 303.13 | 0.84 | 0.45 |
| Hex | D2 | 12 | C8 | 0 | 5B | 5 | 12 | 12F | 54 | 2D |
| Octal | 322 | 22 | 310 | 0 | 133 | 5 | 22 | 457 | 124 | 55 |
| Binary | 11010010 | 10010 | 11001000 | 0 | 1011011 | 101 | 10010 | 100101111 | 1010100 | 101101 |
Color Harmonies of #D212C8
Complementary color
Monochromatic Colors of #D212C8
Black with #D212C8
Text Example
Text Example
White with #D212C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212C8; }
p { color: rgb(210,18,200); }
H1.HeaderClassName
{
color: #D212C8;
}
.AnyTagClassName
{
color: #D212C8;
}
</style>
background-color css
<style>
a { background-color: #D212C8; }
a { background-color: rgb(210,18,200); }
div.DivClassName
{
background-color: #D212C8;
}
.BgClassName
{
background-color: #D212C8;
}
</style>
border-color css
<style>
span { border-color: #D212C8; }
span { border-color: rgb(210,18,200); }
td.TdClassName
{
border-color: #D212C8;
}
.TagClassName
{
border-color: #D212C8;
}
</style>