Shades of Deep Magenta #DA0FD0
Tints of Deep Magenta #DA0FD0
RGB
CMYK
RGB Variations
Color information
#DA0FD0 (or 0xDA0FD0) is known color: Deep Magenta. HEX triplet: DA, 0F and D0. RGB value is (218,15,208). Sum of RGB (Red+Green+Blue) = 218+15+208=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FD0 is #25F02F. Grayscale: #616161. Windows color (decimal): -2486320 or 13635546. OLE color: 13635546.
HSL color Cylindrical-coordinate representation of color #DA0FD0: hue angle of 302.96º 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 #DA0FD0 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 208 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.15 |
| HSL | 302.96º | 0.87% | 0.46% | - |
| HSV(B) | 302.96º | 0.93% | 0.85% | - |
| XYZ | 40.47 | 19.8 | 61.36 | - |
| YUV | 97.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 208 | 0 | 0.93 | 0.05 | 0.15 | 302.96 | 0.87 | 0.46 |
| Hex | DA | F | D0 | 0 | 5D | 5 | F | 12F | 57 | 2E |
| Octal | 332 | 17 | 320 | 0 | 135 | 5 | 17 | 457 | 127 | 56 |
| Binary | 11011010 | 1111 | 11010000 | 0 | 1011101 | 101 | 1111 | 100101111 | 1010111 | 101110 |
Color Harmonies of #DA0FD0
Complementary color
Monochromatic Colors of #DA0FD0
Black with #DA0FD0
Text Example
Text Example
White with #DA0FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FD0; }
p { color: rgb(218,15,208); }
H1.HeaderClassName
{
color: #DA0FD0;
}
.AnyTagClassName
{
color: #DA0FD0;
}
</style>
background-color css
<style>
a { background-color: #DA0FD0; }
a { background-color: rgb(218,15,208); }
div.DivClassName
{
background-color: #DA0FD0;
}
.BgClassName
{
background-color: #DA0FD0;
}
</style>
border-color css
<style>
span { border-color: #DA0FD0; }
span { border-color: rgb(218,15,208); }
td.TdClassName
{
border-color: #DA0FD0;
}
.TagClassName
{
border-color: #DA0FD0;
}
</style>