Shades of Deep Magenta #D30ABF
Tints of Deep Magenta #D30ABF
RGB
CMYK
RGB Variations
Color information
#D30ABF (or 0xD30ABF) is known color: Deep Magenta. HEX triplet: D3, 0A and BF. RGB value is (211,10,191). Sum of RGB (Red+Green+Blue) = 211+10+191=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D30ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ABF is #2CF540. Grayscale: #5A5A5A. Windows color (decimal): -2946369 or 12520147. OLE color: 12520147.
HSL color Cylindrical-coordinate representation of color #D30ABF: hue angle of 305.97º 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 #D30ABF is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.17 |
| HSL | 305.97º | 0.91% | 0.43% | - |
| HSV(B) | 305.97º | 0.95% | 0.83% | - |
| XYZ | 36.38 | 17.83 | 50.81 | - |
| YUV | 90.73 | 184.59 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 191 | 0 | 0.95 | 0.09 | 0.17 | 305.97 | 0.91 | 0.43 |
| Hex | D3 | A | BF | 0 | 5F | 9 | 11 | 132 | 5B | 2B |
| Octal | 323 | 12 | 277 | 0 | 137 | 11 | 21 | 462 | 133 | 53 |
| Binary | 11010011 | 1010 | 10111111 | 0 | 1011111 | 1001 | 10001 | 100110010 | 1011011 | 101011 |
Color Harmonies of #D30ABF
Complementary color
Monochromatic Colors of #D30ABF
Black with #D30ABF
Text Example
Text Example
White with #D30ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30ABF; }
p { color: rgb(211,10,191); }
H1.HeaderClassName
{
color: #D30ABF;
}
.AnyTagClassName
{
color: #D30ABF;
}
</style>
background-color css
<style>
a { background-color: #D30ABF; }
a { background-color: rgb(211,10,191); }
div.DivClassName
{
background-color: #D30ABF;
}
.BgClassName
{
background-color: #D30ABF;
}
</style>
border-color css
<style>
span { border-color: #D30ABF; }
span { border-color: rgb(211,10,191); }
td.TdClassName
{
border-color: #D30ABF;
}
.TagClassName
{
border-color: #D30ABF;
}
</style>