Shades of Deep Magenta #D509DB
Tints of Deep Magenta #D509DB
RGB
CMYK
RGB Variations
Color information
#D509DB (or 0xD509DB) is known color: Deep Magenta. HEX triplet: D5, 09 and DB. RGB value is (213,9,219). Sum of RGB (Red+Green+Blue) = 213+9+219=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #D509DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509DB is #2AF624. Grayscale: #5D5D5D. Windows color (decimal): -2815525 or 14354901. OLE color: 14354901.
HSL color Cylindrical-coordinate representation of color #D509DB: hue angle of 298.29º 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 #D509DB is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 9 | 219 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.14 |
| HSL | 298.29º | 0.92% | 0.45% | - |
| HSV(B) | 298.29º | 0.96% | 0.86% | - |
| XYZ | 40.32 | 19.46 | 68.65 | - |
| YUV | 93.94 | 198.59 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 219 | 0.03 | 0.96 | 0 | 0.14 | 298.29 | 0.92 | 0.45 |
| Hex | D5 | 9 | DB | 3 | 60 | 0 | E | 12A | 5C | 2D |
| Octal | 325 | 11 | 333 | 3 | 140 | 0 | 16 | 452 | 134 | 55 |
| Binary | 11010101 | 1001 | 11011011 | 11 | 1100000 | 0 | 1110 | 100101010 | 1011100 | 101101 |
Color Harmonies of #D509DB
Complementary color
Monochromatic Colors of #D509DB
Black with #D509DB
Text Example
Text Example
White with #D509DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509DB; }
p { color: rgb(213,9,219); }
H1.HeaderClassName
{
color: #D509DB;
}
.AnyTagClassName
{
color: #D509DB;
}
</style>
background-color css
<style>
a { background-color: #D509DB; }
a { background-color: rgb(213,9,219); }
div.DivClassName
{
background-color: #D509DB;
}
.BgClassName
{
background-color: #D509DB;
}
</style>
border-color css
<style>
span { border-color: #D509DB; }
span { border-color: rgb(213,9,219); }
td.TdClassName
{
border-color: #D509DB;
}
.TagClassName
{
border-color: #D509DB;
}
</style>