Shades of Deep Magenta #DA01BA
Tints of Deep Magenta #DA01BA
RGB
CMYK
RGB Variations
Color information
#DA01BA (or 0xDA01BA) is known color: Deep Magenta. HEX triplet: DA, 01 and BA. RGB value is (218,1,186). Sum of RGB (Red+Green+Blue) = 218+1+186=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01BA is #25FE45. Grayscale: #565656. Windows color (decimal): -2489926 or 12190170. OLE color: 12190170.
HSL color Cylindrical-coordinate representation of color #DA01BA: hue angle of 308.85º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01BA is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.15 |
| HSL | 308.85º | 0.99% | 0.43% | - |
| HSV(B) | 308.85º | 1% | 0.85% | - |
| XYZ | 37.79 | 18.47 | 48.03 | - |
| YUV | 86.97 | 183.89 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 186 | 0 | 1.00 | 0.15 | 0.15 | 308.85 | 0.99 | 0.43 |
| Hex | DA | 1 | BA | 0 | 64 | F | F | 135 | 63 | 2B |
| Octal | 332 | 1 | 272 | 0 | 144 | 17 | 17 | 465 | 143 | 53 |
| Binary | 11011010 | 1 | 10111010 | 0 | 1100100 | 1111 | 1111 | 100110101 | 1100011 | 101011 |
Color Harmonies of #DA01BA
Complementary color
Monochromatic Colors of #DA01BA
Black with #DA01BA
Text Example
Text Example
White with #DA01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01BA; }
p { color: rgb(218,1,186); }
H1.HeaderClassName
{
color: #DA01BA;
}
.AnyTagClassName
{
color: #DA01BA;
}
</style>
background-color css
<style>
a { background-color: #DA01BA; }
a { background-color: rgb(218,1,186); }
div.DivClassName
{
background-color: #DA01BA;
}
.BgClassName
{
background-color: #DA01BA;
}
</style>
border-color css
<style>
span { border-color: #DA01BA; }
span { border-color: rgb(218,1,186); }
td.TdClassName
{
border-color: #DA01BA;
}
.TagClassName
{
border-color: #DA01BA;
}
</style>