Shades of Psychedelic Purple #D920EE
Tints of Psychedelic Purple #D920EE
RGB
CMYK
RGB Variations
Color information
#D920EE (or 0xD920EE) is known color: Psychedelic Purple. HEX triplet: D9, 20 and EE. RGB value is (217,32,238). Sum of RGB (Red+Green+Blue) = 217+32+238=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 32 (12.89% from 255 or 6.57% 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 #D920EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920EE is #26DF11. Grayscale: #6E6E6E. Windows color (decimal): -2547474 or 15605977. OLE color: 15605977.
HSL color Cylindrical-coordinate representation of color #D920EE: hue angle of 293.88º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D920EE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 32 | 238 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.07 |
| HSL | 293.88º | 0.86% | 0.53% | - |
| HSV(B) | 293.88º | 0.87% | 0.93% | - |
| XYZ | 44.56 | 21.96 | 82.78 | - |
| YUV | 110.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 238 | 0.09 | 0.87 | 0 | 0.07 | 293.88 | 0.86 | 0.53 |
| Hex | D9 | 20 | EE | 9 | 57 | 0 | 7 | 126 | 56 | 35 |
| Octal | 331 | 40 | 356 | 11 | 127 | 0 | 7 | 446 | 126 | 65 |
| Binary | 11011001 | 100000 | 11101110 | 1001 | 1010111 | 0 | 111 | 100100110 | 1010110 | 110101 |
Color Harmonies of #D920EE
Complementary color
Monochromatic Colors of #D920EE
Black with #D920EE
Text Example
Text Example
White with #D920EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920EE; }
p { color: rgb(217,32,238); }
H1.HeaderClassName
{
color: #D920EE;
}
.AnyTagClassName
{
color: #D920EE;
}
</style>
background-color css
<style>
a { background-color: #D920EE; }
a { background-color: rgb(217,32,238); }
div.DivClassName
{
background-color: #D920EE;
}
.BgClassName
{
background-color: #D920EE;
}
</style>
border-color css
<style>
span { border-color: #D920EE; }
span { border-color: rgb(217,32,238); }
td.TdClassName
{
border-color: #D920EE;
}
.TagClassName
{
border-color: #D920EE;
}
</style>