Shades of Deep Magenta #D701DB
Tints of Deep Magenta #D701DB
RGB
CMYK
RGB Variations
Color information
#D701DB (or 0xD701DB) is known color: Deep Magenta. HEX triplet: D7, 01 and DB. RGB value is (215,1,219). Sum of RGB (Red+Green+Blue) = 215+1+219=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #D701DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701DB is #28FE24. Grayscale: #595959. Windows color (decimal): -2686501 or 14352855. OLE color: 14352855.
HSL color Cylindrical-coordinate representation of color #D701DB: hue angle of 298.9º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701DB is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 1 | 219 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.14 |
| HSL | 298.9º | 0.99% | 0.43% | - |
| HSV(B) | 298.9º | 1% | 0.86% | - |
| XYZ | 40.82 | 19.58 | 68.65 | - |
| YUV | 89.84 | 200.9 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 219 | 0.02 | 1.00 | 0 | 0.14 | 298.9 | 0.99 | 0.43 |
| Hex | D7 | 1 | DB | 2 | 64 | 0 | E | 12B | 63 | 2B |
| Octal | 327 | 1 | 333 | 2 | 144 | 0 | 16 | 453 | 143 | 53 |
| Binary | 11010111 | 1 | 11011011 | 10 | 1100100 | 0 | 1110 | 100101011 | 1100011 | 101011 |
Color Harmonies of #D701DB
Complementary color
Monochromatic Colors of #D701DB
Black with #D701DB
Text Example
Text Example
White with #D701DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701DB; }
p { color: rgb(215,1,219); }
H1.HeaderClassName
{
color: #D701DB;
}
.AnyTagClassName
{
color: #D701DB;
}
</style>
background-color css
<style>
a { background-color: #D701DB; }
a { background-color: rgb(215,1,219); }
div.DivClassName
{
background-color: #D701DB;
}
.BgClassName
{
background-color: #D701DB;
}
</style>
border-color css
<style>
span { border-color: #D701DB; }
span { border-color: rgb(215,1,219); }
td.TdClassName
{
border-color: #D701DB;
}
.TagClassName
{
border-color: #D701DB;
}
</style>