Shades of Deep Magenta #D214BD
Tints of Deep Magenta #D214BD
RGB
CMYK
RGB Variations
Color information
#D214BD (or 0xD214BD) is known color: Deep Magenta. HEX triplet: D2, 14 and BD. RGB value is (210,20,189). Sum of RGB (Red+Green+Blue) = 210+20+189=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D214BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214BD is #2DEB42. Grayscale: #5F5F5F. Windows color (decimal): -3009347 or 12391634. OLE color: 12391634.
HSL color Cylindrical-coordinate representation of color #D214BD: hue angle of 306.63º 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 #D214BD is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 189 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.18 |
| HSL | 306.63º | 0.83% | 0.45% | - |
| HSV(B) | 306.63º | 0.9% | 0.82% | - |
| XYZ | 36.01 | 17.88 | 49.7 | - |
| YUV | 96.08 | 180.45 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 189 | 0 | 0.90 | 0.10 | 0.18 | 306.63 | 0.83 | 0.45 |
| Hex | D2 | 14 | BD | 0 | 5A | A | 12 | 133 | 53 | 2D |
| Octal | 322 | 24 | 275 | 0 | 132 | 12 | 22 | 463 | 123 | 55 |
| Binary | 11010010 | 10100 | 10111101 | 0 | 1011010 | 1010 | 10010 | 100110011 | 1010011 | 101101 |
Color Harmonies of #D214BD
Complementary color
Monochromatic Colors of #D214BD
Black with #D214BD
Text Example
Text Example
White with #D214BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214BD; }
p { color: rgb(210,20,189); }
H1.HeaderClassName
{
color: #D214BD;
}
.AnyTagClassName
{
color: #D214BD;
}
</style>
background-color css
<style>
a { background-color: #D214BD; }
a { background-color: rgb(210,20,189); }
div.DivClassName
{
background-color: #D214BD;
}
.BgClassName
{
background-color: #D214BD;
}
</style>
border-color css
<style>
span { border-color: #D214BD; }
span { border-color: rgb(210,20,189); }
td.TdClassName
{
border-color: #D214BD;
}
.TagClassName
{
border-color: #D214BD;
}
</style>