Shades of Deep Magenta #DA16C9
Tints of Deep Magenta #DA16C9
RGB
CMYK
RGB Variations
Color information
#DA16C9 (or 0xDA16C9) is known color: Deep Magenta. HEX triplet: DA, 16 and C9. RGB value is (218,22,201). Sum of RGB (Red+Green+Blue) = 218+22+201=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16C9 is #25E936. Grayscale: #646464. Windows color (decimal): -2484535 or 13178586. OLE color: 13178586.
HSL color Cylindrical-coordinate representation of color #DA16C9: hue angle of 305.2º 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 #DA16C9 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 201 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.15 |
| HSL | 305.2º | 0.82% | 0.47% | - |
| HSV(B) | 305.2º | 0.9% | 0.85% | - |
| XYZ | 39.74 | 19.7 | 56.97 | - |
| YUV | 101.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 201 | 0 | 0.90 | 0.08 | 0.15 | 305.2 | 0.82 | 0.47 |
| Hex | DA | 16 | C9 | 0 | 5A | 8 | F | 131 | 52 | 2F |
| Octal | 332 | 26 | 311 | 0 | 132 | 10 | 17 | 461 | 122 | 57 |
| Binary | 11011010 | 10110 | 11001001 | 0 | 1011010 | 1000 | 1111 | 100110001 | 1010010 | 101111 |
Color Harmonies of #DA16C9
Complementary color
Monochromatic Colors of #DA16C9
Black with #DA16C9
Text Example
Text Example
White with #DA16C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA16C9; }
p { color: rgb(218,22,201); }
H1.HeaderClassName
{
color: #DA16C9;
}
.AnyTagClassName
{
color: #DA16C9;
}
</style>
background-color css
<style>
a { background-color: #DA16C9; }
a { background-color: rgb(218,22,201); }
div.DivClassName
{
background-color: #DA16C9;
}
.BgClassName
{
background-color: #DA16C9;
}
</style>
border-color css
<style>
span { border-color: #DA16C9; }
span { border-color: rgb(218,22,201); }
td.TdClassName
{
border-color: #DA16C9;
}
.TagClassName
{
border-color: #DA16C9;
}
</style>