Shades of Deep Magenta #D30FDC
Tints of Deep Magenta #D30FDC
RGB
CMYK
RGB Variations
Color information
#D30FDC (or 0xD30FDC) is known color: Deep Magenta. HEX triplet: D3, 0F and DC. RGB value is (211,15,220). Sum of RGB (Red+Green+Blue) = 211+15+220=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #D30FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FDC is #2CF023. Grayscale: #606060. Windows color (decimal): -2945060 or 14421971. OLE color: 14421971.
HSL color Cylindrical-coordinate representation of color #D30FDC: hue angle of 297.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FDC is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 15 | 220 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.14 |
| HSL | 297.37º | 0.87% | 0.46% | - |
| HSV(B) | 297.37º | 0.93% | 0.86% | - |
| XYZ | 39.95 | 19.36 | 69.34 | - |
| YUV | 96.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 220 | 0.04 | 0.93 | 0 | 0.14 | 297.37 | 0.87 | 0.46 |
| Hex | D3 | F | DC | 4 | 5D | 0 | E | 129 | 57 | 2E |
| Octal | 323 | 17 | 334 | 4 | 135 | 0 | 16 | 451 | 127 | 56 |
| Binary | 11010011 | 1111 | 11011100 | 100 | 1011101 | 0 | 1110 | 100101001 | 1010111 | 101110 |
Color Harmonies of #D30FDC
Complementary color
Monochromatic Colors of #D30FDC
Black with #D30FDC
Text Example
Text Example
White with #D30FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FDC; }
p { color: rgb(211,15,220); }
H1.HeaderClassName
{
color: #D30FDC;
}
.AnyTagClassName
{
color: #D30FDC;
}
</style>
background-color css
<style>
a { background-color: #D30FDC; }
a { background-color: rgb(211,15,220); }
div.DivClassName
{
background-color: #D30FDC;
}
.BgClassName
{
background-color: #D30FDC;
}
</style>
border-color css
<style>
span { border-color: #D30FDC; }
span { border-color: rgb(211,15,220); }
td.TdClassName
{
border-color: #D30FDC;
}
.TagClassName
{
border-color: #D30FDC;
}
</style>