Shades of Deep Magenta #D11FC8
Tints of Deep Magenta #D11FC8
RGB
CMYK
RGB Variations
Color information
#D11FC8 (or 0xD11FC8) is known color: Deep Magenta. HEX triplet: D1, 1F and C8. RGB value is (209,31,200). Sum of RGB (Red+Green+Blue) = 209+31+200=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FC8 is #2EE037. Grayscale: #666666. Windows color (decimal): -3072056 or 13115345. OLE color: 13115345.
HSL color Cylindrical-coordinate representation of color #D11FC8: hue angle of 303.03º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11FC8 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 200 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.18 |
| HSL | 303.03º | 0.74% | 0.47% | - |
| HSV(B) | 303.03º | 0.85% | 0.82% | - |
| XYZ | 37.21 | 18.71 | 56.29 | - |
| YUV | 103.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 200 | 0 | 0.85 | 0.04 | 0.18 | 303.03 | 0.74 | 0.47 |
| Hex | D1 | 1F | C8 | 0 | 55 | 4 | 12 | 12F | 4A | 2F |
| Octal | 321 | 37 | 310 | 0 | 125 | 4 | 22 | 457 | 112 | 57 |
| Binary | 11010001 | 11111 | 11001000 | 0 | 1010101 | 100 | 10010 | 100101111 | 1001010 | 101111 |
Color Harmonies of #D11FC8
Complementary color
Monochromatic Colors of #D11FC8
Black with #D11FC8
Text Example
Text Example
White with #D11FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FC8; }
p { color: rgb(209,31,200); }
H1.HeaderClassName
{
color: #D11FC8;
}
.AnyTagClassName
{
color: #D11FC8;
}
</style>
background-color css
<style>
a { background-color: #D11FC8; }
a { background-color: rgb(209,31,200); }
div.DivClassName
{
background-color: #D11FC8;
}
.BgClassName
{
background-color: #D11FC8;
}
</style>
border-color css
<style>
span { border-color: #D11FC8; }
span { border-color: rgb(209,31,200); }
td.TdClassName
{
border-color: #D11FC8;
}
.TagClassName
{
border-color: #D11FC8;
}
</style>