Shades of Deep Magenta #D825DC
Tints of Deep Magenta #D825DC
RGB
CMYK
RGB Variations
Color information
#D825DC (or 0xD825DC) is known color: Deep Magenta. HEX triplet: D8, 25 and DC. RGB value is (216,37,220). Sum of RGB (Red+Green+Blue) = 216+37+220=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #D825DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825DC is #27DA23. Grayscale: #6E6E6E. Windows color (decimal): -2611748 or 14427608. OLE color: 14427608.
HSL color Cylindrical-coordinate representation of color #D825DC: hue angle of 298.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825DC is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 37 | 220 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.14 |
| HSL | 298.69º | 0.72% | 0.5% | - |
| HSV(B) | 298.69º | 0.83% | 0.86% | - |
| XYZ | 41.9 | 21.09 | 69.57 | - |
| YUV | 111.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 220 | 0.02 | 0.83 | 0 | 0.14 | 298.69 | 0.72 | 0.5 |
| Hex | D8 | 25 | DC | 2 | 53 | 0 | E | 12B | 48 | 32 |
| Octal | 330 | 45 | 334 | 2 | 123 | 0 | 16 | 453 | 110 | 62 |
| Binary | 11011000 | 100101 | 11011100 | 10 | 1010011 | 0 | 1110 | 100101011 | 1001000 | 110010 |
Color Harmonies of #D825DC
Complementary color
Monochromatic Colors of #D825DC
Black with #D825DC
Text Example
Text Example
White with #D825DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825DC; }
p { color: rgb(216,37,220); }
H1.HeaderClassName
{
color: #D825DC;
}
.AnyTagClassName
{
color: #D825DC;
}
</style>
background-color css
<style>
a { background-color: #D825DC; }
a { background-color: rgb(216,37,220); }
div.DivClassName
{
background-color: #D825DC;
}
.BgClassName
{
background-color: #D825DC;
}
</style>
border-color css
<style>
span { border-color: #D825DC; }
span { border-color: rgb(216,37,220); }
td.TdClassName
{
border-color: #D825DC;
}
.TagClassName
{
border-color: #D825DC;
}
</style>