Shades of Deep Magenta #D30DBD
Tints of Deep Magenta #D30DBD
RGB
CMYK
RGB Variations
Color information
#D30DBD (or 0xD30DBD) is known color: Deep Magenta. HEX triplet: D3, 0D and BD. RGB value is (211,13,189). Sum of RGB (Red+Green+Blue) = 211+13+189=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DBD is #2CF242. Grayscale: #5B5B5B. Windows color (decimal): -2945603 or 12389843. OLE color: 12389843.
HSL color Cylindrical-coordinate representation of color #D30DBD: hue angle of 306.67º 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 #D30DBD is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.17 |
| HSL | 306.67º | 0.88% | 0.44% | - |
| HSV(B) | 306.67º | 0.94% | 0.83% | - |
| XYZ | 36.19 | 17.81 | 49.67 | - |
| YUV | 92.27 | 182.6 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 189 | 0 | 0.94 | 0.10 | 0.17 | 306.67 | 0.88 | 0.44 |
| Hex | D3 | D | BD | 0 | 5E | A | 11 | 133 | 58 | 2C |
| Octal | 323 | 15 | 275 | 0 | 136 | 12 | 21 | 463 | 130 | 54 |
| Binary | 11010011 | 1101 | 10111101 | 0 | 1011110 | 1010 | 10001 | 100110011 | 1011000 | 101100 |
Color Harmonies of #D30DBD
Complementary color
Monochromatic Colors of #D30DBD
Black with #D30DBD
Text Example
Text Example
White with #D30DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DBD; }
p { color: rgb(211,13,189); }
H1.HeaderClassName
{
color: #D30DBD;
}
.AnyTagClassName
{
color: #D30DBD;
}
</style>
background-color css
<style>
a { background-color: #D30DBD; }
a { background-color: rgb(211,13,189); }
div.DivClassName
{
background-color: #D30DBD;
}
.BgClassName
{
background-color: #D30DBD;
}
</style>
border-color css
<style>
span { border-color: #D30DBD; }
span { border-color: rgb(211,13,189); }
td.TdClassName
{
border-color: #D30DBD;
}
.TagClassName
{
border-color: #D30DBD;
}
</style>