Shades of Deep Magenta #D11ADE
Tints of Deep Magenta #D11ADE
RGB
CMYK
RGB Variations
Color information
#D11ADE (or 0xD11ADE) is known color: Deep Magenta. HEX triplet: D1, 1A and DE. RGB value is (209,26,222). Sum of RGB (Red+Green+Blue) = 209+26+222=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #D11ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ADE is #2EE521. Grayscale: #666666. Windows color (decimal): -3073314 or 14555857. OLE color: 14555857.
HSL color Cylindrical-coordinate representation of color #D11ADE: hue angle of 296.02º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11ADE is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 26 | 222 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.13 |
| HSL | 296.02º | 0.79% | 0.49% | - |
| HSV(B) | 296.02º | 0.88% | 0.87% | - |
| XYZ | 39.85 | 19.57 | 70.78 | - |
| YUV | 103.06 | 195.13 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 222 | 0.06 | 0.88 | 0 | 0.13 | 296.02 | 0.79 | 0.49 |
| Hex | D1 | 1A | DE | 6 | 58 | 0 | D | 128 | 4F | 31 |
| Octal | 321 | 32 | 336 | 6 | 130 | 0 | 15 | 450 | 117 | 61 |
| Binary | 11010001 | 11010 | 11011110 | 110 | 1011000 | 0 | 1101 | 100101000 | 1001111 | 110001 |
Color Harmonies of #D11ADE
Complementary color
Monochromatic Colors of #D11ADE
Black with #D11ADE
Text Example
Text Example
White with #D11ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11ADE; }
p { color: rgb(209,26,222); }
H1.HeaderClassName
{
color: #D11ADE;
}
.AnyTagClassName
{
color: #D11ADE;
}
</style>
background-color css
<style>
a { background-color: #D11ADE; }
a { background-color: rgb(209,26,222); }
div.DivClassName
{
background-color: #D11ADE;
}
.BgClassName
{
background-color: #D11ADE;
}
</style>
border-color css
<style>
span { border-color: #D11ADE; }
span { border-color: rgb(209,26,222); }
td.TdClassName
{
border-color: #D11ADE;
}
.TagClassName
{
border-color: #D11ADE;
}
</style>