Shades of Deep Magenta #DA0FD5
Tints of Deep Magenta #DA0FD5
RGB
CMYK
RGB Variations
Color information
#DA0FD5 (or 0xDA0FD5) is known color: Deep Magenta. HEX triplet: DA, 0F and D5. RGB value is (218,15,213). Sum of RGB (Red+Green+Blue) = 218+15+213=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FD5 is #25F02A. Grayscale: #616161. Windows color (decimal): -2486315 or 13963226. OLE color: 13963226.
HSL color Cylindrical-coordinate representation of color #DA0FD5: hue angle of 301.48º 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 #DA0FD5 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 213 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.15 |
| HSL | 301.48º | 0.87% | 0.46% | - |
| HSV(B) | 301.48º | 0.93% | 0.85% | - |
| XYZ | 41.09 | 20.05 | 64.66 | - |
| YUV | 98.27 | 192.75 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 213 | 0 | 0.93 | 0.02 | 0.15 | 301.48 | 0.87 | 0.46 |
| Hex | DA | F | D5 | 0 | 5D | 2 | F | 12D | 57 | 2E |
| Octal | 332 | 17 | 325 | 0 | 135 | 2 | 17 | 455 | 127 | 56 |
| Binary | 11011010 | 1111 | 11010101 | 0 | 1011101 | 10 | 1111 | 100101101 | 1010111 | 101110 |
Color Harmonies of #DA0FD5
Complementary color
Monochromatic Colors of #DA0FD5
Black with #DA0FD5
Text Example
Text Example
White with #DA0FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FD5; }
p { color: rgb(218,15,213); }
H1.HeaderClassName
{
color: #DA0FD5;
}
.AnyTagClassName
{
color: #DA0FD5;
}
</style>
background-color css
<style>
a { background-color: #DA0FD5; }
a { background-color: rgb(218,15,213); }
div.DivClassName
{
background-color: #DA0FD5;
}
.BgClassName
{
background-color: #DA0FD5;
}
</style>
border-color css
<style>
span { border-color: #DA0FD5; }
span { border-color: rgb(218,15,213); }
td.TdClassName
{
border-color: #DA0FD5;
}
.TagClassName
{
border-color: #DA0FD5;
}
</style>