Shades of Deep Magenta #D210BE
Tints of Deep Magenta #D210BE
RGB
CMYK
RGB Variations
Color information
#D210BE (or 0xD210BE) is known color: Deep Magenta. HEX triplet: D2, 10 and BE. RGB value is (210,16,190). Sum of RGB (Red+Green+Blue) = 210+16+190=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D210BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210BE is #2DEF41. Grayscale: #5D5D5D. Windows color (decimal): -3010370 or 12456146. OLE color: 12456146.
HSL color Cylindrical-coordinate representation of color #D210BE: hue angle of 306.19º 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 #D210BE is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.18 |
| HSL | 306.19º | 0.86% | 0.44% | - |
| HSV(B) | 306.19º | 0.92% | 0.82% | - |
| XYZ | 36.06 | 17.79 | 50.25 | - |
| YUV | 93.84 | 182.27 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 190 | 0 | 0.92 | 0.10 | 0.18 | 306.19 | 0.86 | 0.44 |
| Hex | D2 | 10 | BE | 0 | 5C | A | 12 | 132 | 56 | 2C |
| Octal | 322 | 20 | 276 | 0 | 134 | 12 | 22 | 462 | 126 | 54 |
| Binary | 11010010 | 10000 | 10111110 | 0 | 1011100 | 1010 | 10010 | 100110010 | 1010110 | 101100 |
Color Harmonies of #D210BE
Complementary color
Monochromatic Colors of #D210BE
Black with #D210BE
Text Example
Text Example
White with #D210BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210BE; }
p { color: rgb(210,16,190); }
H1.HeaderClassName
{
color: #D210BE;
}
.AnyTagClassName
{
color: #D210BE;
}
</style>
background-color css
<style>
a { background-color: #D210BE; }
a { background-color: rgb(210,16,190); }
div.DivClassName
{
background-color: #D210BE;
}
.BgClassName
{
background-color: #D210BE;
}
</style>
border-color css
<style>
span { border-color: #D210BE; }
span { border-color: rgb(210,16,190); }
td.TdClassName
{
border-color: #D210BE;
}
.TagClassName
{
border-color: #D210BE;
}
</style>