Shades of Deep Magenta #D30ADB
Tints of Deep Magenta #D30ADB
RGB
CMYK
RGB Variations
Color information
#D30ADB (or 0xD30ADB) is known color: Deep Magenta. HEX triplet: D3, 0A and DB. RGB value is (211,10,219). Sum of RGB (Red+Green+Blue) = 211+10+219=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #D30ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ADB is #2CF524. Grayscale: #5D5D5D. Windows color (decimal): -2946341 or 14355155. OLE color: 14355155.
HSL color Cylindrical-coordinate representation of color #D30ADB: hue angle of 297.7º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30ADB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 10 | 219 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.14 |
| HSL | 297.7º | 0.91% | 0.45% | - |
| HSV(B) | 297.7º | 0.95% | 0.86% | - |
| XYZ | 39.76 | 19.18 | 68.62 | - |
| YUV | 93.93 | 198.59 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 219 | 0.04 | 0.95 | 0 | 0.14 | 297.7 | 0.91 | 0.45 |
| Hex | D3 | A | DB | 4 | 5F | 0 | E | 12A | 5B | 2D |
| Octal | 323 | 12 | 333 | 4 | 137 | 0 | 16 | 452 | 133 | 55 |
| Binary | 11010011 | 1010 | 11011011 | 100 | 1011111 | 0 | 1110 | 100101010 | 1011011 | 101101 |
Color Harmonies of #D30ADB
Complementary color
Monochromatic Colors of #D30ADB
Black with #D30ADB
Text Example
Text Example
White with #D30ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30ADB; }
p { color: rgb(211,10,219); }
H1.HeaderClassName
{
color: #D30ADB;
}
.AnyTagClassName
{
color: #D30ADB;
}
</style>
background-color css
<style>
a { background-color: #D30ADB; }
a { background-color: rgb(211,10,219); }
div.DivClassName
{
background-color: #D30ADB;
}
.BgClassName
{
background-color: #D30ADB;
}
</style>
border-color css
<style>
span { border-color: #D30ADB; }
span { border-color: rgb(211,10,219); }
td.TdClassName
{
border-color: #D30ADB;
}
.TagClassName
{
border-color: #D30ADB;
}
</style>