Shades of Psychedelic Purple #D501FF
Tints of Psychedelic Purple #D501FF
RGB
CMYK
RGB Variations
Color information
#D501FF (or 0xD501FF) is known color: Psychedelic Purple. HEX triplet: D5, 01 and FF. RGB value is (213,1,255). Sum of RGB (Red+Green+Blue) = 213+1+255=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #D501FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D501FF is #2AFE00. Grayscale: #5C5C5C. Windows color (decimal): -2817537 or 16712149. OLE color: 16712149.
HSL color Cylindrical-coordinate representation of color #D501FF: hue angle of 290.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501FF is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 1 | 255 | - |
| CMYK | 0.16 | 1.00 | 0 | 0 |
| HSL | 290.08º | 1% | 0.5% | - |
| HSV(B) | 290.08º | 1% | 1% | - |
| XYZ | 45.5 | 21.39 | 96.34 | - |
| YUV | 93.34 | 219.24 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 255 | 0.16 | 1.00 | 0 | 0 | 290.08 | 1 | 0.5 |
| Hex | D5 | 1 | FF | 10 | 64 | 0 | 0 | 122 | 64 | 32 |
| Octal | 325 | 1 | 377 | 20 | 144 | 0 | 0 | 442 | 144 | 62 |
| Binary | 11010101 | 1 | 11111111 | 10000 | 1100100 | 0 | 0 | 100100010 | 1100100 | 110010 |
Color Harmonies of #D501FF
Complementary color
Monochromatic Colors of #D501FF
Black with #D501FF
Text Example
Text Example
White with #D501FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501FF; }
p { color: rgb(213,1,255); }
H1.HeaderClassName
{
color: #D501FF;
}
.AnyTagClassName
{
color: #D501FF;
}
</style>
background-color css
<style>
a { background-color: #D501FF; }
a { background-color: rgb(213,1,255); }
div.DivClassName
{
background-color: #D501FF;
}
.BgClassName
{
background-color: #D501FF;
}
</style>
border-color css
<style>
span { border-color: #D501FF; }
span { border-color: rgb(213,1,255); }
td.TdClassName
{
border-color: #D501FF;
}
.TagClassName
{
border-color: #D501FF;
}
</style>