Shades of Deep Magenta #DA25C5
Tints of Deep Magenta #DA25C5
RGB
CMYK
RGB Variations
Color information
#DA25C5 (or 0xDA25C5) is known color: Deep Magenta. HEX triplet: DA, 25 and C5. RGB value is (218,37,197). Sum of RGB (Red+Green+Blue) = 218+37+197=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25C5 is #25DA3A. Grayscale: #6C6C6C. Windows color (decimal): -2480699 or 12920282. OLE color: 12920282.
HSL color Cylindrical-coordinate representation of color #DA25C5: hue angle of 306.96º 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 #DA25C5 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 197 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.15 |
| HSL | 306.96º | 0.71% | 0.5% | - |
| HSV(B) | 306.96º | 0.83% | 0.85% | - |
| XYZ | 39.65 | 20.26 | 54.64 | - |
| YUV | 109.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 197 | 0 | 0.83 | 0.10 | 0.15 | 306.96 | 0.71 | 0.5 |
| Hex | DA | 25 | C5 | 0 | 53 | A | F | 133 | 47 | 32 |
| Octal | 332 | 45 | 305 | 0 | 123 | 12 | 17 | 463 | 107 | 62 |
| Binary | 11011010 | 100101 | 11000101 | 0 | 1010011 | 1010 | 1111 | 100110011 | 1000111 | 110010 |
Color Harmonies of #DA25C5
Complementary color
Monochromatic Colors of #DA25C5
Black with #DA25C5
Text Example
Text Example
White with #DA25C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25C5; }
p { color: rgb(218,37,197); }
H1.HeaderClassName
{
color: #DA25C5;
}
.AnyTagClassName
{
color: #DA25C5;
}
</style>
background-color css
<style>
a { background-color: #DA25C5; }
a { background-color: rgb(218,37,197); }
div.DivClassName
{
background-color: #DA25C5;
}
.BgClassName
{
background-color: #DA25C5;
}
</style>
border-color css
<style>
span { border-color: #DA25C5; }
span { border-color: rgb(218,37,197); }
td.TdClassName
{
border-color: #DA25C5;
}
.TagClassName
{
border-color: #DA25C5;
}
</style>