Shades of Deep Magenta #DA0ABC
Tints of Deep Magenta #DA0ABC
RGB
CMYK
RGB Variations
Color information
#DA0ABC (or 0xDA0ABC) is known color: Deep Magenta. HEX triplet: DA, 0A and BC. RGB value is (218,10,188). Sum of RGB (Red+Green+Blue) = 218+10+188=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ABC is #25F543. Grayscale: #5B5B5B. Windows color (decimal): -2487620 or 12323546. OLE color: 12323546.
HSL color Cylindrical-coordinate representation of color #DA0ABC: hue angle of 308.65º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.15 |
| HSL | 308.65º | 0.91% | 0.45% | - |
| HSV(B) | 308.65º | 0.95% | 0.85% | - |
| XYZ | 38.1 | 18.75 | 49.19 | - |
| YUV | 92.48 | 181.91 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 188 | 0 | 0.95 | 0.14 | 0.15 | 308.65 | 0.91 | 0.45 |
| Hex | DA | A | BC | 0 | 5F | E | F | 135 | 5B | 2D |
| Octal | 332 | 12 | 274 | 0 | 137 | 16 | 17 | 465 | 133 | 55 |
| Binary | 11011010 | 1010 | 10111100 | 0 | 1011111 | 1110 | 1111 | 100110101 | 1011011 | 101101 |
Color Harmonies of #DA0ABC
Complementary color
Monochromatic Colors of #DA0ABC
Black with #DA0ABC
Text Example
Text Example
White with #DA0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0ABC; }
p { color: rgb(218,10,188); }
H1.HeaderClassName
{
color: #DA0ABC;
}
.AnyTagClassName
{
color: #DA0ABC;
}
</style>
background-color css
<style>
a { background-color: #DA0ABC; }
a { background-color: rgb(218,10,188); }
div.DivClassName
{
background-color: #DA0ABC;
}
.BgClassName
{
background-color: #DA0ABC;
}
</style>
border-color css
<style>
span { border-color: #DA0ABC; }
span { border-color: rgb(218,10,188); }
td.TdClassName
{
border-color: #DA0ABC;
}
.TagClassName
{
border-color: #DA0ABC;
}
</style>