Shades of Deep Magenta #D214B5
Tints of Deep Magenta #D214B5
RGB
CMYK
RGB Variations
Color information
#D214B5 (or 0xD214B5) is known color: Deep Magenta. HEX triplet: D2, 14 and B5. RGB value is (210,20,181). Sum of RGB (Red+Green+Blue) = 210+20+181=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D214B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214B5 is #2DEB4A. Grayscale: #5E5E5E. Windows color (decimal): -3009355 or 11867346. OLE color: 11867346.
HSL color Cylindrical-coordinate representation of color #D214B5: hue angle of 309.16º 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 #D214B5 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 181 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.18 |
| HSL | 309.16º | 0.83% | 0.45% | - |
| HSV(B) | 309.16º | 0.9% | 0.82% | - |
| XYZ | 35.17 | 17.54 | 45.25 | - |
| YUV | 95.16 | 176.45 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 181 | 0 | 0.90 | 0.14 | 0.18 | 309.16 | 0.83 | 0.45 |
| Hex | D2 | 14 | B5 | 0 | 5A | E | 12 | 135 | 53 | 2D |
| Octal | 322 | 24 | 265 | 0 | 132 | 16 | 22 | 465 | 123 | 55 |
| Binary | 11010010 | 10100 | 10110101 | 0 | 1011010 | 1110 | 10010 | 100110101 | 1010011 | 101101 |
Color Harmonies of #D214B5
Complementary color
Monochromatic Colors of #D214B5
Black with #D214B5
Text Example
Text Example
White with #D214B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214B5; }
p { color: rgb(210,20,181); }
H1.HeaderClassName
{
color: #D214B5;
}
.AnyTagClassName
{
color: #D214B5;
}
</style>
background-color css
<style>
a { background-color: #D214B5; }
a { background-color: rgb(210,20,181); }
div.DivClassName
{
background-color: #D214B5;
}
.BgClassName
{
background-color: #D214B5;
}
</style>
border-color css
<style>
span { border-color: #D214B5; }
span { border-color: rgb(210,20,181); }
td.TdClassName
{
border-color: #D214B5;
}
.TagClassName
{
border-color: #D214B5;
}
</style>