Shades of Deep Magenta #D212CB
Tints of Deep Magenta #D212CB
RGB
CMYK
RGB Variations
Color information
#D212CB (or 0xD212CB) is known color: Deep Magenta. HEX triplet: D2, 12 and CB. RGB value is (210,18,203). Sum of RGB (Red+Green+Blue) = 210+18+203=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D212CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212CB is #2DED34. Grayscale: #5F5F5F. Windows color (decimal): -3009845 or 13308626. OLE color: 13308626.
HSL color Cylindrical-coordinate representation of color #D212CB: hue angle of 302.19º 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 #D212CB is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 203 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.18 |
| HSL | 302.19º | 0.84% | 0.45% | - |
| HSV(B) | 302.19º | 0.91% | 0.82% | - |
| XYZ | 37.57 | 18.45 | 58.08 | - |
| YUV | 96.5 | 188.11 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 203 | 0 | 0.91 | 0.03 | 0.18 | 302.19 | 0.84 | 0.45 |
| Hex | D2 | 12 | CB | 0 | 5B | 3 | 12 | 12E | 54 | 2D |
| Octal | 322 | 22 | 313 | 0 | 133 | 3 | 22 | 456 | 124 | 55 |
| Binary | 11010010 | 10010 | 11001011 | 0 | 1011011 | 11 | 10010 | 100101110 | 1010100 | 101101 |
Color Harmonies of #D212CB
Complementary color
Monochromatic Colors of #D212CB
Black with #D212CB
Text Example
Text Example
White with #D212CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212CB; }
p { color: rgb(210,18,203); }
H1.HeaderClassName
{
color: #D212CB;
}
.AnyTagClassName
{
color: #D212CB;
}
</style>
background-color css
<style>
a { background-color: #D212CB; }
a { background-color: rgb(210,18,203); }
div.DivClassName
{
background-color: #D212CB;
}
.BgClassName
{
background-color: #D212CB;
}
</style>
border-color css
<style>
span { border-color: #D212CB; }
span { border-color: rgb(210,18,203); }
td.TdClassName
{
border-color: #D212CB;
}
.TagClassName
{
border-color: #D212CB;
}
</style>