Shades of Deep Magenta #D824CE
Tints of Deep Magenta #D824CE
RGB
CMYK
RGB Variations
Color information
#D824CE (or 0xD824CE) is known color: Deep Magenta. HEX triplet: D8, 24 and CE. RGB value is (216,36,206). Sum of RGB (Red+Green+Blue) = 216+36+206=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D824CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824CE is #27DB31. Grayscale: #6C6C6C. Windows color (decimal): -2612018 or 13509848. OLE color: 13509848.
HSL color Cylindrical-coordinate representation of color #D824CE: hue angle of 303.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D824CE is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 206 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.15 |
| HSL | 303.33º | 0.71% | 0.49% | - |
| HSV(B) | 303.33º | 0.83% | 0.85% | - |
| XYZ | 40.09 | 20.32 | 60.2 | - |
| YUV | 109.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 206 | 0 | 0.83 | 0.05 | 0.15 | 303.33 | 0.71 | 0.49 |
| Hex | D8 | 24 | CE | 0 | 53 | 5 | F | 12F | 47 | 31 |
| Octal | 330 | 44 | 316 | 0 | 123 | 5 | 17 | 457 | 107 | 61 |
| Binary | 11011000 | 100100 | 11001110 | 0 | 1010011 | 101 | 1111 | 100101111 | 1000111 | 110001 |
Color Harmonies of #D824CE
Complementary color
Monochromatic Colors of #D824CE
Black with #D824CE
Text Example
Text Example
White with #D824CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824CE; }
p { color: rgb(216,36,206); }
H1.HeaderClassName
{
color: #D824CE;
}
.AnyTagClassName
{
color: #D824CE;
}
</style>
background-color css
<style>
a { background-color: #D824CE; }
a { background-color: rgb(216,36,206); }
div.DivClassName
{
background-color: #D824CE;
}
.BgClassName
{
background-color: #D824CE;
}
</style>
border-color css
<style>
span { border-color: #D824CE; }
span { border-color: rgb(216,36,206); }
td.TdClassName
{
border-color: #D824CE;
}
.TagClassName
{
border-color: #D824CE;
}
</style>