Shades of Deep Magenta #D30FCD
Tints of Deep Magenta #D30FCD
RGB
CMYK
RGB Variations
Color information
#D30FCD (or 0xD30FCD) is known color: Deep Magenta. HEX triplet: D3, 0F and CD. RGB value is (211,15,205). Sum of RGB (Red+Green+Blue) = 211+15+205=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FCD is #2CF032. Grayscale: #5E5E5E. Windows color (decimal): -2945075 or 13438931. OLE color: 13438931.
HSL color Cylindrical-coordinate representation of color #D30FCD: hue angle of 301.84º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FCD is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 205 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.17 |
| HSL | 301.84º | 0.87% | 0.44% | - |
| HSV(B) | 301.84º | 0.93% | 0.83% | - |
| XYZ | 38.05 | 18.6 | 59.34 | - |
| YUV | 95.26 | 189.93 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 205 | 0 | 0.93 | 0.03 | 0.17 | 301.84 | 0.87 | 0.44 |
| Hex | D3 | F | CD | 0 | 5D | 3 | 11 | 12E | 57 | 2C |
| Octal | 323 | 17 | 315 | 0 | 135 | 3 | 21 | 456 | 127 | 54 |
| Binary | 11010011 | 1111 | 11001101 | 0 | 1011101 | 11 | 10001 | 100101110 | 1010111 | 101100 |
Color Harmonies of #D30FCD
Complementary color
Monochromatic Colors of #D30FCD
Black with #D30FCD
Text Example
Text Example
White with #D30FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FCD; }
p { color: rgb(211,15,205); }
H1.HeaderClassName
{
color: #D30FCD;
}
.AnyTagClassName
{
color: #D30FCD;
}
</style>
background-color css
<style>
a { background-color: #D30FCD; }
a { background-color: rgb(211,15,205); }
div.DivClassName
{
background-color: #D30FCD;
}
.BgClassName
{
background-color: #D30FCD;
}
</style>
border-color css
<style>
span { border-color: #D30FCD; }
span { border-color: rgb(211,15,205); }
td.TdClassName
{
border-color: #D30FCD;
}
.TagClassName
{
border-color: #D30FCD;
}
</style>