Shades of Psychedelic Purple #D920EC
Tints of Psychedelic Purple #D920EC
RGB
CMYK
RGB Variations
Color information
#D920EC (or 0xD920EC) is known color: Psychedelic Purple. HEX triplet: D9, 20 and EC. RGB value is (217,32,236). Sum of RGB (Red+Green+Blue) = 217+32+236=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #D920EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920EC is #26DF13. Grayscale: #6D6D6D. Windows color (decimal): -2547476 or 15474905. OLE color: 15474905.
HSL color Cylindrical-coordinate representation of color #D920EC: hue angle of 294.41º degrees, saturation: 0.84, 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 #D920EC is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 32 | 236 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.07 |
| HSL | 294.41º | 0.84% | 0.53% | - |
| HSV(B) | 294.41º | 0.86% | 0.93% | - |
| XYZ | 44.27 | 21.84 | 81.24 | - |
| YUV | 110.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 236 | 0.08 | 0.86 | 0 | 0.07 | 294.41 | 0.84 | 0.53 |
| Hex | D9 | 20 | EC | 8 | 56 | 0 | 7 | 126 | 54 | 35 |
| Octal | 331 | 40 | 354 | 10 | 126 | 0 | 7 | 446 | 124 | 65 |
| Binary | 11011001 | 100000 | 11101100 | 1000 | 1010110 | 0 | 111 | 100100110 | 1010100 | 110101 |
Color Harmonies of #D920EC
Complementary color
Monochromatic Colors of #D920EC
Black with #D920EC
Text Example
Text Example
White with #D920EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920EC; }
p { color: rgb(217,32,236); }
H1.HeaderClassName
{
color: #D920EC;
}
.AnyTagClassName
{
color: #D920EC;
}
</style>
background-color css
<style>
a { background-color: #D920EC; }
a { background-color: rgb(217,32,236); }
div.DivClassName
{
background-color: #D920EC;
}
.BgClassName
{
background-color: #D920EC;
}
</style>
border-color css
<style>
span { border-color: #D920EC; }
span { border-color: rgb(217,32,236); }
td.TdClassName
{
border-color: #D920EC;
}
.TagClassName
{
border-color: #D920EC;
}
</style>