Shades of Deep Magenta #D314BD
Tints of Deep Magenta #D314BD
RGB
CMYK
RGB Variations
Color information
#D314BD (or 0xD314BD) is known color: Deep Magenta. HEX triplet: D3, 14 and BD. RGB value is (211,20,189). Sum of RGB (Red+Green+Blue) = 211+20+189=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D314BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314BD is #2CEB42. Grayscale: #5F5F5F. Windows color (decimal): -2943811 or 12391635. OLE color: 12391635.
HSL color Cylindrical-coordinate representation of color #D314BD: hue angle of 306.91º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D314BD is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 189 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.17 |
| HSL | 306.91º | 0.83% | 0.45% | - |
| HSV(B) | 306.91º | 0.91% | 0.83% | - |
| XYZ | 36.3 | 18.02 | 49.71 | - |
| YUV | 96.38 | 180.28 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 189 | 0 | 0.91 | 0.10 | 0.17 | 306.91 | 0.83 | 0.45 |
| Hex | D3 | 14 | BD | 0 | 5B | A | 11 | 133 | 53 | 2D |
| Octal | 323 | 24 | 275 | 0 | 133 | 12 | 21 | 463 | 123 | 55 |
| Binary | 11010011 | 10100 | 10111101 | 0 | 1011011 | 1010 | 10001 | 100110011 | 1010011 | 101101 |
Color Harmonies of #D314BD
Complementary color
Monochromatic Colors of #D314BD
Black with #D314BD
Text Example
Text Example
White with #D314BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D314BD; }
p { color: rgb(211,20,189); }
H1.HeaderClassName
{
color: #D314BD;
}
.AnyTagClassName
{
color: #D314BD;
}
</style>
background-color css
<style>
a { background-color: #D314BD; }
a { background-color: rgb(211,20,189); }
div.DivClassName
{
background-color: #D314BD;
}
.BgClassName
{
background-color: #D314BD;
}
</style>
border-color css
<style>
span { border-color: #D314BD; }
span { border-color: rgb(211,20,189); }
td.TdClassName
{
border-color: #D314BD;
}
.TagClassName
{
border-color: #D314BD;
}
</style>