Shades of Deep Magenta #DA1ADF
Tints of Deep Magenta #DA1ADF
RGB
CMYK
RGB Variations
Color information
#DA1ADF (or 0xDA1ADF) is known color: Deep Magenta. HEX triplet: DA, 1A and DF. RGB value is (218,26,223). Sum of RGB (Red+Green+Blue) = 218+26+223=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA1ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ADF is #25E520. Grayscale: #696969. Windows color (decimal): -2483489 or 14621402. OLE color: 14621402.
HSL color Cylindrical-coordinate representation of color #DA1ADF: hue angle of 298.48º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1ADF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 26 | 223 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.13 |
| HSL | 298.48º | 0.79% | 0.49% | - |
| HSV(B) | 298.48º | 0.88% | 0.87% | - |
| XYZ | 42.6 | 20.97 | 71.61 | - |
| YUV | 105.87 | 194.11 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 223 | 0.02 | 0.88 | 0 | 0.13 | 298.48 | 0.79 | 0.49 |
| Hex | DA | 1A | DF | 2 | 58 | 0 | D | 12A | 4F | 31 |
| Octal | 332 | 32 | 337 | 2 | 130 | 0 | 15 | 452 | 117 | 61 |
| Binary | 11011010 | 11010 | 11011111 | 10 | 1011000 | 0 | 1101 | 100101010 | 1001111 | 110001 |
Color Harmonies of #DA1ADF
Complementary color
Monochromatic Colors of #DA1ADF
Black with #DA1ADF
Text Example
Text Example
White with #DA1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1ADF; }
p { color: rgb(218,26,223); }
H1.HeaderClassName
{
color: #DA1ADF;
}
.AnyTagClassName
{
color: #DA1ADF;
}
</style>
background-color css
<style>
a { background-color: #DA1ADF; }
a { background-color: rgb(218,26,223); }
div.DivClassName
{
background-color: #DA1ADF;
}
.BgClassName
{
background-color: #DA1ADF;
}
</style>
border-color css
<style>
span { border-color: #DA1ADF; }
span { border-color: rgb(218,26,223); }
td.TdClassName
{
border-color: #DA1ADF;
}
.TagClassName
{
border-color: #DA1ADF;
}
</style>