Shades of Deep Magenta #DA0DB4
Tints of Deep Magenta #DA0DB4
RGB
CMYK
RGB Variations
Color information
#DA0DB4 (or 0xDA0DB4) is known color: Deep Magenta. HEX triplet: DA, 0D and B4. RGB value is (218,13,180). Sum of RGB (Red+Green+Blue) = 218+13+180=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DB4 is #25F24B. Grayscale: #5C5C5C. Windows color (decimal): -2486860 or 11800026. OLE color: 11800026.
HSL color Cylindrical-coordinate representation of color #DA0DB4: hue angle of 311.12º 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 #DA0DB4 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 180 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.15 |
| HSL | 311.12º | 0.89% | 0.45% | - |
| HSV(B) | 311.12º | 0.94% | 0.85% | - |
| XYZ | 37.3 | 18.49 | 44.78 | - |
| YUV | 93.33 | 176.92 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 180 | 0 | 0.94 | 0.17 | 0.15 | 311.12 | 0.89 | 0.45 |
| Hex | DA | D | B4 | 0 | 5E | 11 | F | 137 | 59 | 2D |
| Octal | 332 | 15 | 264 | 0 | 136 | 21 | 17 | 467 | 131 | 55 |
| Binary | 11011010 | 1101 | 10110100 | 0 | 1011110 | 10001 | 1111 | 100110111 | 1011001 | 101101 |
Color Harmonies of #DA0DB4
Complementary color
Monochromatic Colors of #DA0DB4
Black with #DA0DB4
Text Example
Text Example
White with #DA0DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DB4; }
p { color: rgb(218,13,180); }
H1.HeaderClassName
{
color: #DA0DB4;
}
.AnyTagClassName
{
color: #DA0DB4;
}
</style>
background-color css
<style>
a { background-color: #DA0DB4; }
a { background-color: rgb(218,13,180); }
div.DivClassName
{
background-color: #DA0DB4;
}
.BgClassName
{
background-color: #DA0DB4;
}
</style>
border-color css
<style>
span { border-color: #DA0DB4; }
span { border-color: rgb(218,13,180); }
td.TdClassName
{
border-color: #DA0DB4;
}
.TagClassName
{
border-color: #DA0DB4;
}
</style>