Shades of Deep Magenta #D213B0
Tints of Deep Magenta #D213B0
RGB
CMYK
RGB Variations
Color information
#D213B0 (or 0xD213B0) is known color: Deep Magenta. HEX triplet: D2, 13 and B0. RGB value is (210,19,176). Sum of RGB (Red+Green+Blue) = 210+19+176=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D213B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D213B0 is #2DEC4F. Grayscale: #5D5D5D. Windows color (decimal): -3009616 or 11539410. OLE color: 11539410.
HSL color Cylindrical-coordinate representation of color #D213B0: hue angle of 310.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D213B0 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 176 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.18 |
| HSL | 310.68º | 0.83% | 0.45% | - |
| HSV(B) | 310.68º | 0.91% | 0.82% | - |
| XYZ | 34.65 | 17.3 | 42.59 | - |
| YUV | 94.01 | 174.28 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 176 | 0 | 0.91 | 0.16 | 0.18 | 310.68 | 0.83 | 0.45 |
| Hex | D2 | 13 | B0 | 0 | 5B | 10 | 12 | 137 | 53 | 2D |
| Octal | 322 | 23 | 260 | 0 | 133 | 20 | 22 | 467 | 123 | 55 |
| Binary | 11010010 | 10011 | 10110000 | 0 | 1011011 | 10000 | 10010 | 100110111 | 1010011 | 101101 |
Color Harmonies of #D213B0
Complementary color
Monochromatic Colors of #D213B0
Black with #D213B0
Text Example
Text Example
White with #D213B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D213B0; }
p { color: rgb(210,19,176); }
H1.HeaderClassName
{
color: #D213B0;
}
.AnyTagClassName
{
color: #D213B0;
}
</style>
background-color css
<style>
a { background-color: #D213B0; }
a { background-color: rgb(210,19,176); }
div.DivClassName
{
background-color: #D213B0;
}
.BgClassName
{
background-color: #D213B0;
}
</style>
border-color css
<style>
span { border-color: #D213B0; }
span { border-color: rgb(210,19,176); }
td.TdClassName
{
border-color: #D213B0;
}
.TagClassName
{
border-color: #D213B0;
}
</style>