Shades of Deep Magenta #DA25D9
Tints of Deep Magenta #DA25D9
RGB
CMYK
RGB Variations
Color information
#DA25D9 (or 0xDA25D9) is known color: Deep Magenta. HEX triplet: DA, 25 and D9. RGB value is (218,37,217). Sum of RGB (Red+Green+Blue) = 218+37+217=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25D9 is #25DA26. Grayscale: #6F6F6F. Windows color (decimal): -2480679 or 14231002. OLE color: 14231002.
HSL color Cylindrical-coordinate representation of color #DA25D9: hue angle of 300.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA25D9 is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 217 | - |
| CMYK | 0 | 0.83 | 0.00 | 0.15 |
| HSL | 300.33º | 0.71% | 0.5% | - |
| HSV(B) | 300.33º | 0.83% | 0.85% | - |
| XYZ | 42.1 | 21.24 | 67.53 | - |
| YUV | 111.64 | 187.47 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 217 | 0 | 0.83 | 0.00 | 0.15 | 300.33 | 0.71 | 0.5 |
| Hex | DA | 25 | D9 | 0 | 53 | 0 | F | 12C | 47 | 32 |
| Octal | 332 | 45 | 331 | 0 | 123 | 0 | 17 | 454 | 107 | 62 |
| Binary | 11011010 | 100101 | 11011001 | 0 | 1010011 | 0 | 1111 | 100101100 | 1000111 | 110010 |
Color Harmonies of #DA25D9
Complementary color
Monochromatic Colors of #DA25D9
Black with #DA25D9
Text Example
Text Example
White with #DA25D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25D9; }
p { color: rgb(218,37,217); }
H1.HeaderClassName
{
color: #DA25D9;
}
.AnyTagClassName
{
color: #DA25D9;
}
</style>
background-color css
<style>
a { background-color: #DA25D9; }
a { background-color: rgb(218,37,217); }
div.DivClassName
{
background-color: #DA25D9;
}
.BgClassName
{
background-color: #DA25D9;
}
</style>
border-color css
<style>
span { border-color: #DA25D9; }
span { border-color: rgb(218,37,217); }
td.TdClassName
{
border-color: #DA25D9;
}
.TagClassName
{
border-color: #DA25D9;
}
</style>