Shades of Psychedelic Purple #D515FF
Tints of Psychedelic Purple #D515FF
RGB
CMYK
RGB Variations
Color information
#D515FF (or 0xD515FF) is known color: Psychedelic Purple. HEX triplet: D5, 15 and FF. RGB value is (213,21,255). Sum of RGB (Red+Green+Blue) = 213+21+255=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #D515FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515FF is #2AEA00. Grayscale: #686868. Windows color (decimal): -2812417 or 16717269. OLE color: 16717269.
HSL color Cylindrical-coordinate representation of color #D515FF: hue angle of 289.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D515FF is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 21 | 255 | - |
| CMYK | 0.16 | 0.92 | 0 | 0 |
| HSL | 289.23º | 1% | 0.54% | - |
| HSV(B) | 289.23º | 0.92% | 1% | - |
| XYZ | 45.76 | 21.9 | 96.42 | - |
| YUV | 105.08 | 212.61 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 255 | 0.16 | 0.92 | 0 | 0 | 289.23 | 1 | 0.54 |
| Hex | D5 | 15 | FF | 10 | 5C | 0 | 0 | 121 | 64 | 36 |
| Octal | 325 | 25 | 377 | 20 | 134 | 0 | 0 | 441 | 144 | 66 |
| Binary | 11010101 | 10101 | 11111111 | 10000 | 1011100 | 0 | 0 | 100100001 | 1100100 | 110110 |
Color Harmonies of #D515FF
Complementary color
Monochromatic Colors of #D515FF
Black with #D515FF
Text Example
Text Example
White with #D515FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515FF; }
p { color: rgb(213,21,255); }
H1.HeaderClassName
{
color: #D515FF;
}
.AnyTagClassName
{
color: #D515FF;
}
</style>
background-color css
<style>
a { background-color: #D515FF; }
a { background-color: rgb(213,21,255); }
div.DivClassName
{
background-color: #D515FF;
}
.BgClassName
{
background-color: #D515FF;
}
</style>
border-color css
<style>
span { border-color: #D515FF; }
span { border-color: rgb(213,21,255); }
td.TdClassName
{
border-color: #D515FF;
}
.TagClassName
{
border-color: #D515FF;
}
</style>