Shades of Deep Magenta #D212B6
Tints of Deep Magenta #D212B6
RGB
CMYK
RGB Variations
Color information
#D212B6 (or 0xD212B6) is known color: Deep Magenta. HEX triplet: D2, 12 and B6. RGB value is (210,18,182). Sum of RGB (Red+Green+Blue) = 210+18+182=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D212B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212B6 is #2DED49. Grayscale: #5D5D5D. Windows color (decimal): -3009866 or 11932370. OLE color: 11932370.
HSL color Cylindrical-coordinate representation of color #D212B6: hue angle of 308.75º 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 #D212B6 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 182 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.18 |
| HSL | 308.75º | 0.84% | 0.45% | - |
| HSV(B) | 308.75º | 0.91% | 0.82% | - |
| XYZ | 35.24 | 17.51 | 45.78 | - |
| YUV | 94.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 182 | 0 | 0.91 | 0.13 | 0.18 | 308.75 | 0.84 | 0.45 |
| Hex | D2 | 12 | B6 | 0 | 5B | D | 12 | 135 | 54 | 2D |
| Octal | 322 | 22 | 266 | 0 | 133 | 15 | 22 | 465 | 124 | 55 |
| Binary | 11010010 | 10010 | 10110110 | 0 | 1011011 | 1101 | 10010 | 100110101 | 1010100 | 101101 |
Color Harmonies of #D212B6
Complementary color
Monochromatic Colors of #D212B6
Black with #D212B6
Text Example
Text Example
White with #D212B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212B6; }
p { color: rgb(210,18,182); }
H1.HeaderClassName
{
color: #D212B6;
}
.AnyTagClassName
{
color: #D212B6;
}
</style>
background-color css
<style>
a { background-color: #D212B6; }
a { background-color: rgb(210,18,182); }
div.DivClassName
{
background-color: #D212B6;
}
.BgClassName
{
background-color: #D212B6;
}
</style>
border-color css
<style>
span { border-color: #D212B6; }
span { border-color: rgb(210,18,182); }
td.TdClassName
{
border-color: #D212B6;
}
.TagClassName
{
border-color: #D212B6;
}
</style>