Shades of Psychedelic Purple #D928EF
Tints of Psychedelic Purple #D928EF
RGB
CMYK
RGB Variations
Color information
#D928EF (or 0xD928EF) is known color: Psychedelic Purple. HEX triplet: D9, 28 and EF. RGB value is (217,40,239). Sum of RGB (Red+Green+Blue) = 217+40+239=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #D928EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928EF is #26D710. Grayscale: #727272. Windows color (decimal): -2545425 or 15673561. OLE color: 15673561.
HSL color Cylindrical-coordinate representation of color #D928EF: hue angle of 293.37º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D928EF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 40 | 239 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.06 |
| HSL | 293.37º | 0.86% | 0.55% | - |
| HSV(B) | 293.37º | 0.83% | 0.94% | - |
| XYZ | 44.95 | 22.5 | 83.64 | - |
| YUV | 115.61 | 197.64 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 239 | 0.09 | 0.83 | 0 | 0.06 | 293.37 | 0.86 | 0.55 |
| Hex | D9 | 28 | EF | 9 | 53 | 0 | 6 | 125 | 56 | 37 |
| Octal | 331 | 50 | 357 | 11 | 123 | 0 | 6 | 445 | 126 | 67 |
| Binary | 11011001 | 101000 | 11101111 | 1001 | 1010011 | 0 | 110 | 100100101 | 1010110 | 110111 |
Color Harmonies of #D928EF
Complementary color
Monochromatic Colors of #D928EF
Black with #D928EF
Text Example
Text Example
White with #D928EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928EF; }
p { color: rgb(217,40,239); }
H1.HeaderClassName
{
color: #D928EF;
}
.AnyTagClassName
{
color: #D928EF;
}
</style>
background-color css
<style>
a { background-color: #D928EF; }
a { background-color: rgb(217,40,239); }
div.DivClassName
{
background-color: #D928EF;
}
.BgClassName
{
background-color: #D928EF;
}
</style>
border-color css
<style>
span { border-color: #D928EF; }
span { border-color: rgb(217,40,239); }
td.TdClassName
{
border-color: #D928EF;
}
.TagClassName
{
border-color: #D928EF;
}
</style>