Shades of Deep Magenta #D214BE
Tints of Deep Magenta #D214BE
RGB
CMYK
RGB Variations
Color information
#D214BE (or 0xD214BE) is known color: Deep Magenta. HEX triplet: D2, 14 and BE. RGB value is (210,20,190). Sum of RGB (Red+Green+Blue) = 210+20+190=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D214BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214BE is #2DEB41. Grayscale: #5F5F5F. Windows color (decimal): -3009346 or 12457170. OLE color: 12457170.
HSL color Cylindrical-coordinate representation of color #D214BE: hue angle of 306.32º 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 #D214BE is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 190 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.18 |
| HSL | 306.32º | 0.83% | 0.45% | - |
| HSV(B) | 306.32º | 0.9% | 0.82% | - |
| XYZ | 36.12 | 17.92 | 50.27 | - |
| YUV | 96.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 190 | 0 | 0.90 | 0.10 | 0.18 | 306.32 | 0.83 | 0.45 |
| Hex | D2 | 14 | BE | 0 | 5A | A | 12 | 132 | 53 | 2D |
| Octal | 322 | 24 | 276 | 0 | 132 | 12 | 22 | 462 | 123 | 55 |
| Binary | 11010010 | 10100 | 10111110 | 0 | 1011010 | 1010 | 10010 | 100110010 | 1010011 | 101101 |
Color Harmonies of #D214BE
Complementary color
Monochromatic Colors of #D214BE
Black with #D214BE
Text Example
Text Example
White with #D214BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214BE; }
p { color: rgb(210,20,190); }
H1.HeaderClassName
{
color: #D214BE;
}
.AnyTagClassName
{
color: #D214BE;
}
</style>
background-color css
<style>
a { background-color: #D214BE; }
a { background-color: rgb(210,20,190); }
div.DivClassName
{
background-color: #D214BE;
}
.BgClassName
{
background-color: #D214BE;
}
</style>
border-color css
<style>
span { border-color: #D214BE; }
span { border-color: rgb(210,20,190); }
td.TdClassName
{
border-color: #D214BE;
}
.TagClassName
{
border-color: #D214BE;
}
</style>