Shades of Deep Magenta #DA04DB
Tints of Deep Magenta #DA04DB
RGB
CMYK
RGB Variations
Color information
#DA04DB (or 0xDA04DB) is known color: Deep Magenta. HEX triplet: DA, 04 and DB. RGB value is (218,4,219). Sum of RGB (Red+Green+Blue) = 218+4+219=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 4 (1.95% from 255 or 0.91% 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 #DA04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04DB is #25FB24. Grayscale: #5B5B5B. Windows color (decimal): -2489125 or 14353626. OLE color: 14353626.
HSL color Cylindrical-coordinate representation of color #DA04DB: hue angle of 299.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA04DB is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 4 | 219 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.14 |
| HSL | 299.72º | 0.96% | 0.44% | - |
| HSV(B) | 299.72º | 0.98% | 0.86% | - |
| XYZ | 41.74 | 20.11 | 68.7 | - |
| YUV | 92.5 | 199.4 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 219 | 0.00 | 0.98 | 0 | 0.14 | 299.72 | 0.96 | 0.44 |
| Hex | DA | 4 | DB | 0 | 62 | 0 | E | 12C | 60 | 2C |
| Octal | 332 | 4 | 333 | 0 | 142 | 0 | 16 | 454 | 140 | 54 |
| Binary | 11011010 | 100 | 11011011 | 0 | 1100010 | 0 | 1110 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DA04DB
Complementary color
Monochromatic Colors of #DA04DB
Black with #DA04DB
Text Example
Text Example
White with #DA04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04DB; }
p { color: rgb(218,4,219); }
H1.HeaderClassName
{
color: #DA04DB;
}
.AnyTagClassName
{
color: #DA04DB;
}
</style>
background-color css
<style>
a { background-color: #DA04DB; }
a { background-color: rgb(218,4,219); }
div.DivClassName
{
background-color: #DA04DB;
}
.BgClassName
{
background-color: #DA04DB;
}
</style>
border-color css
<style>
span { border-color: #DA04DB; }
span { border-color: rgb(218,4,219); }
td.TdClassName
{
border-color: #DA04DB;
}
.TagClassName
{
border-color: #DA04DB;
}
</style>