Shades of Psychedelic Purple #D924EF
Tints of Psychedelic Purple #D924EF
RGB
CMYK
RGB Variations
Color information
#D924EF (or 0xD924EF) is known color: Psychedelic Purple. HEX triplet: D9, 24 and EF. RGB value is (217,36,239). Sum of RGB (Red+Green+Blue) = 217+36+239=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #D924EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D924EF is #26DB10. Grayscale: #707070. Windows color (decimal): -2546449 or 15672537. OLE color: 15672537.
HSL color Cylindrical-coordinate representation of color #D924EF: hue angle of 293.5º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D924EF is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 36 | 239 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.06 |
| HSL | 293.5º | 0.86% | 0.54% | - |
| HSV(B) | 293.5º | 0.85% | 0.94% | - |
| XYZ | 44.83 | 22.25 | 83.59 | - |
| YUV | 113.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 239 | 0.09 | 0.85 | 0 | 0.06 | 293.5 | 0.86 | 0.54 |
| Hex | D9 | 24 | EF | 9 | 55 | 0 | 6 | 125 | 56 | 36 |
| Octal | 331 | 44 | 357 | 11 | 125 | 0 | 6 | 445 | 126 | 66 |
| Binary | 11011001 | 100100 | 11101111 | 1001 | 1010101 | 0 | 110 | 100100101 | 1010110 | 110110 |
Color Harmonies of #D924EF
Complementary color
Monochromatic Colors of #D924EF
Black with #D924EF
Text Example
Text Example
White with #D924EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924EF; }
p { color: rgb(217,36,239); }
H1.HeaderClassName
{
color: #D924EF;
}
.AnyTagClassName
{
color: #D924EF;
}
</style>
background-color css
<style>
a { background-color: #D924EF; }
a { background-color: rgb(217,36,239); }
div.DivClassName
{
background-color: #D924EF;
}
.BgClassName
{
background-color: #D924EF;
}
</style>
border-color css
<style>
span { border-color: #D924EF; }
span { border-color: rgb(217,36,239); }
td.TdClassName
{
border-color: #D924EF;
}
.TagClassName
{
border-color: #D924EF;
}
</style>