Shades of Deep Magenta #DA09DB
Tints of Deep Magenta #DA09DB
RGB
CMYK
RGB Variations
Color information
#DA09DB (or 0xDA09DB) is known color: Deep Magenta. HEX triplet: DA, 09 and DB. RGB value is (218,9,219). Sum of RGB (Red+Green+Blue) = 218+9+219=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09DB is #25F624. Grayscale: #5E5E5E. Windows color (decimal): -2487845 or 14354906. OLE color: 14354906.
HSL color Cylindrical-coordinate representation of color #DA09DB: hue angle of 299.71º 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 #DA09DB is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 9 | 219 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.14 |
| HSL | 299.71º | 0.92% | 0.45% | - |
| HSV(B) | 299.71º | 0.96% | 0.86% | - |
| XYZ | 41.8 | 20.22 | 68.72 | - |
| YUV | 95.43 | 197.74 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 219 | 0.00 | 0.96 | 0 | 0.14 | 299.71 | 0.92 | 0.45 |
| Hex | DA | 9 | DB | 0 | 60 | 0 | E | 12C | 5C | 2D |
| Octal | 332 | 11 | 333 | 0 | 140 | 0 | 16 | 454 | 134 | 55 |
| Binary | 11011010 | 1001 | 11011011 | 0 | 1100000 | 0 | 1110 | 100101100 | 1011100 | 101101 |
Color Harmonies of #DA09DB
Complementary color
Monochromatic Colors of #DA09DB
Black with #DA09DB
Text Example
Text Example
White with #DA09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09DB; }
p { color: rgb(218,9,219); }
H1.HeaderClassName
{
color: #DA09DB;
}
.AnyTagClassName
{
color: #DA09DB;
}
</style>
background-color css
<style>
a { background-color: #DA09DB; }
a { background-color: rgb(218,9,219); }
div.DivClassName
{
background-color: #DA09DB;
}
.BgClassName
{
background-color: #DA09DB;
}
</style>
border-color css
<style>
span { border-color: #DA09DB; }
span { border-color: rgb(218,9,219); }
td.TdClassName
{
border-color: #DA09DB;
}
.TagClassName
{
border-color: #DA09DB;
}
</style>