Shades of Psychedelic Purple #D923EF
Tints of Psychedelic Purple #D923EF
RGB
CMYK
RGB Variations
Color information
#D923EF (or 0xD923EF) is known color: Psychedelic Purple. HEX triplet: D9, 23 and EF. RGB value is (217,35,239). Sum of RGB (Red+Green+Blue) = 217+35+239=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 35 (14.06% from 255 or 7.13% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #D923EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D923EF is #26DC10. Grayscale: #707070. Windows color (decimal): -2546705 or 15672281. OLE color: 15672281.
HSL color Cylindrical-coordinate representation of color #D923EF: hue angle of 293.53º 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 #D923EF is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 35 | 239 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.06 |
| HSL | 293.53º | 0.86% | 0.54% | - |
| HSV(B) | 293.53º | 0.85% | 0.94% | - |
| XYZ | 44.8 | 22.19 | 83.58 | - |
| YUV | 112.67 | 199.3 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 239 | 0.09 | 0.85 | 0 | 0.06 | 293.53 | 0.86 | 0.54 |
| Hex | D9 | 23 | EF | 9 | 55 | 0 | 6 | 126 | 56 | 36 |
| Octal | 331 | 43 | 357 | 11 | 125 | 0 | 6 | 446 | 126 | 66 |
| Binary | 11011001 | 100011 | 11101111 | 1001 | 1010101 | 0 | 110 | 100100110 | 1010110 | 110110 |
Color Harmonies of #D923EF
Complementary color
Monochromatic Colors of #D923EF
Black with #D923EF
Text Example
Text Example
White with #D923EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923EF; }
p { color: rgb(217,35,239); }
H1.HeaderClassName
{
color: #D923EF;
}
.AnyTagClassName
{
color: #D923EF;
}
</style>
background-color css
<style>
a { background-color: #D923EF; }
a { background-color: rgb(217,35,239); }
div.DivClassName
{
background-color: #D923EF;
}
.BgClassName
{
background-color: #D923EF;
}
</style>
border-color css
<style>
span { border-color: #D923EF; }
span { border-color: rgb(217,35,239); }
td.TdClassName
{
border-color: #D923EF;
}
.TagClassName
{
border-color: #D923EF;
}
</style>