Shades of Deep Magenta #DA28DC
Tints of Deep Magenta #DA28DC
RGB
CMYK
RGB Variations
Color information
#DA28DC (or 0xDA28DC) is known color: Deep Magenta. HEX triplet: DA, 28 and DC. RGB value is (218,40,220). Sum of RGB (Red+Green+Blue) = 218+40+220=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28DC is #25D723. Grayscale: #717171. Windows color (decimal): -2479908 or 14428378. OLE color: 14428378.
HSL color Cylindrical-coordinate representation of color #DA28DC: hue angle of 299.33º degrees, saturation: 0.72, 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 #DA28DC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 40 | 220 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.14 |
| HSL | 299.33º | 0.72% | 0.51% | - |
| HSV(B) | 299.33º | 0.82% | 0.86% | - |
| XYZ | 42.59 | 21.59 | 69.63 | - |
| YUV | 113.74 | 187.97 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 220 | 0.01 | 0.82 | 0 | 0.14 | 299.33 | 0.72 | 0.51 |
| Hex | DA | 28 | DC | 1 | 52 | 0 | E | 12B | 48 | 33 |
| Octal | 332 | 50 | 334 | 1 | 122 | 0 | 16 | 453 | 110 | 63 |
| Binary | 11011010 | 101000 | 11011100 | 1 | 1010010 | 0 | 1110 | 100101011 | 1001000 | 110011 |
Color Harmonies of #DA28DC
Complementary color
Monochromatic Colors of #DA28DC
Black with #DA28DC
Text Example
Text Example
White with #DA28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28DC; }
p { color: rgb(218,40,220); }
H1.HeaderClassName
{
color: #DA28DC;
}
.AnyTagClassName
{
color: #DA28DC;
}
</style>
background-color css
<style>
a { background-color: #DA28DC; }
a { background-color: rgb(218,40,220); }
div.DivClassName
{
background-color: #DA28DC;
}
.BgClassName
{
background-color: #DA28DC;
}
</style>
border-color css
<style>
span { border-color: #DA28DC; }
span { border-color: rgb(218,40,220); }
td.TdClassName
{
border-color: #DA28DC;
}
.TagClassName
{
border-color: #DA28DC;
}
</style>