Shades of Deep Magenta #DA25D4
Tints of Deep Magenta #DA25D4
RGB
CMYK
RGB Variations
Color information
#DA25D4 (or 0xDA25D4) is known color: Deep Magenta. HEX triplet: DA, 25 and D4. RGB value is (218,37,212). Sum of RGB (Red+Green+Blue) = 218+37+212=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25D4 is #25DA2B. Grayscale: #6E6E6E. Windows color (decimal): -2480684 or 13903322. OLE color: 13903322.
HSL color Cylindrical-coordinate representation of color #DA25D4: hue angle of 301.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 #DA25D4 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 212 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.15 |
| HSL | 301.99º | 0.71% | 0.5% | - |
| HSV(B) | 301.99º | 0.83% | 0.85% | - |
| XYZ | 41.46 | 20.98 | 64.15 | - |
| YUV | 111.07 | 184.97 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 212 | 0 | 0.83 | 0.03 | 0.15 | 301.99 | 0.71 | 0.5 |
| Hex | DA | 25 | D4 | 0 | 53 | 3 | F | 12E | 47 | 32 |
| Octal | 332 | 45 | 324 | 0 | 123 | 3 | 17 | 456 | 107 | 62 |
| Binary | 11011010 | 100101 | 11010100 | 0 | 1010011 | 11 | 1111 | 100101110 | 1000111 | 110010 |
Color Harmonies of #DA25D4
Complementary color
Monochromatic Colors of #DA25D4
Black with #DA25D4
Text Example
Text Example
White with #DA25D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25D4; }
p { color: rgb(218,37,212); }
H1.HeaderClassName
{
color: #DA25D4;
}
.AnyTagClassName
{
color: #DA25D4;
}
</style>
background-color css
<style>
a { background-color: #DA25D4; }
a { background-color: rgb(218,37,212); }
div.DivClassName
{
background-color: #DA25D4;
}
.BgClassName
{
background-color: #DA25D4;
}
</style>
border-color css
<style>
span { border-color: #DA25D4; }
span { border-color: rgb(218,37,212); }
td.TdClassName
{
border-color: #DA25D4;
}
.TagClassName
{
border-color: #DA25D4;
}
</style>