Shades of Psychedelic Purple #D92FEF
Tints of Psychedelic Purple #D92FEF
RGB
CMYK
RGB Variations
Color information
#D92FEF (or 0xD92FEF) is known color: Psychedelic Purple. HEX triplet: D9, 2F and EF. RGB value is (217,47,239). Sum of RGB (Red+Green+Blue) = 217+47+239=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #D92FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92FEF is #26D010. Grayscale: #777777. Windows color (decimal): -2543633 or 15675353. OLE color: 15675353.
HSL color Cylindrical-coordinate representation of color #D92FEF: hue angle of 293.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92FEF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 47 | 239 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.06 |
| HSL | 293.13º | 0.86% | 0.56% | - |
| HSV(B) | 293.13º | 0.8% | 0.94% | - |
| XYZ | 45.21 | 23.02 | 83.72 | - |
| YUV | 119.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 239 | 0.09 | 0.80 | 0 | 0.06 | 293.13 | 0.86 | 0.56 |
| Hex | D9 | 2F | EF | 9 | 50 | 0 | 6 | 125 | 56 | 38 |
| Octal | 331 | 57 | 357 | 11 | 120 | 0 | 6 | 445 | 126 | 70 |
| Binary | 11011001 | 101111 | 11101111 | 1001 | 1010000 | 0 | 110 | 100100101 | 1010110 | 111000 |
Color Harmonies of #D92FEF
Complementary color
Monochromatic Colors of #D92FEF
Black with #D92FEF
Text Example
Text Example
White with #D92FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FEF; }
p { color: rgb(217,47,239); }
H1.HeaderClassName
{
color: #D92FEF;
}
.AnyTagClassName
{
color: #D92FEF;
}
</style>
background-color css
<style>
a { background-color: #D92FEF; }
a { background-color: rgb(217,47,239); }
div.DivClassName
{
background-color: #D92FEF;
}
.BgClassName
{
background-color: #D92FEF;
}
</style>
border-color css
<style>
span { border-color: #D92FEF; }
span { border-color: rgb(217,47,239); }
td.TdClassName
{
border-color: #D92FEF;
}
.TagClassName
{
border-color: #D92FEF;
}
</style>