Shades of Psychedelic Purple #D821EE
Tints of Psychedelic Purple #D821EE
RGB
CMYK
RGB Variations
Color information
#D821EE (or 0xD821EE) is known color: Psychedelic Purple. HEX triplet: D8, 21 and EE. RGB value is (216,33,238). Sum of RGB (Red+Green+Blue) = 216+33+238=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #D821EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D821EE is #27DE11. Grayscale: #6E6E6E. Windows color (decimal): -2612754 or 15606232. OLE color: 15606232.
HSL color Cylindrical-coordinate representation of color #D821EE: hue angle of 293.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D821EE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 33 | 238 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.07 |
| HSL | 293.56º | 0.86% | 0.53% | - |
| HSV(B) | 293.56º | 0.86% | 0.93% | - |
| XYZ | 44.3 | 21.86 | 82.77 | - |
| YUV | 111.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 238 | 0.09 | 0.86 | 0 | 0.07 | 293.56 | 0.86 | 0.53 |
| Hex | D8 | 21 | EE | 9 | 56 | 0 | 7 | 126 | 56 | 35 |
| Octal | 330 | 41 | 356 | 11 | 126 | 0 | 7 | 446 | 126 | 65 |
| Binary | 11011000 | 100001 | 11101110 | 1001 | 1010110 | 0 | 111 | 100100110 | 1010110 | 110101 |
Color Harmonies of #D821EE
Complementary color
Monochromatic Colors of #D821EE
Black with #D821EE
Text Example
Text Example
White with #D821EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D821EE; }
p { color: rgb(216,33,238); }
H1.HeaderClassName
{
color: #D821EE;
}
.AnyTagClassName
{
color: #D821EE;
}
</style>
background-color css
<style>
a { background-color: #D821EE; }
a { background-color: rgb(216,33,238); }
div.DivClassName
{
background-color: #D821EE;
}
.BgClassName
{
background-color: #D821EE;
}
</style>
border-color css
<style>
span { border-color: #D821EE; }
span { border-color: rgb(216,33,238); }
td.TdClassName
{
border-color: #D821EE;
}
.TagClassName
{
border-color: #D821EE;
}
</style>