Shades of Psychedelic Purple #D915EF
Tints of Psychedelic Purple #D915EF
RGB
CMYK
RGB Variations
Color information
#D915EF (or 0xD915EF) is known color: Psychedelic Purple. HEX triplet: D9, 15 and EF. RGB value is (217,21,239). Sum of RGB (Red+Green+Blue) = 217+21+239=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #D915EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915EF is #26EA10. Grayscale: #676767. Windows color (decimal): -2550289 or 15668697. OLE color: 15668697.
HSL color Cylindrical-coordinate representation of color #D915EF: hue angle of 293.94º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915EF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 21 | 239 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.06 |
| HSL | 293.94º | 0.87% | 0.51% | - |
| HSV(B) | 293.94º | 0.91% | 0.94% | - |
| XYZ | 44.46 | 21.52 | 83.47 | - |
| YUV | 104.46 | 203.93 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 239 | 0.09 | 0.91 | 0 | 0.06 | 293.94 | 0.87 | 0.51 |
| Hex | D9 | 15 | EF | 9 | 5B | 0 | 6 | 126 | 57 | 33 |
| Octal | 331 | 25 | 357 | 11 | 133 | 0 | 6 | 446 | 127 | 63 |
| Binary | 11011001 | 10101 | 11101111 | 1001 | 1011011 | 0 | 110 | 100100110 | 1010111 | 110011 |
Color Harmonies of #D915EF
Complementary color
Monochromatic Colors of #D915EF
Black with #D915EF
Text Example
Text Example
White with #D915EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915EF; }
p { color: rgb(217,21,239); }
H1.HeaderClassName
{
color: #D915EF;
}
.AnyTagClassName
{
color: #D915EF;
}
</style>
background-color css
<style>
a { background-color: #D915EF; }
a { background-color: rgb(217,21,239); }
div.DivClassName
{
background-color: #D915EF;
}
.BgClassName
{
background-color: #D915EF;
}
</style>
border-color css
<style>
span { border-color: #D915EF; }
span { border-color: rgb(217,21,239); }
td.TdClassName
{
border-color: #D915EF;
}
.TagClassName
{
border-color: #D915EF;
}
</style>