Shades of Deep Magenta #D210BF
Tints of Deep Magenta #D210BF
RGB
CMYK
RGB Variations
Color information
#D210BF (or 0xD210BF) is known color: Deep Magenta. HEX triplet: D2, 10 and BF. RGB value is (210,16,191). Sum of RGB (Red+Green+Blue) = 210+16+191=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D210BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210BF is #2DEF40. Grayscale: #5D5D5D. Windows color (decimal): -3010369 or 12521682. OLE color: 12521682.
HSL color Cylindrical-coordinate representation of color #D210BF: hue angle of 305.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D210BF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 191 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.18 |
| HSL | 305.88º | 0.86% | 0.44% | - |
| HSV(B) | 305.88º | 0.92% | 0.82% | - |
| XYZ | 36.17 | 17.83 | 50.83 | - |
| YUV | 93.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 191 | 0 | 0.92 | 0.09 | 0.18 | 305.88 | 0.86 | 0.44 |
| Hex | D2 | 10 | BF | 0 | 5C | 9 | 12 | 132 | 56 | 2C |
| Octal | 322 | 20 | 277 | 0 | 134 | 11 | 22 | 462 | 126 | 54 |
| Binary | 11010010 | 10000 | 10111111 | 0 | 1011100 | 1001 | 10010 | 100110010 | 1010110 | 101100 |
Color Harmonies of #D210BF
Complementary color
Monochromatic Colors of #D210BF
Black with #D210BF
Text Example
Text Example
White with #D210BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210BF; }
p { color: rgb(210,16,191); }
H1.HeaderClassName
{
color: #D210BF;
}
.AnyTagClassName
{
color: #D210BF;
}
</style>
background-color css
<style>
a { background-color: #D210BF; }
a { background-color: rgb(210,16,191); }
div.DivClassName
{
background-color: #D210BF;
}
.BgClassName
{
background-color: #D210BF;
}
</style>
border-color css
<style>
span { border-color: #D210BF; }
span { border-color: rgb(210,16,191); }
td.TdClassName
{
border-color: #D210BF;
}
.TagClassName
{
border-color: #D210BF;
}
</style>