Shades of Deep Magenta #D825D0
Tints of Deep Magenta #D825D0
RGB
CMYK
RGB Variations
Color information
#D825D0 (or 0xD825D0) is known color: Deep Magenta. HEX triplet: D8, 25 and D0. RGB value is (216,37,208). Sum of RGB (Red+Green+Blue) = 216+37+208=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D825D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825D0 is #27DA2F. Grayscale: #6D6D6D. Windows color (decimal): -2611760 or 13641176. OLE color: 13641176.
HSL color Cylindrical-coordinate representation of color #D825D0: hue angle of 302.68º 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 #D825D0 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 208 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.15 |
| HSL | 302.68º | 0.71% | 0.5% | - |
| HSV(B) | 302.68º | 0.83% | 0.85% | - |
| XYZ | 40.37 | 20.48 | 61.5 | - |
| YUV | 110.02 | 183.3 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 208 | 0 | 0.83 | 0.04 | 0.15 | 302.68 | 0.71 | 0.5 |
| Hex | D8 | 25 | D0 | 0 | 53 | 4 | F | 12F | 47 | 32 |
| Octal | 330 | 45 | 320 | 0 | 123 | 4 | 17 | 457 | 107 | 62 |
| Binary | 11011000 | 100101 | 11010000 | 0 | 1010011 | 100 | 1111 | 100101111 | 1000111 | 110010 |
Color Harmonies of #D825D0
Complementary color
Monochromatic Colors of #D825D0
Black with #D825D0
Text Example
Text Example
White with #D825D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825D0; }
p { color: rgb(216,37,208); }
H1.HeaderClassName
{
color: #D825D0;
}
.AnyTagClassName
{
color: #D825D0;
}
</style>
background-color css
<style>
a { background-color: #D825D0; }
a { background-color: rgb(216,37,208); }
div.DivClassName
{
background-color: #D825D0;
}
.BgClassName
{
background-color: #D825D0;
}
</style>
border-color css
<style>
span { border-color: #D825D0; }
span { border-color: rgb(216,37,208); }
td.TdClassName
{
border-color: #D825D0;
}
.TagClassName
{
border-color: #D825D0;
}
</style>