Shades of Deep Magenta #DA25C8
Tints of Deep Magenta #DA25C8
RGB
CMYK
RGB Variations
Color information
#DA25C8 (or 0xDA25C8) is known color: Deep Magenta. HEX triplet: DA, 25 and C8. RGB value is (218,37,200). Sum of RGB (Red+Green+Blue) = 218+37+200=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25C8 is #25DA37. Grayscale: #6D6D6D. Windows color (decimal): -2480696 or 13116890. OLE color: 13116890.
HSL color Cylindrical-coordinate representation of color #DA25C8: hue angle of 305.97º 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 #DA25C8 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 200 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.15 |
| HSL | 305.97º | 0.71% | 0.5% | - |
| HSV(B) | 305.97º | 0.83% | 0.85% | - |
| XYZ | 40 | 20.4 | 56.47 | - |
| YUV | 109.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 200 | 0 | 0.83 | 0.08 | 0.15 | 305.97 | 0.71 | 0.5 |
| Hex | DA | 25 | C8 | 0 | 53 | 8 | F | 132 | 47 | 32 |
| Octal | 332 | 45 | 310 | 0 | 123 | 10 | 17 | 462 | 107 | 62 |
| Binary | 11011010 | 100101 | 11001000 | 0 | 1010011 | 1000 | 1111 | 100110010 | 1000111 | 110010 |
Color Harmonies of #DA25C8
Complementary color
Monochromatic Colors of #DA25C8
Black with #DA25C8
Text Example
Text Example
White with #DA25C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25C8; }
p { color: rgb(218,37,200); }
H1.HeaderClassName
{
color: #DA25C8;
}
.AnyTagClassName
{
color: #DA25C8;
}
</style>
background-color css
<style>
a { background-color: #DA25C8; }
a { background-color: rgb(218,37,200); }
div.DivClassName
{
background-color: #DA25C8;
}
.BgClassName
{
background-color: #DA25C8;
}
</style>
border-color css
<style>
span { border-color: #DA25C8; }
span { border-color: rgb(218,37,200); }
td.TdClassName
{
border-color: #DA25C8;
}
.TagClassName
{
border-color: #DA25C8;
}
</style>