Shades of Deep Magenta #DA16B9
Tints of Deep Magenta #DA16B9
RGB
CMYK
RGB Variations
Color information
#DA16B9 (or 0xDA16B9) is known color: Deep Magenta. HEX triplet: DA, 16 and B9. RGB value is (218,22,185). Sum of RGB (Red+Green+Blue) = 218+22+185=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16B9 is #25E946. Grayscale: #626262. Windows color (decimal): -2484551 or 12130010. OLE color: 12130010.
HSL color Cylindrical-coordinate representation of color #DA16B9: hue angle of 310.1º 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 #DA16B9 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 185 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.15 |
| HSL | 310.1º | 0.82% | 0.47% | - |
| HSV(B) | 310.1º | 0.9% | 0.85% | - |
| XYZ | 37.96 | 18.98 | 47.56 | - |
| YUV | 99.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 185 | 0 | 0.90 | 0.15 | 0.15 | 310.1 | 0.82 | 0.47 |
| Hex | DA | 16 | B9 | 0 | 5A | F | F | 136 | 52 | 2F |
| Octal | 332 | 26 | 271 | 0 | 132 | 17 | 17 | 466 | 122 | 57 |
| Binary | 11011010 | 10110 | 10111001 | 0 | 1011010 | 1111 | 1111 | 100110110 | 1010010 | 101111 |
Color Harmonies of #DA16B9
Complementary color
Monochromatic Colors of #DA16B9
Black with #DA16B9
Text Example
Text Example
White with #DA16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA16B9; }
p { color: rgb(218,22,185); }
H1.HeaderClassName
{
color: #DA16B9;
}
.AnyTagClassName
{
color: #DA16B9;
}
</style>
background-color css
<style>
a { background-color: #DA16B9; }
a { background-color: rgb(218,22,185); }
div.DivClassName
{
background-color: #DA16B9;
}
.BgClassName
{
background-color: #DA16B9;
}
</style>
border-color css
<style>
span { border-color: #DA16B9; }
span { border-color: rgb(218,22,185); }
td.TdClassName
{
border-color: #DA16B9;
}
.TagClassName
{
border-color: #DA16B9;
}
</style>