Shades of Psychedelic Purple #D500F9
Tints of Psychedelic Purple #D500F9
RGB
CMYK
RGB Variations
Color information
#D500F9 (or 0xD500F9) is known color: Psychedelic Purple. HEX triplet: D5, 00 and F9. RGB value is (213,0,249). Sum of RGB (Red+Green+Blue) = 213+0+249=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #D500F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500F9 is #2AFF06. Grayscale: #5B5B5B. Windows color (decimal): -2817799 or 16318677. OLE color: 16318677.
HSL color Cylindrical-coordinate representation of color #D500F9: hue angle of 291.33º 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 #D500F9 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 0 | 249 | - |
| CMYK | 0.14 | 1 | 0 | 0.02 |
| HSL | 291.33º | 1% | 0.49% | - |
| HSV(B) | 291.33º | 1% | 0.98% | - |
| XYZ | 44.54 | 20.99 | 91.33 | - |
| YUV | 92.07 | 216.57 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 249 | 0.14 | 1 | 0 | 0.02 | 291.33 | 1 | 0.49 |
| Hex | D5 | 0 | F9 | E | 64 | 0 | 2 | 123 | 64 | 31 |
| Octal | 325 | 0 | 371 | 16 | 144 | 0 | 2 | 443 | 144 | 61 |
| Binary | 11010101 | 0 | 11111001 | 1110 | 1100100 | 0 | 10 | 100100011 | 1100100 | 110001 |
Color Harmonies of #D500F9
Complementary color
Monochromatic Colors of #D500F9
Black with #D500F9
Text Example
Text Example
White with #D500F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500F9; }
p { color: rgb(213,0,249); }
H1.HeaderClassName
{
color: #D500F9;
}
.AnyTagClassName
{
color: #D500F9;
}
</style>
background-color css
<style>
a { background-color: #D500F9; }
a { background-color: rgb(213,0,249); }
div.DivClassName
{
background-color: #D500F9;
}
.BgClassName
{
background-color: #D500F9;
}
</style>
border-color css
<style>
span { border-color: #D500F9; }
span { border-color: rgb(213,0,249); }
td.TdClassName
{
border-color: #D500F9;
}
.TagClassName
{
border-color: #D500F9;
}
</style>