Shades of Deep Magenta #D824DF
Tints of Deep Magenta #D824DF
RGB
CMYK
RGB Variations
Color information
#D824DF (or 0xD824DF) is known color: Deep Magenta. HEX triplet: D8, 24 and DF. RGB value is (216,36,223). Sum of RGB (Red+Green+Blue) = 216+36+223=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #D824DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824DF is #27DB20. Grayscale: #6E6E6E. Windows color (decimal): -2612001 or 14623960. OLE color: 14623960.
HSL color Cylindrical-coordinate representation of color #D824DF: hue angle of 297.75º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D824DF is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 36 | 223 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.13 |
| HSL | 297.75º | 0.75% | 0.51% | - |
| HSV(B) | 297.75º | 0.84% | 0.87% | - |
| XYZ | 42.27 | 21.19 | 71.67 | - |
| YUV | 111.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 223 | 0.03 | 0.84 | 0 | 0.13 | 297.75 | 0.75 | 0.51 |
| Hex | D8 | 24 | DF | 3 | 54 | 0 | D | 12A | 4B | 33 |
| Octal | 330 | 44 | 337 | 3 | 124 | 0 | 15 | 452 | 113 | 63 |
| Binary | 11011000 | 100100 | 11011111 | 11 | 1010100 | 0 | 1101 | 100101010 | 1001011 | 110011 |
Color Harmonies of #D824DF
Complementary color
Monochromatic Colors of #D824DF
Black with #D824DF
Text Example
Text Example
White with #D824DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824DF; }
p { color: rgb(216,36,223); }
H1.HeaderClassName
{
color: #D824DF;
}
.AnyTagClassName
{
color: #D824DF;
}
</style>
background-color css
<style>
a { background-color: #D824DF; }
a { background-color: rgb(216,36,223); }
div.DivClassName
{
background-color: #D824DF;
}
.BgClassName
{
background-color: #D824DF;
}
</style>
border-color css
<style>
span { border-color: #D824DF; }
span { border-color: rgb(216,36,223); }
td.TdClassName
{
border-color: #D824DF;
}
.TagClassName
{
border-color: #D824DF;
}
</style>