Shades of Deep Magenta #DA10BD
Tints of Deep Magenta #DA10BD
RGB
CMYK
RGB Variations
Color information
#DA10BD (or 0xDA10BD) is known color: Deep Magenta. HEX triplet: DA, 10 and BD. RGB value is (218,16,189). Sum of RGB (Red+Green+Blue) = 218+16+189=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA10BD is #25EF42. Grayscale: #5F5F5F. Windows color (decimal): -2486083 or 12390618. OLE color: 12390618.
HSL color Cylindrical-coordinate representation of color #DA10BD: hue angle of 308.61º 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 #DA10BD is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.15 |
| HSL | 308.61º | 0.86% | 0.46% | - |
| HSV(B) | 308.61º | 0.93% | 0.85% | - |
| XYZ | 38.28 | 18.95 | 49.78 | - |
| YUV | 96.12 | 180.42 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 189 | 0 | 0.93 | 0.13 | 0.15 | 308.61 | 0.86 | 0.46 |
| Hex | DA | 10 | BD | 0 | 5D | D | F | 135 | 56 | 2E |
| Octal | 332 | 20 | 275 | 0 | 135 | 15 | 17 | 465 | 126 | 56 |
| Binary | 11011010 | 10000 | 10111101 | 0 | 1011101 | 1101 | 1111 | 100110101 | 1010110 | 101110 |
Color Harmonies of #DA10BD
Complementary color
Monochromatic Colors of #DA10BD
Black with #DA10BD
Text Example
Text Example
White with #DA10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10BD; }
p { color: rgb(218,16,189); }
H1.HeaderClassName
{
color: #DA10BD;
}
.AnyTagClassName
{
color: #DA10BD;
}
</style>
background-color css
<style>
a { background-color: #DA10BD; }
a { background-color: rgb(218,16,189); }
div.DivClassName
{
background-color: #DA10BD;
}
.BgClassName
{
background-color: #DA10BD;
}
</style>
border-color css
<style>
span { border-color: #DA10BD; }
span { border-color: rgb(218,16,189); }
td.TdClassName
{
border-color: #DA10BD;
}
.TagClassName
{
border-color: #DA10BD;
}
</style>