Shades of Psychedelic Purple #D92EF5
Tints of Psychedelic Purple #D92EF5
RGB
CMYK
RGB Variations
Color information
#D92EF5 (or 0xD92EF5) is known color: Psychedelic Purple. HEX triplet: D9, 2E and F5. RGB value is (217,46,245). Sum of RGB (Red+Green+Blue) = 217+46+245=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 245 - color contains mainly: blue. Hex color #D92EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92EF5 is #26D10A. Grayscale: #777777. Windows color (decimal): -2543883 or 16068313. OLE color: 16068313.
HSL color Cylindrical-coordinate representation of color #D92EF5: hue angle of 291.56º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92EF5 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 46 | 245 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.04 |
| HSL | 291.56º | 0.91% | 0.57% | - |
| HSV(B) | 291.56º | 0.81% | 0.96% | - |
| XYZ | 46.07 | 23.3 | 88.45 | - |
| YUV | 119.82 | 198.65 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 245 | 0.11 | 0.81 | 0 | 0.04 | 291.56 | 0.91 | 0.57 |
| Hex | D9 | 2E | F5 | B | 51 | 0 | 4 | 124 | 5B | 39 |
| Octal | 331 | 56 | 365 | 13 | 121 | 0 | 4 | 444 | 133 | 71 |
| Binary | 11011001 | 101110 | 11110101 | 1011 | 1010001 | 0 | 100 | 100100100 | 1011011 | 111001 |
Color Harmonies of #D92EF5
Complementary color
Monochromatic Colors of #D92EF5
Black with #D92EF5
Text Example
Text Example
White with #D92EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92EF5; }
p { color: rgb(217,46,245); }
H1.HeaderClassName
{
color: #D92EF5;
}
.AnyTagClassName
{
color: #D92EF5;
}
</style>
background-color css
<style>
a { background-color: #D92EF5; }
a { background-color: rgb(217,46,245); }
div.DivClassName
{
background-color: #D92EF5;
}
.BgClassName
{
background-color: #D92EF5;
}
</style>
border-color css
<style>
span { border-color: #D92EF5; }
span { border-color: rgb(217,46,245); }
td.TdClassName
{
border-color: #D92EF5;
}
.TagClassName
{
border-color: #D92EF5;
}
</style>