Shades of Deep Magenta #DA01DE
Tints of Deep Magenta #DA01DE
RGB
CMYK
RGB Variations
Color information
#DA01DE (or 0xDA01DE) is known color: Deep Magenta. HEX triplet: DA, 01 and DE. RGB value is (218,1,222). Sum of RGB (Red+Green+Blue) = 218+1+222=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA01DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01DE is #25FE21. Grayscale: #5A5A5A. Windows color (decimal): -2489890 or 14549466. OLE color: 14549466.
HSL color Cylindrical-coordinate representation of color #DA01DE: hue angle of 298.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01DE is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 1 | 222 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.13 |
| HSL | 298.91º | 0.99% | 0.44% | - |
| HSV(B) | 298.91º | 1% | 0.87% | - |
| XYZ | 42.11 | 20.2 | 70.79 | - |
| YUV | 91.08 | 201.89 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 222 | 0.02 | 1.00 | 0 | 0.13 | 298.91 | 0.99 | 0.44 |
| Hex | DA | 1 | DE | 2 | 64 | 0 | D | 12B | 63 | 2C |
| Octal | 332 | 1 | 336 | 2 | 144 | 0 | 15 | 453 | 143 | 54 |
| Binary | 11011010 | 1 | 11011110 | 10 | 1100100 | 0 | 1101 | 100101011 | 1100011 | 101100 |
Color Harmonies of #DA01DE
Complementary color
Monochromatic Colors of #DA01DE
Black with #DA01DE
Text Example
Text Example
White with #DA01DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01DE; }
p { color: rgb(218,1,222); }
H1.HeaderClassName
{
color: #DA01DE;
}
.AnyTagClassName
{
color: #DA01DE;
}
</style>
background-color css
<style>
a { background-color: #DA01DE; }
a { background-color: rgb(218,1,222); }
div.DivClassName
{
background-color: #DA01DE;
}
.BgClassName
{
background-color: #DA01DE;
}
</style>
border-color css
<style>
span { border-color: #DA01DE; }
span { border-color: rgb(218,1,222); }
td.TdClassName
{
border-color: #DA01DE;
}
.TagClassName
{
border-color: #DA01DE;
}
</style>