Shades of Deep Magenta #DA0CBA
Tints of Deep Magenta #DA0CBA
RGB
CMYK
RGB Variations
Color information
#DA0CBA (or 0xDA0CBA) is known color: Deep Magenta. HEX triplet: DA, 0C and BA. RGB value is (218,12,186). Sum of RGB (Red+Green+Blue) = 218+12+186=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CBA is #25F345. Grayscale: #5C5C5C. Windows color (decimal): -2487110 or 12192986. OLE color: 12192986.
HSL color Cylindrical-coordinate representation of color #DA0CBA: hue angle of 309.32º degrees, saturation: 0.9, 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 #DA0CBA is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 186 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.15 |
| HSL | 309.32º | 0.9% | 0.45% | - |
| HSV(B) | 309.32º | 0.94% | 0.85% | - |
| XYZ | 37.91 | 18.71 | 48.07 | - |
| YUV | 93.43 | 180.25 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 186 | 0 | 0.94 | 0.15 | 0.15 | 309.32 | 0.9 | 0.45 |
| Hex | DA | C | BA | 0 | 5E | F | F | 135 | 5A | 2D |
| Octal | 332 | 14 | 272 | 0 | 136 | 17 | 17 | 465 | 132 | 55 |
| Binary | 11011010 | 1100 | 10111010 | 0 | 1011110 | 1111 | 1111 | 100110101 | 1011010 | 101101 |
Color Harmonies of #DA0CBA
Complementary color
Monochromatic Colors of #DA0CBA
Black with #DA0CBA
Text Example
Text Example
White with #DA0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0CBA; }
p { color: rgb(218,12,186); }
H1.HeaderClassName
{
color: #DA0CBA;
}
.AnyTagClassName
{
color: #DA0CBA;
}
</style>
background-color css
<style>
a { background-color: #DA0CBA; }
a { background-color: rgb(218,12,186); }
div.DivClassName
{
background-color: #DA0CBA;
}
.BgClassName
{
background-color: #DA0CBA;
}
</style>
border-color css
<style>
span { border-color: #DA0CBA; }
span { border-color: rgb(218,12,186); }
td.TdClassName
{
border-color: #DA0CBA;
}
.TagClassName
{
border-color: #DA0CBA;
}
</style>