Shades of Deep Magenta #D11CBF
Tints of Deep Magenta #D11CBF
RGB
CMYK
RGB Variations
Color information
#D11CBF (or 0xD11CBF) is known color: Deep Magenta. HEX triplet: D1, 1C and BF. RGB value is (209,28,191). Sum of RGB (Red+Green+Blue) = 209+28+191=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CBF is #2EE340. Grayscale: #646464. Windows color (decimal): -3072833 or 12524753. OLE color: 12524753.
HSL color Cylindrical-coordinate representation of color #D11CBF: hue angle of 305.97º 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 #D11CBF is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 191 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.18 |
| HSL | 305.97º | 0.76% | 0.46% | - |
| HSV(B) | 305.97º | 0.87% | 0.82% | - |
| XYZ | 36.11 | 18.15 | 50.89 | - |
| YUV | 100.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 191 | 0 | 0.87 | 0.09 | 0.18 | 305.97 | 0.76 | 0.46 |
| Hex | D1 | 1C | BF | 0 | 57 | 9 | 12 | 132 | 4C | 2E |
| Octal | 321 | 34 | 277 | 0 | 127 | 11 | 22 | 462 | 114 | 56 |
| Binary | 11010001 | 11100 | 10111111 | 0 | 1010111 | 1001 | 10010 | 100110010 | 1001100 | 101110 |
Color Harmonies of #D11CBF
Complementary color
Monochromatic Colors of #D11CBF
Black with #D11CBF
Text Example
Text Example
White with #D11CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CBF; }
p { color: rgb(209,28,191); }
H1.HeaderClassName
{
color: #D11CBF;
}
.AnyTagClassName
{
color: #D11CBF;
}
</style>
background-color css
<style>
a { background-color: #D11CBF; }
a { background-color: rgb(209,28,191); }
div.DivClassName
{
background-color: #D11CBF;
}
.BgClassName
{
background-color: #D11CBF;
}
</style>
border-color css
<style>
span { border-color: #D11CBF; }
span { border-color: rgb(209,28,191); }
td.TdClassName
{
border-color: #D11CBF;
}
.TagClassName
{
border-color: #D11CBF;
}
</style>