Shades of Deep Magenta #D716DB
Tints of Deep Magenta #D716DB
RGB
CMYK
RGB Variations
Color information
#D716DB (or 0xD716DB) is known color: Deep Magenta. HEX triplet: D7, 16 and DB. RGB value is (215,22,219). Sum of RGB (Red+Green+Blue) = 215+22+219=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #D716DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716DB is #28E924. Grayscale: #656565. Windows color (decimal): -2681125 or 14358231. OLE color: 14358231.
HSL color Cylindrical-coordinate representation of color #D716DB: hue angle of 298.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D716DB is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 22 | 219 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.14 |
| HSL | 298.78º | 0.82% | 0.47% | - |
| HSV(B) | 298.78º | 0.9% | 0.86% | - |
| XYZ | 41.1 | 20.14 | 68.74 | - |
| YUV | 102.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 219 | 0.02 | 0.90 | 0 | 0.14 | 298.78 | 0.82 | 0.47 |
| Hex | D7 | 16 | DB | 2 | 5A | 0 | E | 12B | 52 | 2F |
| Octal | 327 | 26 | 333 | 2 | 132 | 0 | 16 | 453 | 122 | 57 |
| Binary | 11010111 | 10110 | 11011011 | 10 | 1011010 | 0 | 1110 | 100101011 | 1010010 | 101111 |
Color Harmonies of #D716DB
Complementary color
Monochromatic Colors of #D716DB
Black with #D716DB
Text Example
Text Example
White with #D716DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716DB; }
p { color: rgb(215,22,219); }
H1.HeaderClassName
{
color: #D716DB;
}
.AnyTagClassName
{
color: #D716DB;
}
</style>
background-color css
<style>
a { background-color: #D716DB; }
a { background-color: rgb(215,22,219); }
div.DivClassName
{
background-color: #D716DB;
}
.BgClassName
{
background-color: #D716DB;
}
</style>
border-color css
<style>
span { border-color: #D716DB; }
span { border-color: rgb(215,22,219); }
td.TdClassName
{
border-color: #D716DB;
}
.TagClassName
{
border-color: #D716DB;
}
</style>