Shades of Deep Magenta #D925DF
Tints of Deep Magenta #D925DF
RGB
CMYK
RGB Variations
Color information
#D925DF (or 0xD925DF) is known color: Deep Magenta. HEX triplet: D9, 25 and DF. RGB value is (217,37,223). Sum of RGB (Red+Green+Blue) = 217+37+223=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #D925DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D925DF is #26DA20. Grayscale: #6F6F6F. Windows color (decimal): -2546209 or 14624217. OLE color: 14624217.
HSL color Cylindrical-coordinate representation of color #D925DF: hue angle of 298.06º 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 #D925DF is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 37 | 223 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.13 |
| HSL | 298.06º | 0.74% | 0.51% | - |
| HSV(B) | 298.06º | 0.83% | 0.87% | - |
| XYZ | 42.6 | 21.4 | 71.7 | - |
| YUV | 112.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 223 | 0.03 | 0.83 | 0 | 0.13 | 298.06 | 0.74 | 0.51 |
| Hex | D9 | 25 | DF | 3 | 53 | 0 | D | 12A | 4A | 33 |
| Octal | 331 | 45 | 337 | 3 | 123 | 0 | 15 | 452 | 112 | 63 |
| Binary | 11011001 | 100101 | 11011111 | 11 | 1010011 | 0 | 1101 | 100101010 | 1001010 | 110011 |
Color Harmonies of #D925DF
Complementary color
Monochromatic Colors of #D925DF
Black with #D925DF
Text Example
Text Example
White with #D925DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925DF; }
p { color: rgb(217,37,223); }
H1.HeaderClassName
{
color: #D925DF;
}
.AnyTagClassName
{
color: #D925DF;
}
</style>
background-color css
<style>
a { background-color: #D925DF; }
a { background-color: rgb(217,37,223); }
div.DivClassName
{
background-color: #D925DF;
}
.BgClassName
{
background-color: #D925DF;
}
</style>
border-color css
<style>
span { border-color: #D925DF; }
span { border-color: rgb(217,37,223); }
td.TdClassName
{
border-color: #D925DF;
}
.TagClassName
{
border-color: #D925DF;
}
</style>