Shades of Psychedelic Purple #D824E9
Tints of Psychedelic Purple #D824E9
RGB
CMYK
RGB Variations
Color information
#D824E9 (or 0xD824E9) is known color: Psychedelic Purple. HEX triplet: D8, 24 and E9. RGB value is (216,36,233). Sum of RGB (Red+Green+Blue) = 216+36+233=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #D824E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D824E9 is #27DB16. Grayscale: #6F6F6F. Windows color (decimal): -2611991 or 15279320. OLE color: 15279320.
HSL color Cylindrical-coordinate representation of color #D824E9: hue angle of 294.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D824E9 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 36 | 233 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.09 |
| HSL | 294.82º | 0.82% | 0.53% | - |
| HSV(B) | 294.82º | 0.85% | 0.91% | - |
| XYZ | 43.66 | 21.74 | 78.99 | - |
| YUV | 112.28 | 196.13 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 233 | 0.07 | 0.85 | 0 | 0.09 | 294.82 | 0.82 | 0.53 |
| Hex | D8 | 24 | E9 | 7 | 55 | 0 | 9 | 127 | 52 | 35 |
| Octal | 330 | 44 | 351 | 7 | 125 | 0 | 11 | 447 | 122 | 65 |
| Binary | 11011000 | 100100 | 11101001 | 111 | 1010101 | 0 | 1001 | 100100111 | 1010010 | 110101 |
Color Harmonies of #D824E9
Complementary color
Monochromatic Colors of #D824E9
Black with #D824E9
Text Example
Text Example
White with #D824E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824E9; }
p { color: rgb(216,36,233); }
H1.HeaderClassName
{
color: #D824E9;
}
.AnyTagClassName
{
color: #D824E9;
}
</style>
background-color css
<style>
a { background-color: #D824E9; }
a { background-color: rgb(216,36,233); }
div.DivClassName
{
background-color: #D824E9;
}
.BgClassName
{
background-color: #D824E9;
}
</style>
border-color css
<style>
span { border-color: #D824E9; }
span { border-color: rgb(216,36,233); }
td.TdClassName
{
border-color: #D824E9;
}
.TagClassName
{
border-color: #D824E9;
}
</style>