Shades of Deep Magenta #D30DDB
Tints of Deep Magenta #D30DDB
RGB
CMYK
RGB Variations
Color information
#D30DDB (or 0xD30DDB) is known color: Deep Magenta. HEX triplet: D3, 0D and DB. RGB value is (211,13,219). Sum of RGB (Red+Green+Blue) = 211+13+219=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D30DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DDB is #2CF224. Grayscale: #5F5F5F. Windows color (decimal): -2945573 or 14355923. OLE color: 14355923.
HSL color Cylindrical-coordinate representation of color #D30DDB: hue angle of 297.67º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30DDB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 13 | 219 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.14 |
| HSL | 297.67º | 0.89% | 0.45% | - |
| HSV(B) | 297.67º | 0.94% | 0.86% | - |
| XYZ | 39.79 | 19.25 | 68.64 | - |
| YUV | 95.69 | 197.6 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 219 | 0.04 | 0.94 | 0 | 0.14 | 297.67 | 0.89 | 0.45 |
| Hex | D3 | D | DB | 4 | 5E | 0 | E | 12A | 59 | 2D |
| Octal | 323 | 15 | 333 | 4 | 136 | 0 | 16 | 452 | 131 | 55 |
| Binary | 11010011 | 1101 | 11011011 | 100 | 1011110 | 0 | 1110 | 100101010 | 1011001 | 101101 |
Color Harmonies of #D30DDB
Complementary color
Monochromatic Colors of #D30DDB
Black with #D30DDB
Text Example
Text Example
White with #D30DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DDB; }
p { color: rgb(211,13,219); }
H1.HeaderClassName
{
color: #D30DDB;
}
.AnyTagClassName
{
color: #D30DDB;
}
</style>
background-color css
<style>
a { background-color: #D30DDB; }
a { background-color: rgb(211,13,219); }
div.DivClassName
{
background-color: #D30DDB;
}
.BgClassName
{
background-color: #D30DDB;
}
</style>
border-color css
<style>
span { border-color: #D30DDB; }
span { border-color: rgb(211,13,219); }
td.TdClassName
{
border-color: #D30DDB;
}
.TagClassName
{
border-color: #D30DDB;
}
</style>