Shades of Deep Magenta #D925DD
Tints of Deep Magenta #D925DD
RGB
CMYK
RGB Variations
Color information
#D925DD (or 0xD925DD) is known color: Deep Magenta. HEX triplet: D9, 25 and DD. RGB value is (217,37,221). Sum of RGB (Red+Green+Blue) = 217+37+221=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D925DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D925DD is #26DA22. Grayscale: #6F6F6F. Windows color (decimal): -2546211 or 14493145. OLE color: 14493145.
HSL color Cylindrical-coordinate representation of color #D925DD: hue angle of 298.7º degrees, saturation: 0.73, 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 #D925DD is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 37 | 221 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.13 |
| HSL | 298.7º | 0.73% | 0.51% | - |
| HSV(B) | 298.7º | 0.83% | 0.87% | - |
| XYZ | 42.33 | 21.3 | 70.29 | - |
| YUV | 111.8 | 189.63 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 221 | 0.02 | 0.83 | 0 | 0.13 | 298.7 | 0.73 | 0.51 |
| Hex | D9 | 25 | DD | 2 | 53 | 0 | D | 12B | 49 | 33 |
| Octal | 331 | 45 | 335 | 2 | 123 | 0 | 15 | 453 | 111 | 63 |
| Binary | 11011001 | 100101 | 11011101 | 10 | 1010011 | 0 | 1101 | 100101011 | 1001001 | 110011 |
Color Harmonies of #D925DD
Complementary color
Monochromatic Colors of #D925DD
Black with #D925DD
Text Example
Text Example
White with #D925DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925DD; }
p { color: rgb(217,37,221); }
H1.HeaderClassName
{
color: #D925DD;
}
.AnyTagClassName
{
color: #D925DD;
}
</style>
background-color css
<style>
a { background-color: #D925DD; }
a { background-color: rgb(217,37,221); }
div.DivClassName
{
background-color: #D925DD;
}
.BgClassName
{
background-color: #D925DD;
}
</style>
border-color css
<style>
span { border-color: #D925DD; }
span { border-color: rgb(217,37,221); }
td.TdClassName
{
border-color: #D925DD;
}
.TagClassName
{
border-color: #D925DD;
}
</style>