Shades of Deep Magenta #DA28D3
Tints of Deep Magenta #DA28D3
RGB
CMYK
RGB Variations
Color information
#DA28D3 (or 0xDA28D3) is known color: Deep Magenta. HEX triplet: DA, 28 and D3. RGB value is (218,40,211). Sum of RGB (Red+Green+Blue) = 218+40+211=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28D3 is #25D72C. Grayscale: #707070. Windows color (decimal): -2479917 or 13838554. OLE color: 13838554.
HSL color Cylindrical-coordinate representation of color #DA28D3: hue angle of 302.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28D3 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 211 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.15 |
| HSL | 302.36º | 0.71% | 0.51% | - |
| HSV(B) | 302.36º | 0.82% | 0.85% | - |
| XYZ | 41.43 | 21.13 | 63.52 | - |
| YUV | 112.72 | 183.47 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 211 | 0 | 0.82 | 0.03 | 0.15 | 302.36 | 0.71 | 0.51 |
| Hex | DA | 28 | D3 | 0 | 52 | 3 | F | 12E | 47 | 33 |
| Octal | 332 | 50 | 323 | 0 | 122 | 3 | 17 | 456 | 107 | 63 |
| Binary | 11011010 | 101000 | 11010011 | 0 | 1010010 | 11 | 1111 | 100101110 | 1000111 | 110011 |
Color Harmonies of #DA28D3
Complementary color
Monochromatic Colors of #DA28D3
Black with #DA28D3
Text Example
Text Example
White with #DA28D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28D3; }
p { color: rgb(218,40,211); }
H1.HeaderClassName
{
color: #DA28D3;
}
.AnyTagClassName
{
color: #DA28D3;
}
</style>
background-color css
<style>
a { background-color: #DA28D3; }
a { background-color: rgb(218,40,211); }
div.DivClassName
{
background-color: #DA28D3;
}
.BgClassName
{
background-color: #DA28D3;
}
</style>
border-color css
<style>
span { border-color: #DA28D3; }
span { border-color: rgb(218,40,211); }
td.TdClassName
{
border-color: #DA28D3;
}
.TagClassName
{
border-color: #DA28D3;
}
</style>