Shades of Deep Magenta #D214BA
Tints of Deep Magenta #D214BA
RGB
CMYK
RGB Variations
Color information
#D214BA (or 0xD214BA) is known color: Deep Magenta. HEX triplet: D2, 14 and BA. RGB value is (210,20,186). Sum of RGB (Red+Green+Blue) = 210+20+186=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D214BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214BA is #2DEB45. Grayscale: #5F5F5F. Windows color (decimal): -3009350 or 12195026. OLE color: 12195026.
HSL color Cylindrical-coordinate representation of color #D214BA: hue angle of 307.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D214BA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 186 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.18 |
| HSL | 307.58º | 0.83% | 0.45% | - |
| HSV(B) | 307.58º | 0.9% | 0.82% | - |
| XYZ | 35.69 | 17.75 | 48 | - |
| YUV | 95.73 | 178.95 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 186 | 0 | 0.90 | 0.11 | 0.18 | 307.58 | 0.83 | 0.45 |
| Hex | D2 | 14 | BA | 0 | 5A | B | 12 | 134 | 53 | 2D |
| Octal | 322 | 24 | 272 | 0 | 132 | 13 | 22 | 464 | 123 | 55 |
| Binary | 11010010 | 10100 | 10111010 | 0 | 1011010 | 1011 | 10010 | 100110100 | 1010011 | 101101 |
Color Harmonies of #D214BA
Complementary color
Monochromatic Colors of #D214BA
Black with #D214BA
Text Example
Text Example
White with #D214BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214BA; }
p { color: rgb(210,20,186); }
H1.HeaderClassName
{
color: #D214BA;
}
.AnyTagClassName
{
color: #D214BA;
}
</style>
background-color css
<style>
a { background-color: #D214BA; }
a { background-color: rgb(210,20,186); }
div.DivClassName
{
background-color: #D214BA;
}
.BgClassName
{
background-color: #D214BA;
}
</style>
border-color css
<style>
span { border-color: #D214BA; }
span { border-color: rgb(210,20,186); }
td.TdClassName
{
border-color: #D214BA;
}
.TagClassName
{
border-color: #D214BA;
}
</style>