Shades of Deep Magenta #DA25DF
Tints of Deep Magenta #DA25DF
RGB
CMYK
RGB Variations
Color information
#DA25DF (or 0xDA25DF) is known color: Deep Magenta. HEX triplet: DA, 25 and DF. RGB value is (218,37,223). Sum of RGB (Red+Green+Blue) = 218+37+223=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25DF is #25DA20. Grayscale: #6F6F6F. Windows color (decimal): -2480673 or 14624218. OLE color: 14624218.
HSL color Cylindrical-coordinate representation of color #DA25DF: hue angle of 298.39º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA25DF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 37 | 223 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.13 |
| HSL | 298.39º | 0.74% | 0.51% | - |
| HSV(B) | 298.39º | 0.83% | 0.87% | - |
| XYZ | 42.89 | 21.56 | 71.71 | - |
| YUV | 112.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 223 | 0.02 | 0.83 | 0 | 0.13 | 298.39 | 0.74 | 0.51 |
| Hex | DA | 25 | DF | 2 | 53 | 0 | D | 12A | 4A | 33 |
| Octal | 332 | 45 | 337 | 2 | 123 | 0 | 15 | 452 | 112 | 63 |
| Binary | 11011010 | 100101 | 11011111 | 10 | 1010011 | 0 | 1101 | 100101010 | 1001010 | 110011 |
Color Harmonies of #DA25DF
Complementary color
Monochromatic Colors of #DA25DF
Black with #DA25DF
Text Example
Text Example
White with #DA25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25DF; }
p { color: rgb(218,37,223); }
H1.HeaderClassName
{
color: #DA25DF;
}
.AnyTagClassName
{
color: #DA25DF;
}
</style>
background-color css
<style>
a { background-color: #DA25DF; }
a { background-color: rgb(218,37,223); }
div.DivClassName
{
background-color: #DA25DF;
}
.BgClassName
{
background-color: #DA25DF;
}
</style>
border-color css
<style>
span { border-color: #DA25DF; }
span { border-color: rgb(218,37,223); }
td.TdClassName
{
border-color: #DA25DF;
}
.TagClassName
{
border-color: #DA25DF;
}
</style>