Shades of Deep Magenta #DA20DB
Tints of Deep Magenta #DA20DB
RGB
CMYK
RGB Variations
Color information
#DA20DB (or 0xDA20DB) is known color: Deep Magenta. HEX triplet: DA, 20 and DB. RGB value is (218,32,219). Sum of RGB (Red+Green+Blue) = 218+32+219=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20DB is #25DF24. Grayscale: #6C6C6C. Windows color (decimal): -2481957 or 14360794. OLE color: 14360794.
HSL color Cylindrical-coordinate representation of color #DA20DB: hue angle of 299.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA20DB is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 32 | 219 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.14 |
| HSL | 299.68º | 0.75% | 0.49% | - |
| HSV(B) | 299.68º | 0.85% | 0.86% | - |
| XYZ | 42.22 | 21.05 | 68.86 | - |
| YUV | 108.93 | 190.12 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 219 | 0.00 | 0.85 | 0 | 0.14 | 299.68 | 0.75 | 0.49 |
| Hex | DA | 20 | DB | 0 | 55 | 0 | E | 12C | 4B | 31 |
| Octal | 332 | 40 | 333 | 0 | 125 | 0 | 16 | 454 | 113 | 61 |
| Binary | 11011010 | 100000 | 11011011 | 0 | 1010101 | 0 | 1110 | 100101100 | 1001011 | 110001 |
Color Harmonies of #DA20DB
Complementary color
Monochromatic Colors of #DA20DB
Black with #DA20DB
Text Example
Text Example
White with #DA20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20DB; }
p { color: rgb(218,32,219); }
H1.HeaderClassName
{
color: #DA20DB;
}
.AnyTagClassName
{
color: #DA20DB;
}
</style>
background-color css
<style>
a { background-color: #DA20DB; }
a { background-color: rgb(218,32,219); }
div.DivClassName
{
background-color: #DA20DB;
}
.BgClassName
{
background-color: #DA20DB;
}
</style>
border-color css
<style>
span { border-color: #DA20DB; }
span { border-color: rgb(218,32,219); }
td.TdClassName
{
border-color: #DA20DB;
}
.TagClassName
{
border-color: #DA20DB;
}
</style>