Shades of Deep Magenta #DA1EDF
Tints of Deep Magenta #DA1EDF
RGB
CMYK
RGB Variations
Color information
#DA1EDF (or 0xDA1EDF) is known color: Deep Magenta. HEX triplet: DA, 1E and DF. RGB value is (218,30,223). Sum of RGB (Red+Green+Blue) = 218+30+223=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA1EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1EDF is #25E120. Grayscale: #6B6B6B. Windows color (decimal): -2482465 or 14622426. OLE color: 14622426.
HSL color Cylindrical-coordinate representation of color #DA1EDF: hue angle of 298.45º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1EDF is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 30 | 223 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.13 |
| HSL | 298.45º | 0.76% | 0.5% | - |
| HSV(B) | 298.45º | 0.87% | 0.87% | - |
| XYZ | 42.7 | 21.16 | 71.65 | - |
| YUV | 108.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 223 | 0.02 | 0.87 | 0 | 0.13 | 298.45 | 0.76 | 0.5 |
| Hex | DA | 1E | DF | 2 | 57 | 0 | D | 12A | 4C | 32 |
| Octal | 332 | 36 | 337 | 2 | 127 | 0 | 15 | 452 | 114 | 62 |
| Binary | 11011010 | 11110 | 11011111 | 10 | 1010111 | 0 | 1101 | 100101010 | 1001100 | 110010 |
Color Harmonies of #DA1EDF
Complementary color
Monochromatic Colors of #DA1EDF
Black with #DA1EDF
Text Example
Text Example
White with #DA1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1EDF; }
p { color: rgb(218,30,223); }
H1.HeaderClassName
{
color: #DA1EDF;
}
.AnyTagClassName
{
color: #DA1EDF;
}
</style>
background-color css
<style>
a { background-color: #DA1EDF; }
a { background-color: rgb(218,30,223); }
div.DivClassName
{
background-color: #DA1EDF;
}
.BgClassName
{
background-color: #DA1EDF;
}
</style>
border-color css
<style>
span { border-color: #DA1EDF; }
span { border-color: rgb(218,30,223); }
td.TdClassName
{
border-color: #DA1EDF;
}
.TagClassName
{
border-color: #DA1EDF;
}
</style>