Shades of Deep Magenta #D30DB7
Tints of Deep Magenta #D30DB7
RGB
CMYK
RGB Variations
Color information
#D30DB7 (or 0xD30DB7) is known color: Deep Magenta. HEX triplet: D3, 0D and B7. RGB value is (211,13,183). Sum of RGB (Red+Green+Blue) = 211+13+183=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DB7 is #2CF248. Grayscale: #5B5B5B. Windows color (decimal): -2945609 or 11996627. OLE color: 11996627.
HSL color Cylindrical-coordinate representation of color #D30DB7: hue angle of 308.48º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 183 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.17 |
| HSL | 308.48º | 0.88% | 0.44% | - |
| HSV(B) | 308.48º | 0.94% | 0.83% | - |
| XYZ | 35.56 | 17.56 | 46.31 | - |
| YUV | 91.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 183 | 0 | 0.94 | 0.13 | 0.17 | 308.48 | 0.88 | 0.44 |
| Hex | D3 | D | B7 | 0 | 5E | D | 11 | 134 | 58 | 2C |
| Octal | 323 | 15 | 267 | 0 | 136 | 15 | 21 | 464 | 130 | 54 |
| Binary | 11010011 | 1101 | 10110111 | 0 | 1011110 | 1101 | 10001 | 100110100 | 1011000 | 101100 |
Color Harmonies of #D30DB7
Complementary color
Monochromatic Colors of #D30DB7
Black with #D30DB7
Text Example
Text Example
White with #D30DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DB7; }
p { color: rgb(211,13,183); }
H1.HeaderClassName
{
color: #D30DB7;
}
.AnyTagClassName
{
color: #D30DB7;
}
</style>
background-color css
<style>
a { background-color: #D30DB7; }
a { background-color: rgb(211,13,183); }
div.DivClassName
{
background-color: #D30DB7;
}
.BgClassName
{
background-color: #D30DB7;
}
</style>
border-color css
<style>
span { border-color: #D30DB7; }
span { border-color: rgb(211,13,183); }
td.TdClassName
{
border-color: #D30DB7;
}
.TagClassName
{
border-color: #D30DB7;
}
</style>