Shades of Psychedelic Purple #D517FA
Tints of Psychedelic Purple #D517FA
RGB
CMYK
RGB Variations
Color information
#D517FA (or 0xD517FA) is known color: Psychedelic Purple. HEX triplet: D5, 17 and FA. RGB value is (213,23,250). Sum of RGB (Red+Green+Blue) = 213+23+250=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #D517FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D517FA is #2AE805. Grayscale: #686868. Windows color (decimal): -2811910 or 16390101. OLE color: 16390101.
HSL color Cylindrical-coordinate representation of color #D517FA: hue angle of 290.22º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D517FA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 23 | 250 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.02 |
| HSL | 290.22º | 0.96% | 0.54% | - |
| HSV(B) | 290.22º | 0.91% | 0.98% | - |
| XYZ | 45 | 21.66 | 92.25 | - |
| YUV | 105.69 | 209.45 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 250 | 0.15 | 0.91 | 0 | 0.02 | 290.22 | 0.96 | 0.54 |
| Hex | D5 | 17 | FA | F | 5B | 0 | 2 | 122 | 60 | 36 |
| Octal | 325 | 27 | 372 | 17 | 133 | 0 | 2 | 442 | 140 | 66 |
| Binary | 11010101 | 10111 | 11111010 | 1111 | 1011011 | 0 | 10 | 100100010 | 1100000 | 110110 |
Color Harmonies of #D517FA
Complementary color
Monochromatic Colors of #D517FA
Black with #D517FA
Text Example
Text Example
White with #D517FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D517FA; }
p { color: rgb(213,23,250); }
H1.HeaderClassName
{
color: #D517FA;
}
.AnyTagClassName
{
color: #D517FA;
}
</style>
background-color css
<style>
a { background-color: #D517FA; }
a { background-color: rgb(213,23,250); }
div.DivClassName
{
background-color: #D517FA;
}
.BgClassName
{
background-color: #D517FA;
}
</style>
border-color css
<style>
span { border-color: #D517FA; }
span { border-color: rgb(213,23,250); }
td.TdClassName
{
border-color: #D517FA;
}
.TagClassName
{
border-color: #D517FA;
}
</style>