Shades of Deep Magenta #D30ABD
Tints of Deep Magenta #D30ABD
RGB
CMYK
RGB Variations
Color information
#D30ABD (or 0xD30ABD) is known color: Deep Magenta. HEX triplet: D3, 0A and BD. RGB value is (211,10,189). Sum of RGB (Red+Green+Blue) = 211+10+189=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D30ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ABD is #2CF542. Grayscale: #595959. Windows color (decimal): -2946371 or 12389075. OLE color: 12389075.
HSL color Cylindrical-coordinate representation of color #D30ABD: hue angle of 306.57º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30ABD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 10 | 189 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.17 |
| HSL | 306.57º | 0.91% | 0.43% | - |
| HSV(B) | 306.57º | 0.95% | 0.83% | - |
| XYZ | 36.16 | 17.74 | 49.66 | - |
| YUV | 90.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 189 | 0 | 0.95 | 0.10 | 0.17 | 306.57 | 0.91 | 0.43 |
| Hex | D3 | A | BD | 0 | 5F | A | 11 | 133 | 5B | 2B |
| Octal | 323 | 12 | 275 | 0 | 137 | 12 | 21 | 463 | 133 | 53 |
| Binary | 11010011 | 1010 | 10111101 | 0 | 1011111 | 1010 | 10001 | 100110011 | 1011011 | 101011 |
Color Harmonies of #D30ABD
Complementary color
Monochromatic Colors of #D30ABD
Black with #D30ABD
Text Example
Text Example
White with #D30ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30ABD; }
p { color: rgb(211,10,189); }
H1.HeaderClassName
{
color: #D30ABD;
}
.AnyTagClassName
{
color: #D30ABD;
}
</style>
background-color css
<style>
a { background-color: #D30ABD; }
a { background-color: rgb(211,10,189); }
div.DivClassName
{
background-color: #D30ABD;
}
.BgClassName
{
background-color: #D30ABD;
}
</style>
border-color css
<style>
span { border-color: #D30ABD; }
span { border-color: rgb(211,10,189); }
td.TdClassName
{
border-color: #D30ABD;
}
.TagClassName
{
border-color: #D30ABD;
}
</style>