Shades of Deep Magenta #D30FDB
Tints of Deep Magenta #D30FDB
RGB
CMYK
RGB Variations
Color information
#D30FDB (or 0xD30FDB) is known color: Deep Magenta. HEX triplet: D3, 0F and DB. RGB value is (211,15,219). Sum of RGB (Red+Green+Blue) = 211+15+219=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #D30FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FDB is #2CF024. Grayscale: #606060. Windows color (decimal): -2945061 or 14356435. OLE color: 14356435.
HSL color Cylindrical-coordinate representation of color #D30FDB: hue angle of 297.65º 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 #D30FDB is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 15 | 219 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.14 |
| HSL | 297.65º | 0.87% | 0.46% | - |
| HSV(B) | 297.65º | 0.93% | 0.86% | - |
| XYZ | 39.82 | 19.31 | 68.65 | - |
| YUV | 96.86 | 196.93 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 219 | 0.04 | 0.93 | 0 | 0.14 | 297.65 | 0.87 | 0.46 |
| Hex | D3 | F | DB | 4 | 5D | 0 | E | 12A | 57 | 2E |
| Octal | 323 | 17 | 333 | 4 | 135 | 0 | 16 | 452 | 127 | 56 |
| Binary | 11010011 | 1111 | 11011011 | 100 | 1011101 | 0 | 1110 | 100101010 | 1010111 | 101110 |
Color Harmonies of #D30FDB
Complementary color
Monochromatic Colors of #D30FDB
Black with #D30FDB
Text Example
Text Example
White with #D30FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FDB; }
p { color: rgb(211,15,219); }
H1.HeaderClassName
{
color: #D30FDB;
}
.AnyTagClassName
{
color: #D30FDB;
}
</style>
background-color css
<style>
a { background-color: #D30FDB; }
a { background-color: rgb(211,15,219); }
div.DivClassName
{
background-color: #D30FDB;
}
.BgClassName
{
background-color: #D30FDB;
}
</style>
border-color css
<style>
span { border-color: #D30FDB; }
span { border-color: rgb(211,15,219); }
td.TdClassName
{
border-color: #D30FDB;
}
.TagClassName
{
border-color: #D30FDB;
}
</style>