Shades of Deep Magenta #D701BE
Tints of Deep Magenta #D701BE
RGB
CMYK
RGB Variations
Color information
#D701BE (or 0xD701BE) is known color: Deep Magenta. HEX triplet: D7, 01 and BE. RGB value is (215,1,190). Sum of RGB (Red+Green+Blue) = 215+1+190=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D701BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701BE is #28FE41. Grayscale: #555555. Windows color (decimal): -2686530 or 12452311. OLE color: 12452311.
HSL color Cylindrical-coordinate representation of color #D701BE: hue angle of 307.01º 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 #D701BE is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.16 |
| HSL | 307.01º | 0.99% | 0.42% | - |
| HSV(B) | 307.01º | 1% | 0.84% | - |
| XYZ | 37.33 | 18.19 | 50.26 | - |
| YUV | 86.53 | 186.4 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 190 | 0 | 1.00 | 0.12 | 0.16 | 307.01 | 0.99 | 0.42 |
| Hex | D7 | 1 | BE | 0 | 64 | C | 10 | 133 | 63 | 2A |
| Octal | 327 | 1 | 276 | 0 | 144 | 14 | 20 | 463 | 143 | 52 |
| Binary | 11010111 | 1 | 10111110 | 0 | 1100100 | 1100 | 10000 | 100110011 | 1100011 | 101010 |
Color Harmonies of #D701BE
Complementary color
Monochromatic Colors of #D701BE
Black with #D701BE
Text Example
Text Example
White with #D701BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701BE; }
p { color: rgb(215,1,190); }
H1.HeaderClassName
{
color: #D701BE;
}
.AnyTagClassName
{
color: #D701BE;
}
</style>
background-color css
<style>
a { background-color: #D701BE; }
a { background-color: rgb(215,1,190); }
div.DivClassName
{
background-color: #D701BE;
}
.BgClassName
{
background-color: #D701BE;
}
</style>
border-color css
<style>
span { border-color: #D701BE; }
span { border-color: rgb(215,1,190); }
td.TdClassName
{
border-color: #D701BE;
}
.TagClassName
{
border-color: #D701BE;
}
</style>