Shades of Deep Magenta #DA07DB
Tints of Deep Magenta #DA07DB
RGB
CMYK
RGB Variations
Color information
#DA07DB (or 0xDA07DB) is known color: Deep Magenta. HEX triplet: DA, 07 and DB. RGB value is (218,7,219). Sum of RGB (Red+Green+Blue) = 218+7+219=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 7 (3.12% from 255 or 1.58% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07DB is #25F824. Grayscale: #5D5D5D. Windows color (decimal): -2488357 or 14354394. OLE color: 14354394.
HSL color Cylindrical-coordinate representation of color #DA07DB: hue angle of 299.72º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA07DB is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 7 | 219 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.14 |
| HSL | 299.72º | 0.94% | 0.44% | - |
| HSV(B) | 299.72º | 0.97% | 0.86% | - |
| XYZ | 41.78 | 20.17 | 68.71 | - |
| YUV | 94.26 | 198.4 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 219 | 0.00 | 0.97 | 0 | 0.14 | 299.72 | 0.94 | 0.44 |
| Hex | DA | 7 | DB | 0 | 61 | 0 | E | 12C | 5E | 2C |
| Octal | 332 | 7 | 333 | 0 | 141 | 0 | 16 | 454 | 136 | 54 |
| Binary | 11011010 | 111 | 11011011 | 0 | 1100001 | 0 | 1110 | 100101100 | 1011110 | 101100 |
Color Harmonies of #DA07DB
Complementary color
Monochromatic Colors of #DA07DB
Black with #DA07DB
Text Example
Text Example
White with #DA07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07DB; }
p { color: rgb(218,7,219); }
H1.HeaderClassName
{
color: #DA07DB;
}
.AnyTagClassName
{
color: #DA07DB;
}
</style>
background-color css
<style>
a { background-color: #DA07DB; }
a { background-color: rgb(218,7,219); }
div.DivClassName
{
background-color: #DA07DB;
}
.BgClassName
{
background-color: #DA07DB;
}
</style>
border-color css
<style>
span { border-color: #DA07DB; }
span { border-color: rgb(218,7,219); }
td.TdClassName
{
border-color: #DA07DB;
}
.TagClassName
{
border-color: #DA07DB;
}
</style>