Shades of Deep Magenta #D71DBB
Tints of Deep Magenta #D71DBB
RGB
CMYK
RGB Variations
Color information
#D71DBB (or 0xD71DBB) is known color: Deep Magenta. HEX triplet: D7, 1D and BB. RGB value is (215,29,187). Sum of RGB (Red+Green+Blue) = 215+29+187=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DBB is #28E244. Grayscale: #666666. Windows color (decimal): -2679365 or 12262871. OLE color: 12262871.
HSL color Cylindrical-coordinate representation of color #D71DBB: hue angle of 309.03º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DBB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 29 | 187 | - |
CMYK | 0 | 0.87 | 0.13 | 0.16 |
HSL | 309.03º | 0.76% | 0.48% | - |
HSV(B) | 309.03º | 0.87% | 0.84% | - |
XYZ | 37.43 | 18.91 | 48.69 | - |
YUV | 102.63 | 175.62 | 208.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 29 | 187 | 0 | 0.87 | 0.13 | 0.16 | 309.03 | 0.76 | 0.48 |
Hex | D7 | 1D | BB | 0 | 57 | D | 10 | 135 | 4C | 30 |
Octal | 327 | 35 | 273 | 0 | 127 | 15 | 20 | 465 | 114 | 60 |
Binary | 11010111 | 11101 | 10111011 | 0 | 1010111 | 1101 | 10000 | 100110101 | 1001100 | 110000 |
Color Harmonies of #D71DBB
Complementary color
Monochromatic Colors of #D71DBB
Black with #D71DBB
Text Example
Text Example
White with #D71DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DBB; }
p { color: rgb(215,29,187); }
H1.HeaderClassName
{
color: #D71DBB;
}
.AnyTagClassName
{
color: #D71DBB;
}
</style>
background-color css
<style>
a { background-color: #D71DBB; }
a { background-color: rgb(215,29,187); }
div.DivClassName
{
background-color: #D71DBB;
}
.BgClassName
{
background-color: #D71DBB;
}
</style>
border-color css
<style>
span { border-color: #D71DBB; }
span { border-color: rgb(215,29,187); }
td.TdClassName
{
border-color: #D71DBB;
}
.TagClassName
{
border-color: #D71DBB;
}
</style>