Shades of Psychedelic Purple #D517FC
Tints of Psychedelic Purple #D517FC
RGB
CMYK
RGB Variations
Color information
#D517FC (or 0xD517FC) is known color: Psychedelic Purple. HEX triplet: D5, 17 and FC. RGB value is (213,23,252). Sum of RGB (Red+Green+Blue) = 213+23+252=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #D517FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D517FC is #2AE803. Grayscale: #696969. Windows color (decimal): -2811908 or 16521173. OLE color: 16521173.
HSL color Cylindrical-coordinate representation of color #D517FC: hue angle of 289.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D517FC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 23 | 252 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.01 |
| HSL | 289.78º | 0.97% | 0.54% | - |
| HSV(B) | 289.78º | 0.91% | 0.99% | - |
| XYZ | 45.32 | 21.79 | 93.91 | - |
| YUV | 105.92 | 210.45 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 252 | 0.15 | 0.91 | 0 | 0.01 | 289.78 | 0.97 | 0.54 |
| Hex | D5 | 17 | FC | F | 5B | 0 | 1 | 122 | 61 | 36 |
| Octal | 325 | 27 | 374 | 17 | 133 | 0 | 1 | 442 | 141 | 66 |
| Binary | 11010101 | 10111 | 11111100 | 1111 | 1011011 | 0 | 1 | 100100010 | 1100001 | 110110 |
Color Harmonies of #D517FC
Complementary color
Monochromatic Colors of #D517FC
Black with #D517FC
Text Example
Text Example
White with #D517FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D517FC; }
p { color: rgb(213,23,252); }
H1.HeaderClassName
{
color: #D517FC;
}
.AnyTagClassName
{
color: #D517FC;
}
</style>
background-color css
<style>
a { background-color: #D517FC; }
a { background-color: rgb(213,23,252); }
div.DivClassName
{
background-color: #D517FC;
}
.BgClassName
{
background-color: #D517FC;
}
</style>
border-color css
<style>
span { border-color: #D517FC; }
span { border-color: rgb(213,23,252); }
td.TdClassName
{
border-color: #D517FC;
}
.TagClassName
{
border-color: #D517FC;
}
</style>