Shades of Psychedelic Purple #D92EF6
Tints of Psychedelic Purple #D92EF6
RGB
CMYK
RGB Variations
Color information
#D92EF6 (or 0xD92EF6) is known color: Psychedelic Purple. HEX triplet: D9, 2E and F6. RGB value is (217,46,246). Sum of RGB (Red+Green+Blue) = 217+46+246=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #D92EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92EF6 is #26D109. Grayscale: #777777. Windows color (decimal): -2543882 or 16133849. OLE color: 16133849.
HSL color Cylindrical-coordinate representation of color #D92EF6: hue angle of 291.3º degrees, saturation: 0.92, 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 #D92EF6 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 46 | 246 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.04 |
| HSL | 291.3º | 0.92% | 0.57% | - |
| HSV(B) | 291.3º | 0.81% | 0.96% | - |
| XYZ | 46.23 | 23.36 | 89.26 | - |
| YUV | 119.93 | 199.15 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 246 | 0.12 | 0.81 | 0 | 0.04 | 291.3 | 0.92 | 0.57 |
| Hex | D9 | 2E | F6 | C | 51 | 0 | 4 | 123 | 5C | 39 |
| Octal | 331 | 56 | 366 | 14 | 121 | 0 | 4 | 443 | 134 | 71 |
| Binary | 11011001 | 101110 | 11110110 | 1100 | 1010001 | 0 | 100 | 100100011 | 1011100 | 111001 |
Color Harmonies of #D92EF6
Complementary color
Monochromatic Colors of #D92EF6
Black with #D92EF6
Text Example
Text Example
White with #D92EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92EF6; }
p { color: rgb(217,46,246); }
H1.HeaderClassName
{
color: #D92EF6;
}
.AnyTagClassName
{
color: #D92EF6;
}
</style>
background-color css
<style>
a { background-color: #D92EF6; }
a { background-color: rgb(217,46,246); }
div.DivClassName
{
background-color: #D92EF6;
}
.BgClassName
{
background-color: #D92EF6;
}
</style>
border-color css
<style>
span { border-color: #D92EF6; }
span { border-color: rgb(217,46,246); }
td.TdClassName
{
border-color: #D92EF6;
}
.TagClassName
{
border-color: #D92EF6;
}
</style>