Shades of Psychedelic Purple #D92EEE
Tints of Psychedelic Purple #D92EEE
RGB
CMYK
RGB Variations
Color information
#D92EEE (or 0xD92EEE) is known color: Psychedelic Purple. HEX triplet: D9, 2E and EE. RGB value is (217,46,238). Sum of RGB (Red+Green+Blue) = 217+46+238=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #D92EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92EEE is #26D111. Grayscale: #767676. Windows color (decimal): -2543890 or 15609561. OLE color: 15609561.
HSL color Cylindrical-coordinate representation of color #D92EEE: hue angle of 293.44º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92EEE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 46 | 238 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.07 |
| HSL | 293.44º | 0.85% | 0.56% | - |
| HSV(B) | 293.44º | 0.81% | 0.93% | - |
| XYZ | 45.02 | 22.88 | 82.93 | - |
| YUV | 119.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 238 | 0.09 | 0.81 | 0 | 0.07 | 293.44 | 0.85 | 0.56 |
| Hex | D9 | 2E | EE | 9 | 51 | 0 | 7 | 125 | 55 | 38 |
| Octal | 331 | 56 | 356 | 11 | 121 | 0 | 7 | 445 | 125 | 70 |
| Binary | 11011001 | 101110 | 11101110 | 1001 | 1010001 | 0 | 111 | 100100101 | 1010101 | 111000 |
Color Harmonies of #D92EEE
Complementary color
Monochromatic Colors of #D92EEE
Black with #D92EEE
Text Example
Text Example
White with #D92EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92EEE; }
p { color: rgb(217,46,238); }
H1.HeaderClassName
{
color: #D92EEE;
}
.AnyTagClassName
{
color: #D92EEE;
}
</style>
background-color css
<style>
a { background-color: #D92EEE; }
a { background-color: rgb(217,46,238); }
div.DivClassName
{
background-color: #D92EEE;
}
.BgClassName
{
background-color: #D92EEE;
}
</style>
border-color css
<style>
span { border-color: #D92EEE; }
span { border-color: rgb(217,46,238); }
td.TdClassName
{
border-color: #D92EEE;
}
.TagClassName
{
border-color: #D92EEE;
}
</style>