Shades of Deep Magenta #D212BF
Tints of Deep Magenta #D212BF
RGB
CMYK
RGB Variations
Color information
#D212BF (or 0xD212BF) is known color: Deep Magenta. HEX triplet: D2, 12 and BF. RGB value is (210,18,191). Sum of RGB (Red+Green+Blue) = 210+18+191=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D212BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212BF is #2DED40. Grayscale: #5E5E5E. Windows color (decimal): -3009857 or 12522194. OLE color: 12522194.
HSL color Cylindrical-coordinate representation of color #D212BF: hue angle of 305.94º 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 #D212BF is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 191 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.18 |
| HSL | 305.94º | 0.84% | 0.45% | - |
| HSV(B) | 305.94º | 0.91% | 0.82% | - |
| XYZ | 36.2 | 17.9 | 50.84 | - |
| YUV | 95.13 | 182.11 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 191 | 0 | 0.91 | 0.09 | 0.18 | 305.94 | 0.84 | 0.45 |
| Hex | D2 | 12 | BF | 0 | 5B | 9 | 12 | 132 | 54 | 2D |
| Octal | 322 | 22 | 277 | 0 | 133 | 11 | 22 | 462 | 124 | 55 |
| Binary | 11010010 | 10010 | 10111111 | 0 | 1011011 | 1001 | 10010 | 100110010 | 1010100 | 101101 |
Color Harmonies of #D212BF
Complementary color
Monochromatic Colors of #D212BF
Black with #D212BF
Text Example
Text Example
White with #D212BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212BF; }
p { color: rgb(210,18,191); }
H1.HeaderClassName
{
color: #D212BF;
}
.AnyTagClassName
{
color: #D212BF;
}
</style>
background-color css
<style>
a { background-color: #D212BF; }
a { background-color: rgb(210,18,191); }
div.DivClassName
{
background-color: #D212BF;
}
.BgClassName
{
background-color: #D212BF;
}
</style>
border-color css
<style>
span { border-color: #D212BF; }
span { border-color: rgb(210,18,191); }
td.TdClassName
{
border-color: #D212BF;
}
.TagClassName
{
border-color: #D212BF;
}
</style>