Shades of Deep Magenta #D11CDD
Tints of Deep Magenta #D11CDD
RGB
CMYK
RGB Variations
Color information
#D11CDD (or 0xD11CDD) is known color: Deep Magenta. HEX triplet: D1, 1C and DD. RGB value is (209,28,221). Sum of RGB (Red+Green+Blue) = 209+28+221=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #D11CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CDD is #2EE322. Grayscale: #676767. Windows color (decimal): -3072803 or 14490833. OLE color: 14490833.
HSL color Cylindrical-coordinate representation of color #D11CDD: hue angle of 296.27º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11CDD is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 28 | 221 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.13 |
| HSL | 296.27º | 0.78% | 0.49% | - |
| HSV(B) | 296.27º | 0.87% | 0.87% | - |
| XYZ | 39.76 | 19.61 | 70.1 | - |
| YUV | 104.12 | 193.97 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 221 | 0.05 | 0.87 | 0 | 0.13 | 296.27 | 0.78 | 0.49 |
| Hex | D1 | 1C | DD | 5 | 57 | 0 | D | 128 | 4E | 31 |
| Octal | 321 | 34 | 335 | 5 | 127 | 0 | 15 | 450 | 116 | 61 |
| Binary | 11010001 | 11100 | 11011101 | 101 | 1010111 | 0 | 1101 | 100101000 | 1001110 | 110001 |
Color Harmonies of #D11CDD
Complementary color
Monochromatic Colors of #D11CDD
Black with #D11CDD
Text Example
Text Example
White with #D11CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CDD; }
p { color: rgb(209,28,221); }
H1.HeaderClassName
{
color: #D11CDD;
}
.AnyTagClassName
{
color: #D11CDD;
}
</style>
background-color css
<style>
a { background-color: #D11CDD; }
a { background-color: rgb(209,28,221); }
div.DivClassName
{
background-color: #D11CDD;
}
.BgClassName
{
background-color: #D11CDD;
}
</style>
border-color css
<style>
span { border-color: #D11CDD; }
span { border-color: rgb(209,28,221); }
td.TdClassName
{
border-color: #D11CDD;
}
.TagClassName
{
border-color: #D11CDD;
}
</style>