Shades of Deep Magenta #D312B7
Tints of Deep Magenta #D312B7
RGB
CMYK
RGB Variations
Color information
#D312B7 (or 0xD312B7) is known color: Deep Magenta. HEX triplet: D3, 12 and B7. RGB value is (211,18,183). Sum of RGB (Red+Green+Blue) = 211+18+183=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D312B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312B7 is #2CED48. Grayscale: #5E5E5E. Windows color (decimal): -2944329 or 11997907. OLE color: 11997907.
HSL color Cylindrical-coordinate representation of color #D312B7: hue angle of 308.7º 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 #D312B7 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 183 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.17 |
| HSL | 308.7º | 0.84% | 0.45% | - |
| HSV(B) | 308.7º | 0.91% | 0.83% | - |
| XYZ | 35.63 | 17.7 | 46.34 | - |
| YUV | 94.52 | 177.94 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 183 | 0 | 0.91 | 0.13 | 0.17 | 308.7 | 0.84 | 0.45 |
| Hex | D3 | 12 | B7 | 0 | 5B | D | 11 | 135 | 54 | 2D |
| Octal | 323 | 22 | 267 | 0 | 133 | 15 | 21 | 465 | 124 | 55 |
| Binary | 11010011 | 10010 | 10110111 | 0 | 1011011 | 1101 | 10001 | 100110101 | 1010100 | 101101 |
Color Harmonies of #D312B7
Complementary color
Monochromatic Colors of #D312B7
Black with #D312B7
Text Example
Text Example
White with #D312B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312B7; }
p { color: rgb(211,18,183); }
H1.HeaderClassName
{
color: #D312B7;
}
.AnyTagClassName
{
color: #D312B7;
}
</style>
background-color css
<style>
a { background-color: #D312B7; }
a { background-color: rgb(211,18,183); }
div.DivClassName
{
background-color: #D312B7;
}
.BgClassName
{
background-color: #D312B7;
}
</style>
border-color css
<style>
span { border-color: #D312B7; }
span { border-color: rgb(211,18,183); }
td.TdClassName
{
border-color: #D312B7;
}
.TagClassName
{
border-color: #D312B7;
}
</style>