Shades of Deep Magenta #D209DB
Tints of Deep Magenta #D209DB
RGB
CMYK
RGB Variations
Color information
#D209DB (or 0xD209DB) is known color: Deep Magenta. HEX triplet: D2, 09 and DB. RGB value is (210,9,219). Sum of RGB (Red+Green+Blue) = 210+9+219=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #D209DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209DB is #2DF624. Grayscale: #5C5C5C. Windows color (decimal): -3012133 or 14354898. OLE color: 14354898.
HSL color Cylindrical-coordinate representation of color #D209DB: hue angle of 297.43º 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 #D209DB is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 9 | 219 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.14 |
| HSL | 297.43º | 0.92% | 0.45% | - |
| HSV(B) | 297.43º | 0.96% | 0.86% | - |
| XYZ | 39.46 | 19.01 | 68.61 | - |
| YUV | 93.04 | 199.09 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 219 | 0.04 | 0.96 | 0 | 0.14 | 297.43 | 0.92 | 0.45 |
| Hex | D2 | 9 | DB | 4 | 60 | 0 | E | 129 | 5C | 2D |
| Octal | 322 | 11 | 333 | 4 | 140 | 0 | 16 | 451 | 134 | 55 |
| Binary | 11010010 | 1001 | 11011011 | 100 | 1100000 | 0 | 1110 | 100101001 | 1011100 | 101101 |
Color Harmonies of #D209DB
Complementary color
Monochromatic Colors of #D209DB
Black with #D209DB
Text Example
Text Example
White with #D209DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209DB; }
p { color: rgb(210,9,219); }
H1.HeaderClassName
{
color: #D209DB;
}
.AnyTagClassName
{
color: #D209DB;
}
</style>
background-color css
<style>
a { background-color: #D209DB; }
a { background-color: rgb(210,9,219); }
div.DivClassName
{
background-color: #D209DB;
}
.BgClassName
{
background-color: #D209DB;
}
</style>
border-color css
<style>
span { border-color: #D209DB; }
span { border-color: rgb(210,9,219); }
td.TdClassName
{
border-color: #D209DB;
}
.TagClassName
{
border-color: #D209DB;
}
</style>