Shades of Deep Magenta #D721DB
Tints of Deep Magenta #D721DB
RGB
CMYK
RGB Variations
Color information
#D721DB (or 0xD721DB) is known color: Deep Magenta. HEX triplet: D7, 21 and DB. RGB value is (215,33,219). Sum of RGB (Red+Green+Blue) = 215+33+219=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #D721DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D721DB is #28DE24. Grayscale: #6C6C6C. Windows color (decimal): -2678309 or 14361047. OLE color: 14361047.
HSL color Cylindrical-coordinate representation of color #D721DB: hue angle of 298.71º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D721DB is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 33 | 219 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.14 |
| HSL | 298.71º | 0.74% | 0.49% | - |
| HSV(B) | 298.71º | 0.85% | 0.86% | - |
| XYZ | 41.35 | 20.65 | 68.82 | - |
| YUV | 108.62 | 190.3 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 219 | 0.02 | 0.85 | 0 | 0.14 | 298.71 | 0.74 | 0.49 |
| Hex | D7 | 21 | DB | 2 | 55 | 0 | E | 12B | 4A | 31 |
| Octal | 327 | 41 | 333 | 2 | 125 | 0 | 16 | 453 | 112 | 61 |
| Binary | 11010111 | 100001 | 11011011 | 10 | 1010101 | 0 | 1110 | 100101011 | 1001010 | 110001 |
Color Harmonies of #D721DB
Complementary color
Monochromatic Colors of #D721DB
Black with #D721DB
Text Example
Text Example
White with #D721DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D721DB; }
p { color: rgb(215,33,219); }
H1.HeaderClassName
{
color: #D721DB;
}
.AnyTagClassName
{
color: #D721DB;
}
</style>
background-color css
<style>
a { background-color: #D721DB; }
a { background-color: rgb(215,33,219); }
div.DivClassName
{
background-color: #D721DB;
}
.BgClassName
{
background-color: #D721DB;
}
</style>
border-color css
<style>
span { border-color: #D721DB; }
span { border-color: rgb(215,33,219); }
td.TdClassName
{
border-color: #D721DB;
}
.TagClassName
{
border-color: #D721DB;
}
</style>