Shades of Psychedelic Purple #D917EF
Tints of Psychedelic Purple #D917EF
RGB
CMYK
RGB Variations
Color information
#D917EF (or 0xD917EF) is known color: Psychedelic Purple. HEX triplet: D9, 17 and EF. RGB value is (217,23,239). Sum of RGB (Red+Green+Blue) = 217+23+239=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #D917EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917EF is #26E810. Grayscale: #686868. Windows color (decimal): -2549777 or 15669209. OLE color: 15669209.
HSL color Cylindrical-coordinate representation of color #D917EF: hue angle of 293.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D917EF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 23 | 239 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.06 |
| HSL | 293.89º | 0.87% | 0.51% | - |
| HSV(B) | 293.89º | 0.9% | 0.94% | - |
| XYZ | 44.5 | 21.6 | 83.48 | - |
| YUV | 105.63 | 203.27 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 239 | 0.09 | 0.90 | 0 | 0.06 | 293.89 | 0.87 | 0.51 |
| Hex | D9 | 17 | EF | 9 | 5A | 0 | 6 | 126 | 57 | 33 |
| Octal | 331 | 27 | 357 | 11 | 132 | 0 | 6 | 446 | 127 | 63 |
| Binary | 11011001 | 10111 | 11101111 | 1001 | 1011010 | 0 | 110 | 100100110 | 1010111 | 110011 |
Color Harmonies of #D917EF
Complementary color
Monochromatic Colors of #D917EF
Black with #D917EF
Text Example
Text Example
White with #D917EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917EF; }
p { color: rgb(217,23,239); }
H1.HeaderClassName
{
color: #D917EF;
}
.AnyTagClassName
{
color: #D917EF;
}
</style>
background-color css
<style>
a { background-color: #D917EF; }
a { background-color: rgb(217,23,239); }
div.DivClassName
{
background-color: #D917EF;
}
.BgClassName
{
background-color: #D917EF;
}
</style>
border-color css
<style>
span { border-color: #D917EF; }
span { border-color: rgb(217,23,239); }
td.TdClassName
{
border-color: #D917EF;
}
.TagClassName
{
border-color: #D917EF;
}
</style>