Shades of Deep Magenta #D210B5
Tints of Deep Magenta #D210B5
RGB
CMYK
RGB Variations
Color information
#D210B5 (or 0xD210B5) is known color: Deep Magenta. HEX triplet: D2, 10 and B5. RGB value is (210,16,181). Sum of RGB (Red+Green+Blue) = 210+16+181=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D210B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210B5 is #2DEF4A. Grayscale: #5C5C5C. Windows color (decimal): -3010379 or 11866322. OLE color: 11866322.
HSL color Cylindrical-coordinate representation of color #D210B5: hue angle of 308.97º 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 #D210B5 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 181 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.18 |
| HSL | 308.97º | 0.86% | 0.44% | - |
| HSV(B) | 308.97º | 0.92% | 0.82% | - |
| XYZ | 35.1 | 17.41 | 45.23 | - |
| YUV | 92.82 | 177.77 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 181 | 0 | 0.92 | 0.14 | 0.18 | 308.97 | 0.86 | 0.44 |
| Hex | D2 | 10 | B5 | 0 | 5C | E | 12 | 135 | 56 | 2C |
| Octal | 322 | 20 | 265 | 0 | 134 | 16 | 22 | 465 | 126 | 54 |
| Binary | 11010010 | 10000 | 10110101 | 0 | 1011100 | 1110 | 10010 | 100110101 | 1010110 | 101100 |
Color Harmonies of #D210B5
Complementary color
Monochromatic Colors of #D210B5
Black with #D210B5
Text Example
Text Example
White with #D210B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210B5; }
p { color: rgb(210,16,181); }
H1.HeaderClassName
{
color: #D210B5;
}
.AnyTagClassName
{
color: #D210B5;
}
</style>
background-color css
<style>
a { background-color: #D210B5; }
a { background-color: rgb(210,16,181); }
div.DivClassName
{
background-color: #D210B5;
}
.BgClassName
{
background-color: #D210B5;
}
</style>
border-color css
<style>
span { border-color: #D210B5; }
span { border-color: rgb(210,16,181); }
td.TdClassName
{
border-color: #D210B5;
}
.TagClassName
{
border-color: #D210B5;
}
</style>