Shades of Deep Magenta #D11CDA
Tints of Deep Magenta #D11CDA
RGB
CMYK
RGB Variations
Color information
#D11CDA (or 0xD11CDA) is known color: Deep Magenta. HEX triplet: D1, 1C and DA. RGB value is (209,28,218). Sum of RGB (Red+Green+Blue) = 209+28+218=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #D11CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CDA is #2EE325. Grayscale: #676767. Windows color (decimal): -3072806 or 14294225. OLE color: 14294225.
HSL color Cylindrical-coordinate representation of color #D11CDA: hue angle of 297.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11CDA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 28 | 218 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.15 |
| HSL | 297.16º | 0.77% | 0.48% | - |
| HSV(B) | 297.16º | 0.87% | 0.85% | - |
| XYZ | 39.36 | 19.45 | 68.01 | - |
| YUV | 103.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 218 | 0.04 | 0.87 | 0 | 0.15 | 297.16 | 0.77 | 0.48 |
| Hex | D1 | 1C | DA | 4 | 57 | 0 | F | 129 | 4D | 30 |
| Octal | 321 | 34 | 332 | 4 | 127 | 0 | 17 | 451 | 115 | 60 |
| Binary | 11010001 | 11100 | 11011010 | 100 | 1010111 | 0 | 1111 | 100101001 | 1001101 | 110000 |
Color Harmonies of #D11CDA
Complementary color
Monochromatic Colors of #D11CDA
Black with #D11CDA
Text Example
Text Example
White with #D11CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CDA; }
p { color: rgb(209,28,218); }
H1.HeaderClassName
{
color: #D11CDA;
}
.AnyTagClassName
{
color: #D11CDA;
}
</style>
background-color css
<style>
a { background-color: #D11CDA; }
a { background-color: rgb(209,28,218); }
div.DivClassName
{
background-color: #D11CDA;
}
.BgClassName
{
background-color: #D11CDA;
}
</style>
border-color css
<style>
span { border-color: #D11CDA; }
span { border-color: rgb(209,28,218); }
td.TdClassName
{
border-color: #D11CDA;
}
.TagClassName
{
border-color: #D11CDA;
}
</style>