Shades of Psychedelic Purple #D82BEE
Tints of Psychedelic Purple #D82BEE
RGB
CMYK
RGB Variations
Color information
#D82BEE (or 0xD82BEE) is known color: Psychedelic Purple. HEX triplet: D8, 2B and EE. RGB value is (216,43,238). Sum of RGB (Red+Green+Blue) = 216+43+238=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #D82BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D82BEE is #27D411. Grayscale: #747474. Windows color (decimal): -2610194 or 15608792. OLE color: 15608792.
HSL color Cylindrical-coordinate representation of color #D82BEE: hue angle of 293.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82BEE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 43 | 238 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.07 |
| HSL | 293.23º | 0.85% | 0.55% | - |
| HSV(B) | 293.23º | 0.82% | 0.93% | - |
| XYZ | 44.62 | 22.5 | 82.88 | - |
| YUV | 116.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 43 | 238 | 0.09 | 0.82 | 0 | 0.07 | 293.23 | 0.85 | 0.55 |
| Hex | D8 | 2B | EE | 9 | 52 | 0 | 7 | 125 | 55 | 37 |
| Octal | 330 | 53 | 356 | 11 | 122 | 0 | 7 | 445 | 125 | 67 |
| Binary | 11011000 | 101011 | 11101110 | 1001 | 1010010 | 0 | 111 | 100100101 | 1010101 | 110111 |
Color Harmonies of #D82BEE
Complementary color
Monochromatic Colors of #D82BEE
Black with #D82BEE
Text Example
Text Example
White with #D82BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82BEE; }
p { color: rgb(216,43,238); }
H1.HeaderClassName
{
color: #D82BEE;
}
.AnyTagClassName
{
color: #D82BEE;
}
</style>
background-color css
<style>
a { background-color: #D82BEE; }
a { background-color: rgb(216,43,238); }
div.DivClassName
{
background-color: #D82BEE;
}
.BgClassName
{
background-color: #D82BEE;
}
</style>
border-color css
<style>
span { border-color: #D82BEE; }
span { border-color: rgb(216,43,238); }
td.TdClassName
{
border-color: #D82BEE;
}
.TagClassName
{
border-color: #D82BEE;
}
</style>