Shades of Deep Magenta #D312CB
Tints of Deep Magenta #D312CB
RGB
CMYK
RGB Variations
Color information
#D312CB (or 0xD312CB) is known color: Deep Magenta. HEX triplet: D3, 12 and CB. RGB value is (211,18,203). Sum of RGB (Red+Green+Blue) = 211+18+203=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D312CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312CB is #2CED34. Grayscale: #606060. Windows color (decimal): -2944309 or 13308627. OLE color: 13308627.
HSL color Cylindrical-coordinate representation of color #D312CB: hue angle of 302.49º 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 #D312CB is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 203 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.17 |
| HSL | 302.49º | 0.84% | 0.45% | - |
| HSV(B) | 302.49º | 0.91% | 0.83% | - |
| XYZ | 37.86 | 18.59 | 58.09 | - |
| YUV | 96.8 | 187.94 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 203 | 0 | 0.91 | 0.04 | 0.17 | 302.49 | 0.84 | 0.45 |
| Hex | D3 | 12 | CB | 0 | 5B | 4 | 11 | 12E | 54 | 2D |
| Octal | 323 | 22 | 313 | 0 | 133 | 4 | 21 | 456 | 124 | 55 |
| Binary | 11010011 | 10010 | 11001011 | 0 | 1011011 | 100 | 10001 | 100101110 | 1010100 | 101101 |
Color Harmonies of #D312CB
Complementary color
Monochromatic Colors of #D312CB
Black with #D312CB
Text Example
Text Example
White with #D312CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312CB; }
p { color: rgb(211,18,203); }
H1.HeaderClassName
{
color: #D312CB;
}
.AnyTagClassName
{
color: #D312CB;
}
</style>
background-color css
<style>
a { background-color: #D312CB; }
a { background-color: rgb(211,18,203); }
div.DivClassName
{
background-color: #D312CB;
}
.BgClassName
{
background-color: #D312CB;
}
</style>
border-color css
<style>
span { border-color: #D312CB; }
span { border-color: rgb(211,18,203); }
td.TdClassName
{
border-color: #D312CB;
}
.TagClassName
{
border-color: #D312CB;
}
</style>