Shades of Deep Magenta #D11CB7
Tints of Deep Magenta #D11CB7
RGB
CMYK
RGB Variations
Color information
#D11CB7 (or 0xD11CB7) is known color: Deep Magenta. HEX triplet: D1, 1C and B7. RGB value is (209,28,183). Sum of RGB (Red+Green+Blue) = 209+28+183=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CB7 is #2EE348. Grayscale: #636363. Windows color (decimal): -3072841 or 12000465. OLE color: 12000465.
HSL color Cylindrical-coordinate representation of color #D11CB7: hue angle of 308.62º 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 #D11CB7 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 183 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.18 |
| HSL | 308.62º | 0.76% | 0.46% | - |
| HSV(B) | 308.62º | 0.87% | 0.82% | - |
| XYZ | 35.26 | 17.8 | 46.38 | - |
| YUV | 99.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 183 | 0 | 0.87 | 0.12 | 0.18 | 308.62 | 0.76 | 0.46 |
| Hex | D1 | 1C | B7 | 0 | 57 | C | 12 | 135 | 4C | 2E |
| Octal | 321 | 34 | 267 | 0 | 127 | 14 | 22 | 465 | 114 | 56 |
| Binary | 11010001 | 11100 | 10110111 | 0 | 1010111 | 1100 | 10010 | 100110101 | 1001100 | 101110 |
Color Harmonies of #D11CB7
Complementary color
Monochromatic Colors of #D11CB7
Black with #D11CB7
Text Example
Text Example
White with #D11CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CB7; }
p { color: rgb(209,28,183); }
H1.HeaderClassName
{
color: #D11CB7;
}
.AnyTagClassName
{
color: #D11CB7;
}
</style>
background-color css
<style>
a { background-color: #D11CB7; }
a { background-color: rgb(209,28,183); }
div.DivClassName
{
background-color: #D11CB7;
}
.BgClassName
{
background-color: #D11CB7;
}
</style>
border-color css
<style>
span { border-color: #D11CB7; }
span { border-color: rgb(209,28,183); }
td.TdClassName
{
border-color: #D11CB7;
}
.TagClassName
{
border-color: #D11CB7;
}
</style>