Shades of Deep Magenta #DA0FDD
Tints of Deep Magenta #DA0FDD
RGB
CMYK
RGB Variations
Color information
#DA0FDD (or 0xDA0FDD) is known color: Deep Magenta. HEX triplet: DA, 0F and DD. RGB value is (218,15,221). Sum of RGB (Red+Green+Blue) = 218+15+221=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FDD is #25F022. Grayscale: #626262. Windows color (decimal): -2486307 or 14487514. OLE color: 14487514.
HSL color Cylindrical-coordinate representation of color #DA0FDD: hue angle of 299.13º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0FDD is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 15 | 221 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.13 |
| HSL | 299.13º | 0.87% | 0.46% | - |
| HSV(B) | 299.13º | 0.93% | 0.87% | - |
| XYZ | 42.14 | 20.47 | 70.14 | - |
| YUV | 99.18 | 196.75 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 221 | 0.01 | 0.93 | 0 | 0.13 | 299.13 | 0.87 | 0.46 |
| Hex | DA | F | DD | 1 | 5D | 0 | D | 12B | 57 | 2E |
| Octal | 332 | 17 | 335 | 1 | 135 | 0 | 15 | 453 | 127 | 56 |
| Binary | 11011010 | 1111 | 11011101 | 1 | 1011101 | 0 | 1101 | 100101011 | 1010111 | 101110 |
Color Harmonies of #DA0FDD
Complementary color
Monochromatic Colors of #DA0FDD
Black with #DA0FDD
Text Example
Text Example
White with #DA0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FDD; }
p { color: rgb(218,15,221); }
H1.HeaderClassName
{
color: #DA0FDD;
}
.AnyTagClassName
{
color: #DA0FDD;
}
</style>
background-color css
<style>
a { background-color: #DA0FDD; }
a { background-color: rgb(218,15,221); }
div.DivClassName
{
background-color: #DA0FDD;
}
.BgClassName
{
background-color: #DA0FDD;
}
</style>
border-color css
<style>
span { border-color: #DA0FDD; }
span { border-color: rgb(218,15,221); }
td.TdClassName
{
border-color: #DA0FDD;
}
.TagClassName
{
border-color: #DA0FDD;
}
</style>