Shades of Psychedelic Purple #D92EFF
Tints of Psychedelic Purple #D92EFF
RGB
CMYK
RGB Variations
Color information
#D92EFF (or 0xD92EFF) is known color: Psychedelic Purple. HEX triplet: D9, 2E and FF. RGB value is (217,46,255). Sum of RGB (Red+Green+Blue) = 217+46+255=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 46 (18.36% from 255 or 8.88% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #D92EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92EFF is #26D100. Grayscale: #787878. Windows color (decimal): -2543873 or 16723673. OLE color: 16723673.
HSL color Cylindrical-coordinate representation of color #D92EFF: hue angle of 289.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92EFF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 46 | 255 | - |
| CMYK | 0.15 | 0.82 | 0 | 0 |
| HSL | 289.09º | 1% | 0.59% | - |
| HSV(B) | 289.09º | 0.82% | 1% | - |
| XYZ | 47.64 | 23.93 | 96.71 | - |
| YUV | 120.96 | 203.65 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 255 | 0.15 | 0.82 | 0 | 0 | 289.09 | 1 | 0.59 |
| Hex | D9 | 2E | FF | F | 52 | 0 | 0 | 121 | 64 | 3B |
| Octal | 331 | 56 | 377 | 17 | 122 | 0 | 0 | 441 | 144 | 73 |
| Binary | 11011001 | 101110 | 11111111 | 1111 | 1010010 | 0 | 0 | 100100001 | 1100100 | 111011 |
Color Harmonies of #D92EFF
Complementary color
Monochromatic Colors of #D92EFF
Black with #D92EFF
Text Example
Text Example
White with #D92EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92EFF; }
p { color: rgb(217,46,255); }
H1.HeaderClassName
{
color: #D92EFF;
}
.AnyTagClassName
{
color: #D92EFF;
}
</style>
background-color css
<style>
a { background-color: #D92EFF; }
a { background-color: rgb(217,46,255); }
div.DivClassName
{
background-color: #D92EFF;
}
.BgClassName
{
background-color: #D92EFF;
}
</style>
border-color css
<style>
span { border-color: #D92EFF; }
span { border-color: rgb(217,46,255); }
td.TdClassName
{
border-color: #D92EFF;
}
.TagClassName
{
border-color: #D92EFF;
}
</style>