Shades of Deep Magenta #DA28DD
Tints of Deep Magenta #DA28DD
RGB
CMYK
RGB Variations
Color information
#DA28DD (or 0xDA28DD) is known color: Deep Magenta. HEX triplet: DA, 28 and DD. RGB value is (218,40,221). Sum of RGB (Red+Green+Blue) = 218+40+221=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28DD is #25D722. Grayscale: #717171. Windows color (decimal): -2479907 or 14493914. OLE color: 14493914.
HSL color Cylindrical-coordinate representation of color #DA28DD: hue angle of 299.01º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28DD is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 40 | 221 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.13 |
| HSL | 299.01º | 0.73% | 0.51% | - |
| HSV(B) | 299.01º | 0.82% | 0.87% | - |
| XYZ | 42.72 | 21.64 | 70.33 | - |
| YUV | 113.86 | 188.47 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 221 | 0.01 | 0.82 | 0 | 0.13 | 299.01 | 0.73 | 0.51 |
| Hex | DA | 28 | DD | 1 | 52 | 0 | D | 12B | 49 | 33 |
| Octal | 332 | 50 | 335 | 1 | 122 | 0 | 15 | 453 | 111 | 63 |
| Binary | 11011010 | 101000 | 11011101 | 1 | 1010010 | 0 | 1101 | 100101011 | 1001001 | 110011 |
Color Harmonies of #DA28DD
Complementary color
Monochromatic Colors of #DA28DD
Black with #DA28DD
Text Example
Text Example
White with #DA28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28DD; }
p { color: rgb(218,40,221); }
H1.HeaderClassName
{
color: #DA28DD;
}
.AnyTagClassName
{
color: #DA28DD;
}
</style>
background-color css
<style>
a { background-color: #DA28DD; }
a { background-color: rgb(218,40,221); }
div.DivClassName
{
background-color: #DA28DD;
}
.BgClassName
{
background-color: #DA28DD;
}
</style>
border-color css
<style>
span { border-color: #DA28DD; }
span { border-color: rgb(218,40,221); }
td.TdClassName
{
border-color: #DA28DD;
}
.TagClassName
{
border-color: #DA28DD;
}
</style>