Shades of Psychedelic Purple #D501FE
Tints of Psychedelic Purple #D501FE
RGB
CMYK
RGB Variations
Color information
#D501FE (or 0xD501FE) is known color: Psychedelic Purple. HEX triplet: D5, 01 and FE. RGB value is (213,1,254). Sum of RGB (Red+Green+Blue) = 213+1+254=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #D501FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D501FE is #2AFE01. Grayscale: #5C5C5C. Windows color (decimal): -2817538 or 16646613. OLE color: 16646613.
HSL color Cylindrical-coordinate representation of color #D501FE: hue angle of 290.28º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501FE is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 1 | 254 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.00 |
| HSL | 290.28º | 0.99% | 0.5% | - |
| HSV(B) | 290.28º | 1% | 1% | - |
| XYZ | 45.34 | 21.32 | 95.49 | - |
| YUV | 93.23 | 218.74 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 254 | 0.16 | 1.00 | 0 | 0.00 | 290.28 | 0.99 | 0.5 |
| Hex | D5 | 1 | FE | 10 | 64 | 0 | 0 | 122 | 63 | 32 |
| Octal | 325 | 1 | 376 | 20 | 144 | 0 | 0 | 442 | 143 | 62 |
| Binary | 11010101 | 1 | 11111110 | 10000 | 1100100 | 0 | 0 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D501FE
Complementary color
Monochromatic Colors of #D501FE
Black with #D501FE
Text Example
Text Example
White with #D501FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501FE; }
p { color: rgb(213,1,254); }
H1.HeaderClassName
{
color: #D501FE;
}
.AnyTagClassName
{
color: #D501FE;
}
</style>
background-color css
<style>
a { background-color: #D501FE; }
a { background-color: rgb(213,1,254); }
div.DivClassName
{
background-color: #D501FE;
}
.BgClassName
{
background-color: #D501FE;
}
</style>
border-color css
<style>
span { border-color: #D501FE; }
span { border-color: rgb(213,1,254); }
td.TdClassName
{
border-color: #D501FE;
}
.TagClassName
{
border-color: #D501FE;
}
</style>