Shades of Deep Magenta #DA25D7
Tints of Deep Magenta #DA25D7
RGB
CMYK
RGB Variations
Color information
#DA25D7 (or 0xDA25D7) is known color: Deep Magenta. HEX triplet: DA, 25 and D7. RGB value is (218,37,215). Sum of RGB (Red+Green+Blue) = 218+37+215=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25D7 is #25DA28. Grayscale: #6E6E6E. Windows color (decimal): -2480681 or 14099930. OLE color: 14099930.
HSL color Cylindrical-coordinate representation of color #DA25D7: hue angle of 300.99º 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 #DA25D7 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 215 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.15 |
| HSL | 300.99º | 0.71% | 0.5% | - |
| HSV(B) | 300.99º | 0.83% | 0.85% | - |
| XYZ | 41.84 | 21.13 | 66.16 | - |
| YUV | 111.41 | 186.47 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 215 | 0 | 0.83 | 0.01 | 0.15 | 300.99 | 0.71 | 0.5 |
| Hex | DA | 25 | D7 | 0 | 53 | 1 | F | 12D | 47 | 32 |
| Octal | 332 | 45 | 327 | 0 | 123 | 1 | 17 | 455 | 107 | 62 |
| Binary | 11011010 | 100101 | 11010111 | 0 | 1010011 | 1 | 1111 | 100101101 | 1000111 | 110010 |
Color Harmonies of #DA25D7
Complementary color
Monochromatic Colors of #DA25D7
Black with #DA25D7
Text Example
Text Example
White with #DA25D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25D7; }
p { color: rgb(218,37,215); }
H1.HeaderClassName
{
color: #DA25D7;
}
.AnyTagClassName
{
color: #DA25D7;
}
</style>
background-color css
<style>
a { background-color: #DA25D7; }
a { background-color: rgb(218,37,215); }
div.DivClassName
{
background-color: #DA25D7;
}
.BgClassName
{
background-color: #DA25D7;
}
</style>
border-color css
<style>
span { border-color: #DA25D7; }
span { border-color: rgb(218,37,215); }
td.TdClassName
{
border-color: #DA25D7;
}
.TagClassName
{
border-color: #DA25D7;
}
</style>