Shades of Deep Magenta #D709DB
Tints of Deep Magenta #D709DB
RGB
CMYK
RGB Variations
Color information
#D709DB (or 0xD709DB) is known color: Deep Magenta. HEX triplet: D7, 09 and DB. RGB value is (215,9,219). Sum of RGB (Red+Green+Blue) = 215+9+219=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D709DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709DB is #28F624. Grayscale: #5D5D5D. Windows color (decimal): -2684453 or 14354903. OLE color: 14354903.
HSL color Cylindrical-coordinate representation of color #D709DB: hue angle of 298.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D709DB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 9 | 219 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.14 |
| HSL | 298.86º | 0.92% | 0.45% | - |
| HSV(B) | 298.86º | 0.96% | 0.86% | - |
| XYZ | 40.91 | 19.76 | 68.68 | - |
| YUV | 94.53 | 198.25 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 219 | 0.02 | 0.96 | 0 | 0.14 | 298.86 | 0.92 | 0.45 |
| Hex | D7 | 9 | DB | 2 | 60 | 0 | E | 12B | 5C | 2D |
| Octal | 327 | 11 | 333 | 2 | 140 | 0 | 16 | 453 | 134 | 55 |
| Binary | 11010111 | 1001 | 11011011 | 10 | 1100000 | 0 | 1110 | 100101011 | 1011100 | 101101 |
Color Harmonies of #D709DB
Complementary color
Monochromatic Colors of #D709DB
Black with #D709DB
Text Example
Text Example
White with #D709DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709DB; }
p { color: rgb(215,9,219); }
H1.HeaderClassName
{
color: #D709DB;
}
.AnyTagClassName
{
color: #D709DB;
}
</style>
background-color css
<style>
a { background-color: #D709DB; }
a { background-color: rgb(215,9,219); }
div.DivClassName
{
background-color: #D709DB;
}
.BgClassName
{
background-color: #D709DB;
}
</style>
border-color css
<style>
span { border-color: #D709DB; }
span { border-color: rgb(215,9,219); }
td.TdClassName
{
border-color: #D709DB;
}
.TagClassName
{
border-color: #D709DB;
}
</style>