Shades of Psychedelic Purple #D919EF
Tints of Psychedelic Purple #D919EF
RGB
CMYK
RGB Variations
Color information
#D919EF (or 0xD919EF) is known color: Psychedelic Purple. HEX triplet: D9, 19 and EF. RGB value is (217,25,239). Sum of RGB (Red+Green+Blue) = 217+25+239=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #D919EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919EF is #26E610. Grayscale: #6A6A6A. Windows color (decimal): -2549265 or 15669721. OLE color: 15669721.
HSL color Cylindrical-coordinate representation of color #D919EF: hue angle of 293.83º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D919EF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 25 | 239 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.06 |
| HSL | 293.83º | 0.87% | 0.52% | - |
| HSV(B) | 293.83º | 0.9% | 0.94% | - |
| XYZ | 44.54 | 21.68 | 83.5 | - |
| YUV | 106.8 | 202.61 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 239 | 0.09 | 0.90 | 0 | 0.06 | 293.83 | 0.87 | 0.52 |
| Hex | D9 | 19 | EF | 9 | 5A | 0 | 6 | 126 | 57 | 34 |
| Octal | 331 | 31 | 357 | 11 | 132 | 0 | 6 | 446 | 127 | 64 |
| Binary | 11011001 | 11001 | 11101111 | 1001 | 1011010 | 0 | 110 | 100100110 | 1010111 | 110100 |
Color Harmonies of #D919EF
Complementary color
Monochromatic Colors of #D919EF
Black with #D919EF
Text Example
Text Example
White with #D919EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919EF; }
p { color: rgb(217,25,239); }
H1.HeaderClassName
{
color: #D919EF;
}
.AnyTagClassName
{
color: #D919EF;
}
</style>
background-color css
<style>
a { background-color: #D919EF; }
a { background-color: rgb(217,25,239); }
div.DivClassName
{
background-color: #D919EF;
}
.BgClassName
{
background-color: #D919EF;
}
</style>
border-color css
<style>
span { border-color: #D919EF; }
span { border-color: rgb(217,25,239); }
td.TdClassName
{
border-color: #D919EF;
}
.TagClassName
{
border-color: #D919EF;
}
</style>