Shades of Deep Magenta #DA1FDE
Tints of Deep Magenta #DA1FDE
RGB
CMYK
RGB Variations
Color information
#DA1FDE (or 0xDA1FDE) is known color: Deep Magenta. HEX triplet: DA, 1F and DE. RGB value is (218,31,222). Sum of RGB (Red+Green+Blue) = 218+31+222=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA1FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1FDE is #25E021. Grayscale: #6C6C6C. Windows color (decimal): -2482210 or 14557146. OLE color: 14557146.
HSL color Cylindrical-coordinate representation of color #DA1FDE: hue angle of 298.74º 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 #DA1FDE is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 31 | 222 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.13 |
| HSL | 298.74º | 0.75% | 0.5% | - |
| HSV(B) | 298.74º | 0.86% | 0.87% | - |
| XYZ | 42.59 | 21.16 | 70.95 | - |
| YUV | 108.69 | 191.95 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 222 | 0.02 | 0.86 | 0 | 0.13 | 298.74 | 0.75 | 0.5 |
| Hex | DA | 1F | DE | 2 | 56 | 0 | D | 12B | 4B | 32 |
| Octal | 332 | 37 | 336 | 2 | 126 | 0 | 15 | 453 | 113 | 62 |
| Binary | 11011010 | 11111 | 11011110 | 10 | 1010110 | 0 | 1101 | 100101011 | 1001011 | 110010 |
Color Harmonies of #DA1FDE
Complementary color
Monochromatic Colors of #DA1FDE
Black with #DA1FDE
Text Example
Text Example
White with #DA1FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FDE; }
p { color: rgb(218,31,222); }
H1.HeaderClassName
{
color: #DA1FDE;
}
.AnyTagClassName
{
color: #DA1FDE;
}
</style>
background-color css
<style>
a { background-color: #DA1FDE; }
a { background-color: rgb(218,31,222); }
div.DivClassName
{
background-color: #DA1FDE;
}
.BgClassName
{
background-color: #DA1FDE;
}
</style>
border-color css
<style>
span { border-color: #DA1FDE; }
span { border-color: rgb(218,31,222); }
td.TdClassName
{
border-color: #DA1FDE;
}
.TagClassName
{
border-color: #DA1FDE;
}
</style>