Shades of Deep Magenta #D11CBE
Tints of Deep Magenta #D11CBE
RGB
CMYK
RGB Variations
Color information
#D11CBE (or 0xD11CBE) is known color: Deep Magenta. HEX triplet: D1, 1C and BE. RGB value is (209,28,190). Sum of RGB (Red+Green+Blue) = 209+28+190=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CBE is #2EE341. Grayscale: #646464. Windows color (decimal): -3072834 or 12459217. OLE color: 12459217.
HSL color Cylindrical-coordinate representation of color #D11CBE: hue angle of 306.3º 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 #D11CBE is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 190 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.18 |
| HSL | 306.3º | 0.76% | 0.46% | - |
| HSV(B) | 306.3º | 0.87% | 0.82% | - |
| XYZ | 36 | 18.1 | 50.31 | - |
| YUV | 100.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 190 | 0 | 0.87 | 0.09 | 0.18 | 306.3 | 0.76 | 0.46 |
| Hex | D1 | 1C | BE | 0 | 57 | 9 | 12 | 132 | 4C | 2E |
| Octal | 321 | 34 | 276 | 0 | 127 | 11 | 22 | 462 | 114 | 56 |
| Binary | 11010001 | 11100 | 10111110 | 0 | 1010111 | 1001 | 10010 | 100110010 | 1001100 | 101110 |
Color Harmonies of #D11CBE
Complementary color
Monochromatic Colors of #D11CBE
Black with #D11CBE
Text Example
Text Example
White with #D11CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CBE; }
p { color: rgb(209,28,190); }
H1.HeaderClassName
{
color: #D11CBE;
}
.AnyTagClassName
{
color: #D11CBE;
}
</style>
background-color css
<style>
a { background-color: #D11CBE; }
a { background-color: rgb(209,28,190); }
div.DivClassName
{
background-color: #D11CBE;
}
.BgClassName
{
background-color: #D11CBE;
}
</style>
border-color css
<style>
span { border-color: #D11CBE; }
span { border-color: rgb(209,28,190); }
td.TdClassName
{
border-color: #D11CBE;
}
.TagClassName
{
border-color: #D11CBE;
}
</style>