Shades of Deep Magenta #D701BF
Tints of Deep Magenta #D701BF
RGB
CMYK
RGB Variations
Color information
#D701BF (or 0xD701BF) is known color: Deep Magenta. HEX triplet: D7, 01 and BF. RGB value is (215,1,191). Sum of RGB (Red+Green+Blue) = 215+1+191=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D701BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701BF is #28FE40. Grayscale: #565656. Windows color (decimal): -2686529 or 12517847. OLE color: 12517847.
HSL color Cylindrical-coordinate representation of color #D701BF: hue angle of 306.73º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701BF is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.16 |
| HSL | 306.73º | 0.99% | 0.42% | - |
| HSV(B) | 306.73º | 1% | 0.84% | - |
| XYZ | 37.44 | 18.23 | 50.84 | - |
| YUV | 86.65 | 186.9 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 191 | 0 | 1.00 | 0.11 | 0.16 | 306.73 | 0.99 | 0.42 |
| Hex | D7 | 1 | BF | 0 | 64 | B | 10 | 133 | 63 | 2A |
| Octal | 327 | 1 | 277 | 0 | 144 | 13 | 20 | 463 | 143 | 52 |
| Binary | 11010111 | 1 | 10111111 | 0 | 1100100 | 1011 | 10000 | 100110011 | 1100011 | 101010 |
Color Harmonies of #D701BF
Complementary color
Monochromatic Colors of #D701BF
Black with #D701BF
Text Example
Text Example
White with #D701BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701BF; }
p { color: rgb(215,1,191); }
H1.HeaderClassName
{
color: #D701BF;
}
.AnyTagClassName
{
color: #D701BF;
}
</style>
background-color css
<style>
a { background-color: #D701BF; }
a { background-color: rgb(215,1,191); }
div.DivClassName
{
background-color: #D701BF;
}
.BgClassName
{
background-color: #D701BF;
}
</style>
border-color css
<style>
span { border-color: #D701BF; }
span { border-color: rgb(215,1,191); }
td.TdClassName
{
border-color: #D701BF;
}
.TagClassName
{
border-color: #D701BF;
}
</style>