Shades of Deep Magenta #D11BCA
Tints of Deep Magenta #D11BCA
RGB
CMYK
RGB Variations
Color information
#D11BCA (or 0xD11BCA) is known color: Deep Magenta. HEX triplet: D1, 1B and CA. RGB value is (209,27,202). Sum of RGB (Red+Green+Blue) = 209+27+202=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BCA is #2EE435. Grayscale: #646464. Windows color (decimal): -3073078 or 13245393. OLE color: 13245393.
HSL color Cylindrical-coordinate representation of color #D11BCA: hue angle of 302.31º degrees, saturation: 0.77, 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 #D11BCA is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 202 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.18 |
| HSL | 302.31º | 0.77% | 0.46% | - |
| HSV(B) | 302.31º | 0.87% | 0.82% | - |
| XYZ | 37.35 | 18.6 | 57.5 | - |
| YUV | 101.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 202 | 0 | 0.87 | 0.03 | 0.18 | 302.31 | 0.77 | 0.46 |
| Hex | D1 | 1B | CA | 0 | 57 | 3 | 12 | 12E | 4D | 2E |
| Octal | 321 | 33 | 312 | 0 | 127 | 3 | 22 | 456 | 115 | 56 |
| Binary | 11010001 | 11011 | 11001010 | 0 | 1010111 | 11 | 10010 | 100101110 | 1001101 | 101110 |
Color Harmonies of #D11BCA
Complementary color
Monochromatic Colors of #D11BCA
Black with #D11BCA
Text Example
Text Example
White with #D11BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BCA; }
p { color: rgb(209,27,202); }
H1.HeaderClassName
{
color: #D11BCA;
}
.AnyTagClassName
{
color: #D11BCA;
}
</style>
background-color css
<style>
a { background-color: #D11BCA; }
a { background-color: rgb(209,27,202); }
div.DivClassName
{
background-color: #D11BCA;
}
.BgClassName
{
background-color: #D11BCA;
}
</style>
border-color css
<style>
span { border-color: #D11BCA; }
span { border-color: rgb(209,27,202); }
td.TdClassName
{
border-color: #D11BCA;
}
.TagClassName
{
border-color: #D11BCA;
}
</style>