Shades of Deep Magenta #DA03DB
Tints of Deep Magenta #DA03DB
RGB
CMYK
RGB Variations
Color information
#DA03DB (or 0xDA03DB) is known color: Deep Magenta. HEX triplet: DA, 03 and DB. RGB value is (218,3,219). Sum of RGB (Red+Green+Blue) = 218+3+219=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA03DB is #25FC24. Grayscale: #5B5B5B. Windows color (decimal): -2489381 or 14353370. OLE color: 14353370.
HSL color Cylindrical-coordinate representation of color #DA03DB: hue angle of 299.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA03DB is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 3 | 219 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.14 |
| HSL | 299.72º | 0.97% | 0.44% | - |
| HSV(B) | 299.72º | 0.99% | 0.86% | - |
| XYZ | 41.73 | 20.09 | 68.7 | - |
| YUV | 91.91 | 199.73 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 219 | 0.00 | 0.99 | 0 | 0.14 | 299.72 | 0.97 | 0.44 |
| Hex | DA | 3 | DB | 0 | 63 | 0 | E | 12C | 61 | 2C |
| Octal | 332 | 3 | 333 | 0 | 143 | 0 | 16 | 454 | 141 | 54 |
| Binary | 11011010 | 11 | 11011011 | 0 | 1100011 | 0 | 1110 | 100101100 | 1100001 | 101100 |
Color Harmonies of #DA03DB
Complementary color
Monochromatic Colors of #DA03DB
Black with #DA03DB
Text Example
Text Example
White with #DA03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03DB; }
p { color: rgb(218,3,219); }
H1.HeaderClassName
{
color: #DA03DB;
}
.AnyTagClassName
{
color: #DA03DB;
}
</style>
background-color css
<style>
a { background-color: #DA03DB; }
a { background-color: rgb(218,3,219); }
div.DivClassName
{
background-color: #DA03DB;
}
.BgClassName
{
background-color: #DA03DB;
}
</style>
border-color css
<style>
span { border-color: #DA03DB; }
span { border-color: rgb(218,3,219); }
td.TdClassName
{
border-color: #DA03DB;
}
.TagClassName
{
border-color: #DA03DB;
}
</style>