Shades of Deep Magenta #D312BD
Tints of Deep Magenta #D312BD
RGB
CMYK
RGB Variations
Color information
#D312BD (or 0xD312BD) is known color: Deep Magenta. HEX triplet: D3, 12 and BD. RGB value is (211,18,189). Sum of RGB (Red+Green+Blue) = 211+18+189=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D312BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312BD is #2CED42. Grayscale: #5E5E5E. Windows color (decimal): -2944323 or 12391123. OLE color: 12391123.
HSL color Cylindrical-coordinate representation of color #D312BD: hue angle of 306.84º degrees, saturation: 0.84, 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 #D312BD is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 189 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.17 |
| HSL | 306.84º | 0.84% | 0.45% | - |
| HSV(B) | 306.84º | 0.91% | 0.83% | - |
| XYZ | 36.27 | 17.96 | 49.7 | - |
| YUV | 95.2 | 180.94 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 189 | 0 | 0.91 | 0.10 | 0.17 | 306.84 | 0.84 | 0.45 |
| Hex | D3 | 12 | BD | 0 | 5B | A | 11 | 133 | 54 | 2D |
| Octal | 323 | 22 | 275 | 0 | 133 | 12 | 21 | 463 | 124 | 55 |
| Binary | 11010011 | 10010 | 10111101 | 0 | 1011011 | 1010 | 10001 | 100110011 | 1010100 | 101101 |
Color Harmonies of #D312BD
Complementary color
Monochromatic Colors of #D312BD
Black with #D312BD
Text Example
Text Example
White with #D312BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312BD; }
p { color: rgb(211,18,189); }
H1.HeaderClassName
{
color: #D312BD;
}
.AnyTagClassName
{
color: #D312BD;
}
</style>
background-color css
<style>
a { background-color: #D312BD; }
a { background-color: rgb(211,18,189); }
div.DivClassName
{
background-color: #D312BD;
}
.BgClassName
{
background-color: #D312BD;
}
</style>
border-color css
<style>
span { border-color: #D312BD; }
span { border-color: rgb(211,18,189); }
td.TdClassName
{
border-color: #D312BD;
}
.TagClassName
{
border-color: #D312BD;
}
</style>