Shades of Deep Magenta #D11CC9
Tints of Deep Magenta #D11CC9
RGB
CMYK
RGB Variations
Color information
#D11CC9 (or 0xD11CC9) is known color: Deep Magenta. HEX triplet: D1, 1C and C9. RGB value is (209,28,201). Sum of RGB (Red+Green+Blue) = 209+28+201=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CC9 is #2EE336. Grayscale: #656565. Windows color (decimal): -3072823 or 13180113. OLE color: 13180113.
HSL color Cylindrical-coordinate representation of color #D11CC9: hue angle of 302.65º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11CC9 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 201 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.18 |
| HSL | 302.65º | 0.76% | 0.46% | - |
| HSV(B) | 302.65º | 0.87% | 0.82% | - |
| XYZ | 37.25 | 18.6 | 56.89 | - |
| YUV | 101.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 201 | 0 | 0.87 | 0.04 | 0.18 | 302.65 | 0.76 | 0.46 |
| Hex | D1 | 1C | C9 | 0 | 57 | 4 | 12 | 12F | 4C | 2E |
| Octal | 321 | 34 | 311 | 0 | 127 | 4 | 22 | 457 | 114 | 56 |
| Binary | 11010001 | 11100 | 11001001 | 0 | 1010111 | 100 | 10010 | 100101111 | 1001100 | 101110 |
Color Harmonies of #D11CC9
Complementary color
Monochromatic Colors of #D11CC9
Black with #D11CC9
Text Example
Text Example
White with #D11CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CC9; }
p { color: rgb(209,28,201); }
H1.HeaderClassName
{
color: #D11CC9;
}
.AnyTagClassName
{
color: #D11CC9;
}
</style>
background-color css
<style>
a { background-color: #D11CC9; }
a { background-color: rgb(209,28,201); }
div.DivClassName
{
background-color: #D11CC9;
}
.BgClassName
{
background-color: #D11CC9;
}
</style>
border-color css
<style>
span { border-color: #D11CC9; }
span { border-color: rgb(209,28,201); }
td.TdClassName
{
border-color: #D11CC9;
}
.TagClassName
{
border-color: #D11CC9;
}
</style>