Shades of Deep Magenta #D30DD0
Tints of Deep Magenta #D30DD0
RGB
CMYK
RGB Variations
Color information
#D30DD0 (or 0xD30DD0) is known color: Deep Magenta. HEX triplet: D3, 0D and D0. RGB value is (211,13,208). Sum of RGB (Red+Green+Blue) = 211+13+208=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DD0 is #2CF22F. Grayscale: #5D5D5D. Windows color (decimal): -2945584 or 13635027. OLE color: 13635027.
HSL color Cylindrical-coordinate representation of color #D30DD0: hue angle of 300.91º 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 #D30DD0 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 208 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.17 |
| HSL | 300.91º | 0.88% | 0.44% | - |
| HSV(B) | 300.91º | 0.94% | 0.83% | - |
| XYZ | 38.39 | 18.69 | 61.26 | - |
| YUV | 94.43 | 192.1 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 208 | 0 | 0.94 | 0.01 | 0.17 | 300.91 | 0.88 | 0.44 |
| Hex | D3 | D | D0 | 0 | 5E | 1 | 11 | 12D | 58 | 2C |
| Octal | 323 | 15 | 320 | 0 | 136 | 1 | 21 | 455 | 130 | 54 |
| Binary | 11010011 | 1101 | 11010000 | 0 | 1011110 | 1 | 10001 | 100101101 | 1011000 | 101100 |
Color Harmonies of #D30DD0
Complementary color
Monochromatic Colors of #D30DD0
Black with #D30DD0
Text Example
Text Example
White with #D30DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DD0; }
p { color: rgb(211,13,208); }
H1.HeaderClassName
{
color: #D30DD0;
}
.AnyTagClassName
{
color: #D30DD0;
}
</style>
background-color css
<style>
a { background-color: #D30DD0; }
a { background-color: rgb(211,13,208); }
div.DivClassName
{
background-color: #D30DD0;
}
.BgClassName
{
background-color: #D30DD0;
}
</style>
border-color css
<style>
span { border-color: #D30DD0; }
span { border-color: rgb(211,13,208); }
td.TdClassName
{
border-color: #D30DD0;
}
.TagClassName
{
border-color: #D30DD0;
}
</style>