Shades of Deep Magenta #D211BF
Tints of Deep Magenta #D211BF
RGB
CMYK
RGB Variations
Color information
#D211BF (or 0xD211BF) is known color: Deep Magenta. HEX triplet: D2, 11 and BF. RGB value is (210,17,191). Sum of RGB (Red+Green+Blue) = 210+17+191=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D211BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211BF is #2DEE40. Grayscale: #5E5E5E. Windows color (decimal): -3010113 or 12521938. OLE color: 12521938.
HSL color Cylindrical-coordinate representation of color #D211BF: hue angle of 305.91º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211BF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 191 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.18 |
| HSL | 305.91º | 0.85% | 0.45% | - |
| HSV(B) | 305.91º | 0.92% | 0.82% | - |
| XYZ | 36.18 | 17.86 | 50.83 | - |
| YUV | 94.54 | 182.44 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 191 | 0 | 0.92 | 0.09 | 0.18 | 305.91 | 0.85 | 0.45 |
| Hex | D2 | 11 | BF | 0 | 5C | 9 | 12 | 132 | 55 | 2D |
| Octal | 322 | 21 | 277 | 0 | 134 | 11 | 22 | 462 | 125 | 55 |
| Binary | 11010010 | 10001 | 10111111 | 0 | 1011100 | 1001 | 10010 | 100110010 | 1010101 | 101101 |
Color Harmonies of #D211BF
Complementary color
Monochromatic Colors of #D211BF
Black with #D211BF
Text Example
Text Example
White with #D211BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211BF; }
p { color: rgb(210,17,191); }
H1.HeaderClassName
{
color: #D211BF;
}
.AnyTagClassName
{
color: #D211BF;
}
</style>
background-color css
<style>
a { background-color: #D211BF; }
a { background-color: rgb(210,17,191); }
div.DivClassName
{
background-color: #D211BF;
}
.BgClassName
{
background-color: #D211BF;
}
</style>
border-color css
<style>
span { border-color: #D211BF; }
span { border-color: rgb(210,17,191); }
td.TdClassName
{
border-color: #D211BF;
}
.TagClassName
{
border-color: #D211BF;
}
</style>