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