Shades of Psychedelic Purple #D82FED
Tints of Psychedelic Purple #D82FED
RGB
CMYK
RGB Variations
Color information
#D82FED (or 0xD82FED) is known color: Psychedelic Purple. HEX triplet: D8, 2F and ED. RGB value is (216,47,237). Sum of RGB (Red+Green+Blue) = 216+47+237=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #D82FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D82FED is #27D012. Grayscale: #767676. Windows color (decimal): -2609171 or 15544280. OLE color: 15544280.
HSL color Cylindrical-coordinate representation of color #D82FED: hue angle of 293.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82FED is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 47 | 237 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.07 |
| HSL | 293.37º | 0.84% | 0.56% | - |
| HSV(B) | 293.37º | 0.8% | 0.93% | - |
| XYZ | 44.62 | 22.75 | 82.16 | - |
| YUV | 119.19 | 194.49 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 237 | 0.09 | 0.80 | 0 | 0.07 | 293.37 | 0.84 | 0.56 |
| Hex | D8 | 2F | ED | 9 | 50 | 0 | 7 | 125 | 54 | 38 |
| Octal | 330 | 57 | 355 | 11 | 120 | 0 | 7 | 445 | 124 | 70 |
| Binary | 11011000 | 101111 | 11101101 | 1001 | 1010000 | 0 | 111 | 100100101 | 1010100 | 111000 |
Color Harmonies of #D82FED
Complementary color
Monochromatic Colors of #D82FED
Black with #D82FED
Text Example
Text Example
White with #D82FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82FED; }
p { color: rgb(216,47,237); }
H1.HeaderClassName
{
color: #D82FED;
}
.AnyTagClassName
{
color: #D82FED;
}
</style>
background-color css
<style>
a { background-color: #D82FED; }
a { background-color: rgb(216,47,237); }
div.DivClassName
{
background-color: #D82FED;
}
.BgClassName
{
background-color: #D82FED;
}
</style>
border-color css
<style>
span { border-color: #D82FED; }
span { border-color: rgb(216,47,237); }
td.TdClassName
{
border-color: #D82FED;
}
.TagClassName
{
border-color: #D82FED;
}
</style>