Shades of Psychedelic Purple #D921EE
Tints of Psychedelic Purple #D921EE
RGB
CMYK
RGB Variations
Color information
#D921EE (or 0xD921EE) is known color: Psychedelic Purple. HEX triplet: D9, 21 and EE. RGB value is (217,33,238). Sum of RGB (Red+Green+Blue) = 217+33+238=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #D921EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921EE is #26DE11. Grayscale: #6E6E6E. Windows color (decimal): -2547218 or 15606233. OLE color: 15606233.
HSL color Cylindrical-coordinate representation of color #D921EE: hue angle of 293.85º 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 #D921EE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 33 | 238 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.07 |
| HSL | 293.85º | 0.86% | 0.53% | - |
| HSV(B) | 293.85º | 0.86% | 0.93% | - |
| XYZ | 44.59 | 22.01 | 82.79 | - |
| YUV | 111.39 | 199.46 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 238 | 0.09 | 0.86 | 0 | 0.07 | 293.85 | 0.86 | 0.53 |
| Hex | D9 | 21 | EE | 9 | 56 | 0 | 7 | 126 | 56 | 35 |
| Octal | 331 | 41 | 356 | 11 | 126 | 0 | 7 | 446 | 126 | 65 |
| Binary | 11011001 | 100001 | 11101110 | 1001 | 1010110 | 0 | 111 | 100100110 | 1010110 | 110101 |
Color Harmonies of #D921EE
Complementary color
Monochromatic Colors of #D921EE
Black with #D921EE
Text Example
Text Example
White with #D921EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921EE; }
p { color: rgb(217,33,238); }
H1.HeaderClassName
{
color: #D921EE;
}
.AnyTagClassName
{
color: #D921EE;
}
</style>
background-color css
<style>
a { background-color: #D921EE; }
a { background-color: rgb(217,33,238); }
div.DivClassName
{
background-color: #D921EE;
}
.BgClassName
{
background-color: #D921EE;
}
</style>
border-color css
<style>
span { border-color: #D921EE; }
span { border-color: rgb(217,33,238); }
td.TdClassName
{
border-color: #D921EE;
}
.TagClassName
{
border-color: #D921EE;
}
</style>