Shades of Psychedelic Purple #D920E9
Tints of Psychedelic Purple #D920E9
RGB
CMYK
RGB Variations
Color information
#D920E9 (or 0xD920E9) is known color: Psychedelic Purple. HEX triplet: D9, 20 and E9. RGB value is (217,32,233). Sum of RGB (Red+Green+Blue) = 217+32+233=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #D920E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920E9 is #26DF16. Grayscale: #6D6D6D. Windows color (decimal): -2547479 or 15278297. OLE color: 15278297.
HSL color Cylindrical-coordinate representation of color #D920E9: hue angle of 295.22º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D920E9 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 32 | 233 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.09 |
| HSL | 295.22º | 0.82% | 0.52% | - |
| HSV(B) | 295.22º | 0.86% | 0.91% | - |
| XYZ | 43.84 | 21.67 | 78.96 | - |
| YUV | 110.23 | 197.29 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 233 | 0.07 | 0.86 | 0 | 0.09 | 295.22 | 0.82 | 0.52 |
| Hex | D9 | 20 | E9 | 7 | 56 | 0 | 9 | 127 | 52 | 34 |
| Octal | 331 | 40 | 351 | 7 | 126 | 0 | 11 | 447 | 122 | 64 |
| Binary | 11011001 | 100000 | 11101001 | 111 | 1010110 | 0 | 1001 | 100100111 | 1010010 | 110100 |
Color Harmonies of #D920E9
Complementary color
Monochromatic Colors of #D920E9
Black with #D920E9
Text Example
Text Example
White with #D920E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920E9; }
p { color: rgb(217,32,233); }
H1.HeaderClassName
{
color: #D920E9;
}
.AnyTagClassName
{
color: #D920E9;
}
</style>
background-color css
<style>
a { background-color: #D920E9; }
a { background-color: rgb(217,32,233); }
div.DivClassName
{
background-color: #D920E9;
}
.BgClassName
{
background-color: #D920E9;
}
</style>
border-color css
<style>
span { border-color: #D920E9; }
span { border-color: rgb(217,32,233); }
td.TdClassName
{
border-color: #D920E9;
}
.TagClassName
{
border-color: #D920E9;
}
</style>