Shades of Deep Magenta #D11ABD
Tints of Deep Magenta #D11ABD
RGB
CMYK
RGB Variations
Color information
#D11ABD (or 0xD11ABD) is known color: Deep Magenta. HEX triplet: D1, 1A and BD. RGB value is (209,26,189). Sum of RGB (Red+Green+Blue) = 209+26+189=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ABD is #2EE542. Grayscale: #626262. Windows color (decimal): -3073347 or 12393169. OLE color: 12393169.
HSL color Cylindrical-coordinate representation of color #D11ABD: hue angle of 306.56º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11ABD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 189 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.18 |
| HSL | 306.56º | 0.78% | 0.46% | - |
| HSV(B) | 306.56º | 0.88% | 0.82% | - |
| XYZ | 35.85 | 17.97 | 49.72 | - |
| YUV | 99.3 | 178.63 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 189 | 0 | 0.88 | 0.10 | 0.18 | 306.56 | 0.78 | 0.46 |
| Hex | D1 | 1A | BD | 0 | 58 | A | 12 | 133 | 4E | 2E |
| Octal | 321 | 32 | 275 | 0 | 130 | 12 | 22 | 463 | 116 | 56 |
| Binary | 11010001 | 11010 | 10111101 | 0 | 1011000 | 1010 | 10010 | 100110011 | 1001110 | 101110 |
Color Harmonies of #D11ABD
Complementary color
Monochromatic Colors of #D11ABD
Black with #D11ABD
Text Example
Text Example
White with #D11ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11ABD; }
p { color: rgb(209,26,189); }
H1.HeaderClassName
{
color: #D11ABD;
}
.AnyTagClassName
{
color: #D11ABD;
}
</style>
background-color css
<style>
a { background-color: #D11ABD; }
a { background-color: rgb(209,26,189); }
div.DivClassName
{
background-color: #D11ABD;
}
.BgClassName
{
background-color: #D11ABD;
}
</style>
border-color css
<style>
span { border-color: #D11ABD; }
span { border-color: rgb(209,26,189); }
td.TdClassName
{
border-color: #D11ABD;
}
.TagClassName
{
border-color: #D11ABD;
}
</style>