Shades of Deep Magenta #DA0DDF
Tints of Deep Magenta #DA0DDF
RGB
CMYK
RGB Variations
Color information
#DA0DDF (or 0xDA0DDF) is known color: Deep Magenta. HEX triplet: DA, 0D and DF. RGB value is (218,13,223). Sum of RGB (Red+Green+Blue) = 218+13+223=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA0DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DDF is #25F220. Grayscale: #616161. Windows color (decimal): -2486817 or 14618074. OLE color: 14618074.
HSL color Cylindrical-coordinate representation of color #DA0DDF: hue angle of 298.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DDF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 13 | 223 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.13 |
| HSL | 298.57º | 0.89% | 0.46% | - |
| HSV(B) | 298.57º | 0.94% | 0.87% | - |
| XYZ | 42.38 | 20.52 | 71.54 | - |
| YUV | 98.24 | 198.42 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 223 | 0.02 | 0.94 | 0 | 0.13 | 298.57 | 0.89 | 0.46 |
| Hex | DA | D | DF | 2 | 5E | 0 | D | 12B | 59 | 2E |
| Octal | 332 | 15 | 337 | 2 | 136 | 0 | 15 | 453 | 131 | 56 |
| Binary | 11011010 | 1101 | 11011111 | 10 | 1011110 | 0 | 1101 | 100101011 | 1011001 | 101110 |
Color Harmonies of #DA0DDF
Complementary color
Monochromatic Colors of #DA0DDF
Black with #DA0DDF
Text Example
Text Example
White with #DA0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DDF; }
p { color: rgb(218,13,223); }
H1.HeaderClassName
{
color: #DA0DDF;
}
.AnyTagClassName
{
color: #DA0DDF;
}
</style>
background-color css
<style>
a { background-color: #DA0DDF; }
a { background-color: rgb(218,13,223); }
div.DivClassName
{
background-color: #DA0DDF;
}
.BgClassName
{
background-color: #DA0DDF;
}
</style>
border-color css
<style>
span { border-color: #DA0DDF; }
span { border-color: rgb(218,13,223); }
td.TdClassName
{
border-color: #DA0DDF;
}
.TagClassName
{
border-color: #DA0DDF;
}
</style>