Shades of Deep Magenta #D701BB
Tints of Deep Magenta #D701BB
RGB
CMYK
RGB Variations
Color information
#D701BB (or 0xD701BB) is known color: Deep Magenta. HEX triplet: D7, 01 and BB. RGB value is (215,1,187). Sum of RGB (Red+Green+Blue) = 215+1+187=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D701BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701BB is #28FE44. Grayscale: #555555. Windows color (decimal): -2686533 or 12255703. OLE color: 12255703.
HSL color Cylindrical-coordinate representation of color #D701BB: hue angle of 307.85º 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 #D701BB is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.16 |
| HSL | 307.85º | 0.99% | 0.42% | - |
| HSV(B) | 307.85º | 1% | 0.84% | - |
| XYZ | 37 | 18.06 | 48.55 | - |
| YUV | 86.19 | 184.9 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 187 | 0 | 1.00 | 0.13 | 0.16 | 307.85 | 0.99 | 0.42 |
| Hex | D7 | 1 | BB | 0 | 64 | D | 10 | 134 | 63 | 2A |
| Octal | 327 | 1 | 273 | 0 | 144 | 15 | 20 | 464 | 143 | 52 |
| Binary | 11010111 | 1 | 10111011 | 0 | 1100100 | 1101 | 10000 | 100110100 | 1100011 | 101010 |
Color Harmonies of #D701BB
Complementary color
Monochromatic Colors of #D701BB
Black with #D701BB
Text Example
Text Example
White with #D701BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701BB; }
p { color: rgb(215,1,187); }
H1.HeaderClassName
{
color: #D701BB;
}
.AnyTagClassName
{
color: #D701BB;
}
</style>
background-color css
<style>
a { background-color: #D701BB; }
a { background-color: rgb(215,1,187); }
div.DivClassName
{
background-color: #D701BB;
}
.BgClassName
{
background-color: #D701BB;
}
</style>
border-color css
<style>
span { border-color: #D701BB; }
span { border-color: rgb(215,1,187); }
td.TdClassName
{
border-color: #D701BB;
}
.TagClassName
{
border-color: #D701BB;
}
</style>