Shades of Deep Magenta #D925D0
Tints of Deep Magenta #D925D0
RGB
CMYK
RGB Variations
Color information
#D925D0 (or 0xD925D0) is known color: Deep Magenta. HEX triplet: D9, 25 and D0. RGB value is (217,37,208). Sum of RGB (Red+Green+Blue) = 217+37+208=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D925D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D925D0 is #26DA2F. Grayscale: #6D6D6D. Windows color (decimal): -2546224 or 13641177. OLE color: 13641177.
HSL color Cylindrical-coordinate representation of color #D925D0: hue angle of 303º 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 #D925D0 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 208 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.15 |
| HSL | 303º | 0.71% | 0.5% | - |
| HSV(B) | 303º | 0.83% | 0.85% | - |
| XYZ | 40.66 | 20.63 | 61.51 | - |
| YUV | 110.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 208 | 0 | 0.83 | 0.04 | 0.15 | 303 | 0.71 | 0.5 |
| Hex | D9 | 25 | D0 | 0 | 53 | 4 | F | 12F | 47 | 32 |
| Octal | 331 | 45 | 320 | 0 | 123 | 4 | 17 | 457 | 107 | 62 |
| Binary | 11011001 | 100101 | 11010000 | 0 | 1010011 | 100 | 1111 | 100101111 | 1000111 | 110010 |
Color Harmonies of #D925D0
Complementary color
Monochromatic Colors of #D925D0
Black with #D925D0
Text Example
Text Example
White with #D925D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925D0; }
p { color: rgb(217,37,208); }
H1.HeaderClassName
{
color: #D925D0;
}
.AnyTagClassName
{
color: #D925D0;
}
</style>
background-color css
<style>
a { background-color: #D925D0; }
a { background-color: rgb(217,37,208); }
div.DivClassName
{
background-color: #D925D0;
}
.BgClassName
{
background-color: #D925D0;
}
</style>
border-color css
<style>
span { border-color: #D925D0; }
span { border-color: rgb(217,37,208); }
td.TdClassName
{
border-color: #D925D0;
}
.TagClassName
{
border-color: #D925D0;
}
</style>