Shades of Deep Magenta #D11BDF
Tints of Deep Magenta #D11BDF
RGB
CMYK
RGB Variations
Color information
#D11BDF (or 0xD11BDF) is known color: Deep Magenta. HEX triplet: D1, 1B and DF. RGB value is (209,27,223). Sum of RGB (Red+Green+Blue) = 209+27+223=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #D11BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BDF is #2EE420. Grayscale: #676767. Windows color (decimal): -3073057 or 14621649. OLE color: 14621649.
HSL color Cylindrical-coordinate representation of color #D11BDF: hue angle of 295.71º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11BDF is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 27 | 223 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.13 |
| HSL | 295.71º | 0.78% | 0.49% | - |
| HSV(B) | 295.71º | 0.88% | 0.87% | - |
| XYZ | 40.01 | 19.67 | 71.5 | - |
| YUV | 103.76 | 195.3 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 223 | 0.06 | 0.88 | 0 | 0.13 | 295.71 | 0.78 | 0.49 |
| Hex | D1 | 1B | DF | 6 | 58 | 0 | D | 128 | 4E | 31 |
| Octal | 321 | 33 | 337 | 6 | 130 | 0 | 15 | 450 | 116 | 61 |
| Binary | 11010001 | 11011 | 11011111 | 110 | 1011000 | 0 | 1101 | 100101000 | 1001110 | 110001 |
Color Harmonies of #D11BDF
Complementary color
Monochromatic Colors of #D11BDF
Black with #D11BDF
Text Example
Text Example
White with #D11BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BDF; }
p { color: rgb(209,27,223); }
H1.HeaderClassName
{
color: #D11BDF;
}
.AnyTagClassName
{
color: #D11BDF;
}
</style>
background-color css
<style>
a { background-color: #D11BDF; }
a { background-color: rgb(209,27,223); }
div.DivClassName
{
background-color: #D11BDF;
}
.BgClassName
{
background-color: #D11BDF;
}
</style>
border-color css
<style>
span { border-color: #D11BDF; }
span { border-color: rgb(209,27,223); }
td.TdClassName
{
border-color: #D11BDF;
}
.TagClassName
{
border-color: #D11BDF;
}
</style>