Shades of Psychedelic Purple #D500FA
Tints of Psychedelic Purple #D500FA
RGB
CMYK
RGB Variations
Color information
#D500FA (or 0xD500FA) is known color: Psychedelic Purple. HEX triplet: D5, 00 and FA. RGB value is (213,0,250). Sum of RGB (Red+Green+Blue) = 213+0+250=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #D500FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500FA is #2AFF05. Grayscale: #5B5B5B. Windows color (decimal): -2817798 or 16384213. OLE color: 16384213.
HSL color Cylindrical-coordinate representation of color #D500FA: hue angle of 291.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500FA is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 0 | 250 | - |
| CMYK | 0.15 | 1 | 0 | 0.02 |
| HSL | 291.12º | 1% | 0.49% | - |
| HSV(B) | 291.12º | 1% | 0.98% | - |
| XYZ | 44.7 | 21.05 | 92.15 | - |
| YUV | 92.19 | 217.07 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 250 | 0.15 | 1 | 0 | 0.02 | 291.12 | 1 | 0.49 |
| Hex | D5 | 0 | FA | F | 64 | 0 | 2 | 123 | 64 | 31 |
| Octal | 325 | 0 | 372 | 17 | 144 | 0 | 2 | 443 | 144 | 61 |
| Binary | 11010101 | 0 | 11111010 | 1111 | 1100100 | 0 | 10 | 100100011 | 1100100 | 110001 |
Color Harmonies of #D500FA
Complementary color
Monochromatic Colors of #D500FA
Black with #D500FA
Text Example
Text Example
White with #D500FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500FA; }
p { color: rgb(213,0,250); }
H1.HeaderClassName
{
color: #D500FA;
}
.AnyTagClassName
{
color: #D500FA;
}
</style>
background-color css
<style>
a { background-color: #D500FA; }
a { background-color: rgb(213,0,250); }
div.DivClassName
{
background-color: #D500FA;
}
.BgClassName
{
background-color: #D500FA;
}
</style>
border-color css
<style>
span { border-color: #D500FA; }
span { border-color: rgb(213,0,250); }
td.TdClassName
{
border-color: #D500FA;
}
.TagClassName
{
border-color: #D500FA;
}
</style>