Shades of Deep Magenta #DA20DF
Tints of Deep Magenta #DA20DF
RGB
CMYK
RGB Variations
Color information
#DA20DF (or 0xDA20DF) is known color: Deep Magenta. HEX triplet: DA, 20 and DF. RGB value is (218,32,223). Sum of RGB (Red+Green+Blue) = 218+32+223=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20DF is #25DF20. Grayscale: #6C6C6C. Windows color (decimal): -2481953 or 14622938. OLE color: 14622938.
HSL color Cylindrical-coordinate representation of color #DA20DF: hue angle of 298.43º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA20DF is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 32 | 223 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.13 |
| HSL | 298.43º | 0.75% | 0.5% | - |
| HSV(B) | 298.43º | 0.86% | 0.87% | - |
| XYZ | 42.75 | 21.27 | 71.66 | - |
| YUV | 109.39 | 192.12 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 223 | 0.02 | 0.86 | 0 | 0.13 | 298.43 | 0.75 | 0.5 |
| Hex | DA | 20 | DF | 2 | 56 | 0 | D | 12A | 4B | 32 |
| Octal | 332 | 40 | 337 | 2 | 126 | 0 | 15 | 452 | 113 | 62 |
| Binary | 11011010 | 100000 | 11011111 | 10 | 1010110 | 0 | 1101 | 100101010 | 1001011 | 110010 |
Color Harmonies of #DA20DF
Complementary color
Monochromatic Colors of #DA20DF
Black with #DA20DF
Text Example
Text Example
White with #DA20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20DF; }
p { color: rgb(218,32,223); }
H1.HeaderClassName
{
color: #DA20DF;
}
.AnyTagClassName
{
color: #DA20DF;
}
</style>
background-color css
<style>
a { background-color: #DA20DF; }
a { background-color: rgb(218,32,223); }
div.DivClassName
{
background-color: #DA20DF;
}
.BgClassName
{
background-color: #DA20DF;
}
</style>
border-color css
<style>
span { border-color: #DA20DF; }
span { border-color: rgb(218,32,223); }
td.TdClassName
{
border-color: #DA20DF;
}
.TagClassName
{
border-color: #DA20DF;
}
</style>