Shades of Psychedelic Purple #D92FED
Tints of Psychedelic Purple #D92FED
RGB
CMYK
RGB Variations
Color information
#D92FED (or 0xD92FED) is known color: Psychedelic Purple. HEX triplet: D9, 2F and ED. RGB value is (217,47,237). Sum of RGB (Red+Green+Blue) = 217+47+237=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #D92FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92FED is #26D012. Grayscale: #767676. Windows color (decimal): -2543635 or 15544281. OLE color: 15544281.
HSL color Cylindrical-coordinate representation of color #D92FED: hue angle of 293.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92FED is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 47 | 237 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.07 |
| HSL | 293.68º | 0.84% | 0.56% | - |
| HSV(B) | 293.68º | 0.8% | 0.93% | - |
| XYZ | 44.92 | 22.9 | 82.17 | - |
| YUV | 119.49 | 194.32 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 237 | 0.08 | 0.80 | 0 | 0.07 | 293.68 | 0.84 | 0.56 |
| Hex | D9 | 2F | ED | 8 | 50 | 0 | 7 | 126 | 54 | 38 |
| Octal | 331 | 57 | 355 | 10 | 120 | 0 | 7 | 446 | 124 | 70 |
| Binary | 11011001 | 101111 | 11101101 | 1000 | 1010000 | 0 | 111 | 100100110 | 1010100 | 111000 |
Color Harmonies of #D92FED
Complementary color
Monochromatic Colors of #D92FED
Black with #D92FED
Text Example
Text Example
White with #D92FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FED; }
p { color: rgb(217,47,237); }
H1.HeaderClassName
{
color: #D92FED;
}
.AnyTagClassName
{
color: #D92FED;
}
</style>
background-color css
<style>
a { background-color: #D92FED; }
a { background-color: rgb(217,47,237); }
div.DivClassName
{
background-color: #D92FED;
}
.BgClassName
{
background-color: #D92FED;
}
</style>
border-color css
<style>
span { border-color: #D92FED; }
span { border-color: rgb(217,47,237); }
td.TdClassName
{
border-color: #D92FED;
}
.TagClassName
{
border-color: #D92FED;
}
</style>