Shades of Psychedelic Purple #D928EB
Tints of Psychedelic Purple #D928EB
RGB
CMYK
RGB Variations
Color information
#D928EB (or 0xD928EB) is known color: Psychedelic Purple. HEX triplet: D9, 28 and EB. RGB value is (217,40,235). Sum of RGB (Red+Green+Blue) = 217+40+235=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #D928EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928EB is #26D714. Grayscale: #727272. Windows color (decimal): -2545429 or 15411417. OLE color: 15411417.
HSL color Cylindrical-coordinate representation of color #D928EB: hue angle of 294.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D928EB is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 40 | 235 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.08 |
| HSL | 294.46º | 0.83% | 0.54% | - |
| HSV(B) | 294.46º | 0.83% | 0.92% | - |
| XYZ | 44.37 | 22.27 | 80.56 | - |
| YUV | 115.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 235 | 0.08 | 0.83 | 0 | 0.08 | 294.46 | 0.83 | 0.54 |
| Hex | D9 | 28 | EB | 8 | 53 | 0 | 8 | 126 | 53 | 36 |
| Octal | 331 | 50 | 353 | 10 | 123 | 0 | 10 | 446 | 123 | 66 |
| Binary | 11011001 | 101000 | 11101011 | 1000 | 1010011 | 0 | 1000 | 100100110 | 1010011 | 110110 |
Color Harmonies of #D928EB
Complementary color
Monochromatic Colors of #D928EB
Black with #D928EB
Text Example
Text Example
White with #D928EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928EB; }
p { color: rgb(217,40,235); }
H1.HeaderClassName
{
color: #D928EB;
}
.AnyTagClassName
{
color: #D928EB;
}
</style>
background-color css
<style>
a { background-color: #D928EB; }
a { background-color: rgb(217,40,235); }
div.DivClassName
{
background-color: #D928EB;
}
.BgClassName
{
background-color: #D928EB;
}
</style>
border-color css
<style>
span { border-color: #D928EB; }
span { border-color: rgb(217,40,235); }
td.TdClassName
{
border-color: #D928EB;
}
.TagClassName
{
border-color: #D928EB;
}
</style>