Shades of Deep Magenta #DA15BA
Tints of Deep Magenta #DA15BA
RGB
CMYK
RGB Variations
Color information
#DA15BA (or 0xDA15BA) is known color: Deep Magenta. HEX triplet: DA, 15 and BA. RGB value is (218,21,186). Sum of RGB (Red+Green+Blue) = 218+21+186=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15BA is #25EA45. Grayscale: #626262. Windows color (decimal): -2484806 or 12195290. OLE color: 12195290.
HSL color Cylindrical-coordinate representation of color #DA15BA: hue angle of 309.75º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15BA is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 186 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.15 |
| HSL | 309.75º | 0.82% | 0.47% | - |
| HSV(B) | 309.75º | 0.9% | 0.85% | - |
| XYZ | 38.04 | 18.99 | 48.11 | - |
| YUV | 98.71 | 177.27 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 186 | 0 | 0.90 | 0.15 | 0.15 | 309.75 | 0.82 | 0.47 |
| Hex | DA | 15 | BA | 0 | 5A | F | F | 136 | 52 | 2F |
| Octal | 332 | 25 | 272 | 0 | 132 | 17 | 17 | 466 | 122 | 57 |
| Binary | 11011010 | 10101 | 10111010 | 0 | 1011010 | 1111 | 1111 | 100110110 | 1010010 | 101111 |
Color Harmonies of #DA15BA
Complementary color
Monochromatic Colors of #DA15BA
Black with #DA15BA
Text Example
Text Example
White with #DA15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15BA; }
p { color: rgb(218,21,186); }
H1.HeaderClassName
{
color: #DA15BA;
}
.AnyTagClassName
{
color: #DA15BA;
}
</style>
background-color css
<style>
a { background-color: #DA15BA; }
a { background-color: rgb(218,21,186); }
div.DivClassName
{
background-color: #DA15BA;
}
.BgClassName
{
background-color: #DA15BA;
}
</style>
border-color css
<style>
span { border-color: #DA15BA; }
span { border-color: rgb(218,21,186); }
td.TdClassName
{
border-color: #DA15BA;
}
.TagClassName
{
border-color: #DA15BA;
}
</style>