Shades of Deep Magenta #DA0DB5
Tints of Deep Magenta #DA0DB5
RGB
CMYK
RGB Variations
Color information
#DA0DB5 (or 0xDA0DB5) is known color: Deep Magenta. HEX triplet: DA, 0D and B5. RGB value is (218,13,181). Sum of RGB (Red+Green+Blue) = 218+13+181=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DB5 is #25F24A. Grayscale: #5C5C5C. Windows color (decimal): -2486859 or 11865562. OLE color: 11865562.
HSL color Cylindrical-coordinate representation of color #DA0DB5: hue angle of 310.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DB5 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 181 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.15 |
| HSL | 310.83º | 0.89% | 0.45% | - |
| HSV(B) | 310.83º | 0.94% | 0.85% | - |
| XYZ | 37.4 | 18.53 | 45.32 | - |
| YUV | 93.45 | 177.42 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 181 | 0 | 0.94 | 0.17 | 0.15 | 310.83 | 0.89 | 0.45 |
| Hex | DA | D | B5 | 0 | 5E | 11 | F | 137 | 59 | 2D |
| Octal | 332 | 15 | 265 | 0 | 136 | 21 | 17 | 467 | 131 | 55 |
| Binary | 11011010 | 1101 | 10110101 | 0 | 1011110 | 10001 | 1111 | 100110111 | 1011001 | 101101 |
Color Harmonies of #DA0DB5
Complementary color
Monochromatic Colors of #DA0DB5
Black with #DA0DB5
Text Example
Text Example
White with #DA0DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DB5; }
p { color: rgb(218,13,181); }
H1.HeaderClassName
{
color: #DA0DB5;
}
.AnyTagClassName
{
color: #DA0DB5;
}
</style>
background-color css
<style>
a { background-color: #DA0DB5; }
a { background-color: rgb(218,13,181); }
div.DivClassName
{
background-color: #DA0DB5;
}
.BgClassName
{
background-color: #DA0DB5;
}
</style>
border-color css
<style>
span { border-color: #DA0DB5; }
span { border-color: rgb(218,13,181); }
td.TdClassName
{
border-color: #DA0DB5;
}
.TagClassName
{
border-color: #DA0DB5;
}
</style>