Shades of Deep Magenta #DA28DB
Tints of Deep Magenta #DA28DB
RGB
CMYK
RGB Variations
Color information
#DA28DB (or 0xDA28DB) is known color: Deep Magenta. HEX triplet: DA, 28 and DB. RGB value is (218,40,219). Sum of RGB (Red+Green+Blue) = 218+40+219=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28DB is #25D724. Grayscale: #717171. Windows color (decimal): -2479909 or 14362842. OLE color: 14362842.
HSL color Cylindrical-coordinate representation of color #DA28DB: hue angle of 299.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28DB is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 40 | 219 | - |
| CMYK | 0.00 | 0.82 | 0 | 0.14 |
| HSL | 299.66º | 0.71% | 0.51% | - |
| HSV(B) | 299.66º | 0.82% | 0.86% | - |
| XYZ | 42.46 | 21.54 | 68.94 | - |
| YUV | 113.63 | 187.47 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 219 | 0.00 | 0.82 | 0 | 0.14 | 299.66 | 0.71 | 0.51 |
| Hex | DA | 28 | DB | 0 | 52 | 0 | E | 12C | 47 | 33 |
| Octal | 332 | 50 | 333 | 0 | 122 | 0 | 16 | 454 | 107 | 63 |
| Binary | 11011010 | 101000 | 11011011 | 0 | 1010010 | 0 | 1110 | 100101100 | 1000111 | 110011 |
Color Harmonies of #DA28DB
Complementary color
Monochromatic Colors of #DA28DB
Black with #DA28DB
Text Example
Text Example
White with #DA28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28DB; }
p { color: rgb(218,40,219); }
H1.HeaderClassName
{
color: #DA28DB;
}
.AnyTagClassName
{
color: #DA28DB;
}
</style>
background-color css
<style>
a { background-color: #DA28DB; }
a { background-color: rgb(218,40,219); }
div.DivClassName
{
background-color: #DA28DB;
}
.BgClassName
{
background-color: #DA28DB;
}
</style>
border-color css
<style>
span { border-color: #DA28DB; }
span { border-color: rgb(218,40,219); }
td.TdClassName
{
border-color: #DA28DB;
}
.TagClassName
{
border-color: #DA28DB;
}
</style>