Shades of Psychedelic Purple #D922EF
Tints of Psychedelic Purple #D922EF
RGB
CMYK
RGB Variations
Color information
#D922EF (or 0xD922EF) is known color: Psychedelic Purple. HEX triplet: D9, 22 and EF. RGB value is (217,34,239). Sum of RGB (Red+Green+Blue) = 217+34+239=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 34 (13.67% from 255 or 6.94% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #D922EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D922EF is #26DD10. Grayscale: #6F6F6F. Windows color (decimal): -2546961 or 15672025. OLE color: 15672025.
HSL color Cylindrical-coordinate representation of color #D922EF: hue angle of 293.56º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D922EF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 34 | 239 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.06 |
| HSL | 293.56º | 0.86% | 0.54% | - |
| HSV(B) | 293.56º | 0.86% | 0.94% | - |
| XYZ | 44.77 | 22.13 | 83.57 | - |
| YUV | 112.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 239 | 0.09 | 0.86 | 0 | 0.06 | 293.56 | 0.86 | 0.54 |
| Hex | D9 | 22 | EF | 9 | 56 | 0 | 6 | 126 | 56 | 36 |
| Octal | 331 | 42 | 357 | 11 | 126 | 0 | 6 | 446 | 126 | 66 |
| Binary | 11011001 | 100010 | 11101111 | 1001 | 1010110 | 0 | 110 | 100100110 | 1010110 | 110110 |
Color Harmonies of #D922EF
Complementary color
Monochromatic Colors of #D922EF
Black with #D922EF
Text Example
Text Example
White with #D922EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D922EF; }
p { color: rgb(217,34,239); }
H1.HeaderClassName
{
color: #D922EF;
}
.AnyTagClassName
{
color: #D922EF;
}
</style>
background-color css
<style>
a { background-color: #D922EF; }
a { background-color: rgb(217,34,239); }
div.DivClassName
{
background-color: #D922EF;
}
.BgClassName
{
background-color: #D922EF;
}
</style>
border-color css
<style>
span { border-color: #D922EF; }
span { border-color: rgb(217,34,239); }
td.TdClassName
{
border-color: #D922EF;
}
.TagClassName
{
border-color: #D922EF;
}
</style>