Shades of Psychedelic Purple #D824EC
Tints of Psychedelic Purple #D824EC
RGB
CMYK
RGB Variations
Color information
#D824EC (or 0xD824EC) is known color: Psychedelic Purple. HEX triplet: D8, 24 and EC. RGB value is (216,36,236). Sum of RGB (Red+Green+Blue) = 216+36+236=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 36 (14.45% from 255 or 7.38% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #D824EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D824EC is #27DB13. Grayscale: #707070. Windows color (decimal): -2611988 or 15475928. OLE color: 15475928.
HSL color Cylindrical-coordinate representation of color #D824EC: hue angle of 294º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D824EC is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 36 | 236 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.07 |
| HSL | 294º | 0.84% | 0.53% | - |
| HSV(B) | 294º | 0.85% | 0.93% | - |
| XYZ | 44.09 | 21.92 | 81.26 | - |
| YUV | 112.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 236 | 0.08 | 0.85 | 0 | 0.07 | 294 | 0.84 | 0.53 |
| Hex | D8 | 24 | EC | 8 | 55 | 0 | 7 | 126 | 54 | 35 |
| Octal | 330 | 44 | 354 | 10 | 125 | 0 | 7 | 446 | 124 | 65 |
| Binary | 11011000 | 100100 | 11101100 | 1000 | 1010101 | 0 | 111 | 100100110 | 1010100 | 110101 |
Color Harmonies of #D824EC
Complementary color
Monochromatic Colors of #D824EC
Black with #D824EC
Text Example
Text Example
White with #D824EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824EC; }
p { color: rgb(216,36,236); }
H1.HeaderClassName
{
color: #D824EC;
}
.AnyTagClassName
{
color: #D824EC;
}
</style>
background-color css
<style>
a { background-color: #D824EC; }
a { background-color: rgb(216,36,236); }
div.DivClassName
{
background-color: #D824EC;
}
.BgClassName
{
background-color: #D824EC;
}
</style>
border-color css
<style>
span { border-color: #D824EC; }
span { border-color: rgb(216,36,236); }
td.TdClassName
{
border-color: #D824EC;
}
.TagClassName
{
border-color: #D824EC;
}
</style>