Shades of Psychedelic Purple #D82FEC
Tints of Psychedelic Purple #D82FEC
RGB
CMYK
RGB Variations
Color information
#D82FEC (or 0xD82FEC) is known color: Psychedelic Purple. HEX triplet: D8, 2F and EC. RGB value is (216,47,236). Sum of RGB (Red+Green+Blue) = 216+47+236=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #D82FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D82FEC is #27D013. Grayscale: #767676. Windows color (decimal): -2609172 or 15478744. OLE color: 15478744.
HSL color Cylindrical-coordinate representation of color #D82FEC: hue angle of 293.65º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82FEC is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 47 | 236 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.07 |
| HSL | 293.65º | 0.83% | 0.55% | - |
| HSV(B) | 293.65º | 0.8% | 0.93% | - |
| XYZ | 44.48 | 22.69 | 81.39 | - |
| YUV | 119.08 | 193.99 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 236 | 0.08 | 0.80 | 0 | 0.07 | 293.65 | 0.83 | 0.55 |
| Hex | D8 | 2F | EC | 8 | 50 | 0 | 7 | 126 | 53 | 37 |
| Octal | 330 | 57 | 354 | 10 | 120 | 0 | 7 | 446 | 123 | 67 |
| Binary | 11011000 | 101111 | 11101100 | 1000 | 1010000 | 0 | 111 | 100100110 | 1010011 | 110111 |
Color Harmonies of #D82FEC
Complementary color
Monochromatic Colors of #D82FEC
Black with #D82FEC
Text Example
Text Example
White with #D82FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82FEC; }
p { color: rgb(216,47,236); }
H1.HeaderClassName
{
color: #D82FEC;
}
.AnyTagClassName
{
color: #D82FEC;
}
</style>
background-color css
<style>
a { background-color: #D82FEC; }
a { background-color: rgb(216,47,236); }
div.DivClassName
{
background-color: #D82FEC;
}
.BgClassName
{
background-color: #D82FEC;
}
</style>
border-color css
<style>
span { border-color: #D82FEC; }
span { border-color: rgb(216,47,236); }
td.TdClassName
{
border-color: #D82FEC;
}
.TagClassName
{
border-color: #D82FEC;
}
</style>