Shades of Deep Magenta #D310CB
Tints of Deep Magenta #D310CB
RGB
CMYK
RGB Variations
Color information
#D310CB (or 0xD310CB) is known color: Deep Magenta. HEX triplet: D3, 10 and CB. RGB value is (211,16,203). Sum of RGB (Red+Green+Blue) = 211+16+203=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D310CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310CB is #2CEF34. Grayscale: #5F5F5F. Windows color (decimal): -2944821 or 13308115. OLE color: 13308115.
HSL color Cylindrical-coordinate representation of color #D310CB: hue angle of 302.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D310CB is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 203 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.17 |
| HSL | 302.46º | 0.86% | 0.45% | - |
| HSV(B) | 302.46º | 0.92% | 0.83% | - |
| XYZ | 37.83 | 18.53 | 58.08 | - |
| YUV | 95.62 | 188.6 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 203 | 0 | 0.92 | 0.04 | 0.17 | 302.46 | 0.86 | 0.45 |
| Hex | D3 | 10 | CB | 0 | 5C | 4 | 11 | 12E | 56 | 2D |
| Octal | 323 | 20 | 313 | 0 | 134 | 4 | 21 | 456 | 126 | 55 |
| Binary | 11010011 | 10000 | 11001011 | 0 | 1011100 | 100 | 10001 | 100101110 | 1010110 | 101101 |
Color Harmonies of #D310CB
Complementary color
Monochromatic Colors of #D310CB
Black with #D310CB
Text Example
Text Example
White with #D310CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D310CB; }
p { color: rgb(211,16,203); }
H1.HeaderClassName
{
color: #D310CB;
}
.AnyTagClassName
{
color: #D310CB;
}
</style>
background-color css
<style>
a { background-color: #D310CB; }
a { background-color: rgb(211,16,203); }
div.DivClassName
{
background-color: #D310CB;
}
.BgClassName
{
background-color: #D310CB;
}
</style>
border-color css
<style>
span { border-color: #D310CB; }
span { border-color: rgb(211,16,203); }
td.TdClassName
{
border-color: #D310CB;
}
.TagClassName
{
border-color: #D310CB;
}
</style>