Shades of Psychedelic Purple #D92CEF
Tints of Psychedelic Purple #D92CEF
RGB
CMYK
RGB Variations
Color information
#D92CEF (or 0xD92CEF) is known color: Psychedelic Purple. HEX triplet: D9, 2C and EF. RGB value is (217,44,239). Sum of RGB (Red+Green+Blue) = 217+44+239=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #D92CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92CEF is #26D310. Grayscale: #757575. Windows color (decimal): -2544401 or 15674585. OLE color: 15674585.
HSL color Cylindrical-coordinate representation of color #D92CEF: hue angle of 293.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92CEF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 44 | 239 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.06 |
| HSL | 293.23º | 0.86% | 0.55% | - |
| HSV(B) | 293.23º | 0.82% | 0.94% | - |
| XYZ | 45.1 | 22.79 | 83.68 | - |
| YUV | 117.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 239 | 0.09 | 0.82 | 0 | 0.06 | 293.23 | 0.86 | 0.55 |
| Hex | D9 | 2C | EF | 9 | 52 | 0 | 6 | 125 | 56 | 37 |
| Octal | 331 | 54 | 357 | 11 | 122 | 0 | 6 | 445 | 126 | 67 |
| Binary | 11011001 | 101100 | 11101111 | 1001 | 1010010 | 0 | 110 | 100100101 | 1010110 | 110111 |
Color Harmonies of #D92CEF
Complementary color
Monochromatic Colors of #D92CEF
Black with #D92CEF
Text Example
Text Example
White with #D92CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CEF; }
p { color: rgb(217,44,239); }
H1.HeaderClassName
{
color: #D92CEF;
}
.AnyTagClassName
{
color: #D92CEF;
}
</style>
background-color css
<style>
a { background-color: #D92CEF; }
a { background-color: rgb(217,44,239); }
div.DivClassName
{
background-color: #D92CEF;
}
.BgClassName
{
background-color: #D92CEF;
}
</style>
border-color css
<style>
span { border-color: #D92CEF; }
span { border-color: rgb(217,44,239); }
td.TdClassName
{
border-color: #D92CEF;
}
.TagClassName
{
border-color: #D92CEF;
}
</style>