Shades of Deep Magenta #DA0FD1
Tints of Deep Magenta #DA0FD1
RGB
CMYK
RGB Variations
Color information
#DA0FD1 (or 0xDA0FD1) is known color: Deep Magenta. HEX triplet: DA, 0F and D1. RGB value is (218,15,209). Sum of RGB (Red+Green+Blue) = 218+15+209=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FD1 is #25F02E. Grayscale: #616161. Windows color (decimal): -2486319 or 13701082. OLE color: 13701082.
HSL color Cylindrical-coordinate representation of color #DA0FD1: hue angle of 302.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0FD1 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 209 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.15 |
| HSL | 302.66º | 0.87% | 0.46% | - |
| HSV(B) | 302.66º | 0.93% | 0.85% | - |
| XYZ | 40.59 | 19.85 | 62.01 | - |
| YUV | 97.81 | 190.75 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 209 | 0 | 0.93 | 0.04 | 0.15 | 302.66 | 0.87 | 0.46 |
| Hex | DA | F | D1 | 0 | 5D | 4 | F | 12F | 57 | 2E |
| Octal | 332 | 17 | 321 | 0 | 135 | 4 | 17 | 457 | 127 | 56 |
| Binary | 11011010 | 1111 | 11010001 | 0 | 1011101 | 100 | 1111 | 100101111 | 1010111 | 101110 |
Color Harmonies of #DA0FD1
Complementary color
Monochromatic Colors of #DA0FD1
Black with #DA0FD1
Text Example
Text Example
White with #DA0FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FD1; }
p { color: rgb(218,15,209); }
H1.HeaderClassName
{
color: #DA0FD1;
}
.AnyTagClassName
{
color: #DA0FD1;
}
</style>
background-color css
<style>
a { background-color: #DA0FD1; }
a { background-color: rgb(218,15,209); }
div.DivClassName
{
background-color: #DA0FD1;
}
.BgClassName
{
background-color: #DA0FD1;
}
</style>
border-color css
<style>
span { border-color: #DA0FD1; }
span { border-color: rgb(218,15,209); }
td.TdClassName
{
border-color: #DA0FD1;
}
.TagClassName
{
border-color: #DA0FD1;
}
</style>