Shades of Psychedelic Purple #D920EF
Tints of Psychedelic Purple #D920EF
RGB
CMYK
RGB Variations
Color information
#D920EF (or 0xD920EF) is known color: Psychedelic Purple. HEX triplet: D9, 20 and EF. RGB value is (217,32,239). Sum of RGB (Red+Green+Blue) = 217+32+239=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #D920EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920EF is #26DF10. Grayscale: #6E6E6E. Windows color (decimal): -2547473 or 15671513. OLE color: 15671513.
HSL color Cylindrical-coordinate representation of color #D920EF: hue angle of 293.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D920EF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 32 | 239 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.06 |
| HSL | 293.62º | 0.87% | 0.53% | - |
| HSV(B) | 293.62º | 0.87% | 0.94% | - |
| XYZ | 44.71 | 22.02 | 83.55 | - |
| YUV | 110.91 | 200.29 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 239 | 0.09 | 0.87 | 0 | 0.06 | 293.62 | 0.87 | 0.53 |
| Hex | D9 | 20 | EF | 9 | 57 | 0 | 6 | 126 | 57 | 35 |
| Octal | 331 | 40 | 357 | 11 | 127 | 0 | 6 | 446 | 127 | 65 |
| Binary | 11011001 | 100000 | 11101111 | 1001 | 1010111 | 0 | 110 | 100100110 | 1010111 | 110101 |
Color Harmonies of #D920EF
Complementary color
Monochromatic Colors of #D920EF
Black with #D920EF
Text Example
Text Example
White with #D920EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920EF; }
p { color: rgb(217,32,239); }
H1.HeaderClassName
{
color: #D920EF;
}
.AnyTagClassName
{
color: #D920EF;
}
</style>
background-color css
<style>
a { background-color: #D920EF; }
a { background-color: rgb(217,32,239); }
div.DivClassName
{
background-color: #D920EF;
}
.BgClassName
{
background-color: #D920EF;
}
</style>
border-color css
<style>
span { border-color: #D920EF; }
span { border-color: rgb(217,32,239); }
td.TdClassName
{
border-color: #D920EF;
}
.TagClassName
{
border-color: #D920EF;
}
</style>