Shades of Deep Magenta #DA10BE
Tints of Deep Magenta #DA10BE
RGB
CMYK
RGB Variations
Color information
#DA10BE (or 0xDA10BE) is known color: Deep Magenta. HEX triplet: DA, 10 and BE. RGB value is (218,16,190). Sum of RGB (Red+Green+Blue) = 218+16+190=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA10BE is #25EF41. Grayscale: #5F5F5F. Windows color (decimal): -2486082 or 12456154. OLE color: 12456154.
HSL color Cylindrical-coordinate representation of color #DA10BE: hue angle of 308.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10BE is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 190 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.15 |
| HSL | 308.32º | 0.86% | 0.46% | - |
| HSV(B) | 308.32º | 0.93% | 0.85% | - |
| XYZ | 38.39 | 18.99 | 50.36 | - |
| YUV | 96.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 190 | 0 | 0.93 | 0.13 | 0.15 | 308.32 | 0.86 | 0.46 |
| Hex | DA | 10 | BE | 0 | 5D | D | F | 134 | 56 | 2E |
| Octal | 332 | 20 | 276 | 0 | 135 | 15 | 17 | 464 | 126 | 56 |
| Binary | 11011010 | 10000 | 10111110 | 0 | 1011101 | 1101 | 1111 | 100110100 | 1010110 | 101110 |
Color Harmonies of #DA10BE
Complementary color
Monochromatic Colors of #DA10BE
Black with #DA10BE
Text Example
Text Example
White with #DA10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10BE; }
p { color: rgb(218,16,190); }
H1.HeaderClassName
{
color: #DA10BE;
}
.AnyTagClassName
{
color: #DA10BE;
}
</style>
background-color css
<style>
a { background-color: #DA10BE; }
a { background-color: rgb(218,16,190); }
div.DivClassName
{
background-color: #DA10BE;
}
.BgClassName
{
background-color: #DA10BE;
}
</style>
border-color css
<style>
span { border-color: #DA10BE; }
span { border-color: rgb(218,16,190); }
td.TdClassName
{
border-color: #DA10BE;
}
.TagClassName
{
border-color: #DA10BE;
}
</style>