Shades of Deep Magenta #D11FCB
Tints of Deep Magenta #D11FCB
RGB
CMYK
RGB Variations
Color information
#D11FCB (or 0xD11FCB) is known color: Deep Magenta. HEX triplet: D1, 1F and CB. RGB value is (209,31,203). Sum of RGB (Red+Green+Blue) = 209+31+203=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FCB is #2EE034. Grayscale: #676767. Windows color (decimal): -3072053 or 13311953. OLE color: 13311953.
HSL color Cylindrical-coordinate representation of color #D11FCB: hue angle of 302.02º 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 #D11FCB is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 203 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.18 |
| HSL | 302.02º | 0.74% | 0.47% | - |
| HSV(B) | 302.02º | 0.85% | 0.82% | - |
| XYZ | 37.56 | 18.85 | 58.16 | - |
| YUV | 103.83 | 183.97 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 203 | 0 | 0.85 | 0.03 | 0.18 | 302.02 | 0.74 | 0.47 |
| Hex | D1 | 1F | CB | 0 | 55 | 3 | 12 | 12E | 4A | 2F |
| Octal | 321 | 37 | 313 | 0 | 125 | 3 | 22 | 456 | 112 | 57 |
| Binary | 11010001 | 11111 | 11001011 | 0 | 1010101 | 11 | 10010 | 100101110 | 1001010 | 101111 |
Color Harmonies of #D11FCB
Complementary color
Monochromatic Colors of #D11FCB
Black with #D11FCB
Text Example
Text Example
White with #D11FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FCB; }
p { color: rgb(209,31,203); }
H1.HeaderClassName
{
color: #D11FCB;
}
.AnyTagClassName
{
color: #D11FCB;
}
</style>
background-color css
<style>
a { background-color: #D11FCB; }
a { background-color: rgb(209,31,203); }
div.DivClassName
{
background-color: #D11FCB;
}
.BgClassName
{
background-color: #D11FCB;
}
</style>
border-color css
<style>
span { border-color: #D11FCB; }
span { border-color: rgb(209,31,203); }
td.TdClassName
{
border-color: #D11FCB;
}
.TagClassName
{
border-color: #D11FCB;
}
</style>