Shades of Deep Magenta #D025DD
Tints of Deep Magenta #D025DD
RGB
CMYK
RGB Variations
Color information
#D025DD (or 0xD025DD) is known color: Deep Magenta. HEX triplet: D0, 25 and DD. RGB value is (208,37,221). Sum of RGB (Red+Green+Blue) = 208+37+221=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #D025DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025DD is #2FDA22. Grayscale: #6C6C6C. Windows color (decimal): -3136035 or 14493136. OLE color: 14493136.
HSL color Cylindrical-coordinate representation of color #D025DD: hue angle of 295.76º 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 #D025DD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 37 | 221 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.13 |
| HSL | 295.76º | 0.73% | 0.51% | - |
| HSV(B) | 295.76º | 0.83% | 0.87% | - |
| XYZ | 39.73 | 19.95 | 70.16 | - |
| YUV | 109.11 | 191.15 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 221 | 0.06 | 0.83 | 0 | 0.13 | 295.76 | 0.73 | 0.51 |
| Hex | D0 | 25 | DD | 6 | 53 | 0 | D | 128 | 49 | 33 |
| Octal | 320 | 45 | 335 | 6 | 123 | 0 | 15 | 450 | 111 | 63 |
| Binary | 11010000 | 100101 | 11011101 | 110 | 1010011 | 0 | 1101 | 100101000 | 1001001 | 110011 |
Color Harmonies of #D025DD
Complementary color
Monochromatic Colors of #D025DD
Black with #D025DD
Text Example
Text Example
White with #D025DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D025DD; }
p { color: rgb(208,37,221); }
H1.HeaderClassName
{
color: #D025DD;
}
.AnyTagClassName
{
color: #D025DD;
}
</style>
background-color css
<style>
a { background-color: #D025DD; }
a { background-color: rgb(208,37,221); }
div.DivClassName
{
background-color: #D025DD;
}
.BgClassName
{
background-color: #D025DD;
}
</style>
border-color css
<style>
span { border-color: #D025DD; }
span { border-color: rgb(208,37,221); }
td.TdClassName
{
border-color: #D025DD;
}
.TagClassName
{
border-color: #D025DD;
}
</style>