Shades of Deep Magenta #D213B6
Tints of Deep Magenta #D213B6
RGB
CMYK
RGB Variations
Color information
#D213B6 (or 0xD213B6) is known color: Deep Magenta. HEX triplet: D2, 13 and B6. RGB value is (210,19,182). Sum of RGB (Red+Green+Blue) = 210+19+182=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D213B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D213B6 is #2DEC49. Grayscale: #5E5E5E. Windows color (decimal): -3009610 or 11932626. OLE color: 11932626.
HSL color Cylindrical-coordinate representation of color #D213B6: hue angle of 308.8º 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 #D213B6 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 182 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.18 |
| HSL | 308.8º | 0.83% | 0.45% | - |
| HSV(B) | 308.8º | 0.91% | 0.82% | - |
| XYZ | 35.25 | 17.54 | 45.78 | - |
| YUV | 94.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 182 | 0 | 0.91 | 0.13 | 0.18 | 308.8 | 0.83 | 0.45 |
| Hex | D2 | 13 | B6 | 0 | 5B | D | 12 | 135 | 53 | 2D |
| Octal | 322 | 23 | 266 | 0 | 133 | 15 | 22 | 465 | 123 | 55 |
| Binary | 11010010 | 10011 | 10110110 | 0 | 1011011 | 1101 | 10010 | 100110101 | 1010011 | 101101 |
Color Harmonies of #D213B6
Complementary color
Monochromatic Colors of #D213B6
Black with #D213B6
Text Example
Text Example
White with #D213B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D213B6; }
p { color: rgb(210,19,182); }
H1.HeaderClassName
{
color: #D213B6;
}
.AnyTagClassName
{
color: #D213B6;
}
</style>
background-color css
<style>
a { background-color: #D213B6; }
a { background-color: rgb(210,19,182); }
div.DivClassName
{
background-color: #D213B6;
}
.BgClassName
{
background-color: #D213B6;
}
</style>
border-color css
<style>
span { border-color: #D213B6; }
span { border-color: rgb(210,19,182); }
td.TdClassName
{
border-color: #D213B6;
}
.TagClassName
{
border-color: #D213B6;
}
</style>