Shades of Deep Magenta #D210BB
Tints of Deep Magenta #D210BB
RGB
CMYK
RGB Variations
Color information
#D210BB (or 0xD210BB) is known color: Deep Magenta. HEX triplet: D2, 10 and BB. RGB value is (210,16,187). Sum of RGB (Red+Green+Blue) = 210+16+187=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D210BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210BB is #2DEF44. Grayscale: #5D5D5D. Windows color (decimal): -3010373 or 12259538. OLE color: 12259538.
HSL color Cylindrical-coordinate representation of color #D210BB: hue angle of 307.11º 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 #D210BB is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 187 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.18 |
| HSL | 307.11º | 0.86% | 0.44% | - |
| HSV(B) | 307.11º | 0.92% | 0.82% | - |
| XYZ | 35.73 | 17.66 | 48.54 | - |
| YUV | 93.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 187 | 0 | 0.92 | 0.11 | 0.18 | 307.11 | 0.86 | 0.44 |
| Hex | D2 | 10 | BB | 0 | 5C | B | 12 | 133 | 56 | 2C |
| Octal | 322 | 20 | 273 | 0 | 134 | 13 | 22 | 463 | 126 | 54 |
| Binary | 11010010 | 10000 | 10111011 | 0 | 1011100 | 1011 | 10010 | 100110011 | 1010110 | 101100 |
Color Harmonies of #D210BB
Complementary color
Monochromatic Colors of #D210BB
Black with #D210BB
Text Example
Text Example
White with #D210BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210BB; }
p { color: rgb(210,16,187); }
H1.HeaderClassName
{
color: #D210BB;
}
.AnyTagClassName
{
color: #D210BB;
}
</style>
background-color css
<style>
a { background-color: #D210BB; }
a { background-color: rgb(210,16,187); }
div.DivClassName
{
background-color: #D210BB;
}
.BgClassName
{
background-color: #D210BB;
}
</style>
border-color css
<style>
span { border-color: #D210BB; }
span { border-color: rgb(210,16,187); }
td.TdClassName
{
border-color: #D210BB;
}
.TagClassName
{
border-color: #D210BB;
}
</style>