Shades of Deep Magenta #D711B9
Tints of Deep Magenta #D711B9
RGB
CMYK
RGB Variations
Color information
#D711B9 (or 0xD711B9) is known color: Deep Magenta. HEX triplet: D7, 11 and B9. RGB value is (215,17,185). Sum of RGB (Red+Green+Blue) = 215+17+185=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D711B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D711B9 is #28EE46. Grayscale: #5E5E5E. Windows color (decimal): -2682439 or 12128727. OLE color: 12128727.
HSL color Cylindrical-coordinate representation of color #D711B9: hue angle of 309.09º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D711B9 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 185 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.16 |
| HSL | 309.09º | 0.85% | 0.45% | - |
| HSV(B) | 309.09º | 0.92% | 0.84% | - |
| XYZ | 36.98 | 18.35 | 47.49 | - |
| YUV | 95.35 | 178.6 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 185 | 0 | 0.92 | 0.14 | 0.16 | 309.09 | 0.85 | 0.45 |
| Hex | D7 | 11 | B9 | 0 | 5C | E | 10 | 135 | 55 | 2D |
| Octal | 327 | 21 | 271 | 0 | 134 | 16 | 20 | 465 | 125 | 55 |
| Binary | 11010111 | 10001 | 10111001 | 0 | 1011100 | 1110 | 10000 | 100110101 | 1010101 | 101101 |
Color Harmonies of #D711B9
Complementary color
Monochromatic Colors of #D711B9
Black with #D711B9
Text Example
Text Example
White with #D711B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D711B9; }
p { color: rgb(215,17,185); }
H1.HeaderClassName
{
color: #D711B9;
}
.AnyTagClassName
{
color: #D711B9;
}
</style>
background-color css
<style>
a { background-color: #D711B9; }
a { background-color: rgb(215,17,185); }
div.DivClassName
{
background-color: #D711B9;
}
.BgClassName
{
background-color: #D711B9;
}
</style>
border-color css
<style>
span { border-color: #D711B9; }
span { border-color: rgb(215,17,185); }
td.TdClassName
{
border-color: #D711B9;
}
.TagClassName
{
border-color: #D711B9;
}
</style>