Shades of Psychedelic Purple #D92EEC
Tints of Psychedelic Purple #D92EEC
RGB
CMYK
RGB Variations
Color information
#D92EEC (or 0xD92EEC) is known color: Psychedelic Purple. HEX triplet: D9, 2E and EC. RGB value is (217,46,236). Sum of RGB (Red+Green+Blue) = 217+46+236=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #D92EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92EEC is #26D113. Grayscale: #767676. Windows color (decimal): -2543892 or 15478489. OLE color: 15478489.
HSL color Cylindrical-coordinate representation of color #D92EEC: hue angle of 294º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92EEC is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 46 | 236 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.07 |
| HSL | 294º | 0.83% | 0.55% | - |
| HSV(B) | 294º | 0.81% | 0.93% | - |
| XYZ | 44.73 | 22.76 | 81.39 | - |
| YUV | 118.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 236 | 0.08 | 0.81 | 0 | 0.07 | 294 | 0.83 | 0.55 |
| Hex | D9 | 2E | EC | 8 | 51 | 0 | 7 | 126 | 53 | 37 |
| Octal | 331 | 56 | 354 | 10 | 121 | 0 | 7 | 446 | 123 | 67 |
| Binary | 11011001 | 101110 | 11101100 | 1000 | 1010001 | 0 | 111 | 100100110 | 1010011 | 110111 |
Color Harmonies of #D92EEC
Complementary color
Monochromatic Colors of #D92EEC
Black with #D92EEC
Text Example
Text Example
White with #D92EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92EEC; }
p { color: rgb(217,46,236); }
H1.HeaderClassName
{
color: #D92EEC;
}
.AnyTagClassName
{
color: #D92EEC;
}
</style>
background-color css
<style>
a { background-color: #D92EEC; }
a { background-color: rgb(217,46,236); }
div.DivClassName
{
background-color: #D92EEC;
}
.BgClassName
{
background-color: #D92EEC;
}
</style>
border-color css
<style>
span { border-color: #D92EEC; }
span { border-color: rgb(217,46,236); }
td.TdClassName
{
border-color: #D92EEC;
}
.TagClassName
{
border-color: #D92EEC;
}
</style>