Shades of Deep Magenta #D911B3
Tints of Deep Magenta #D911B3
RGB
CMYK
RGB Variations
Color information
#D911B3 (or 0xD911B3) is known color: Deep Magenta. HEX triplet: D9, 11 and B3. RGB value is (217,17,179). Sum of RGB (Red+Green+Blue) = 217+17+179=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D911B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D911B3 is #26EE4C. Grayscale: #5E5E5E. Windows color (decimal): -2551373 or 11735513. OLE color: 11735513.
HSL color Cylindrical-coordinate representation of color #D911B3: hue angle of 311.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D911B3 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 179 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.15 |
| HSL | 311.4º | 0.85% | 0.46% | - |
| HSV(B) | 311.4º | 0.92% | 0.85% | - |
| XYZ | 36.95 | 18.41 | 44.25 | - |
| YUV | 95.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 179 | 0 | 0.92 | 0.18 | 0.15 | 311.4 | 0.85 | 0.46 |
| Hex | D9 | 11 | B3 | 0 | 5C | 12 | F | 137 | 55 | 2E |
| Octal | 331 | 21 | 263 | 0 | 134 | 22 | 17 | 467 | 125 | 56 |
| Binary | 11011001 | 10001 | 10110011 | 0 | 1011100 | 10010 | 1111 | 100110111 | 1010101 | 101110 |
Color Harmonies of #D911B3
Complementary color
Monochromatic Colors of #D911B3
Black with #D911B3
Text Example
Text Example
White with #D911B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911B3; }
p { color: rgb(217,17,179); }
H1.HeaderClassName
{
color: #D911B3;
}
.AnyTagClassName
{
color: #D911B3;
}
</style>
background-color css
<style>
a { background-color: #D911B3; }
a { background-color: rgb(217,17,179); }
div.DivClassName
{
background-color: #D911B3;
}
.BgClassName
{
background-color: #D911B3;
}
</style>
border-color css
<style>
span { border-color: #D911B3; }
span { border-color: rgb(217,17,179); }
td.TdClassName
{
border-color: #D911B3;
}
.TagClassName
{
border-color: #D911B3;
}
</style>