Shades of Psychedelic Purple #D501FD
Tints of Psychedelic Purple #D501FD
RGB
CMYK
RGB Variations
Color information
#D501FD (or 0xD501FD) is known color: Psychedelic Purple. HEX triplet: D5, 01 and FD. RGB value is (213,1,253). Sum of RGB (Red+Green+Blue) = 213+1+253=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #D501FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D501FD is #2AFE02. Grayscale: #5C5C5C. Windows color (decimal): -2817539 or 16581077. OLE color: 16581077.
HSL color Cylindrical-coordinate representation of color #D501FD: hue angle of 290.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501FD is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 1 | 253 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.01 |
| HSL | 290.48º | 0.99% | 0.5% | - |
| HSV(B) | 290.48º | 1% | 0.99% | - |
| XYZ | 45.18 | 21.26 | 94.65 | - |
| YUV | 93.12 | 218.24 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 253 | 0.16 | 1.00 | 0 | 0.01 | 290.48 | 0.99 | 0.5 |
| Hex | D5 | 1 | FD | 10 | 64 | 0 | 1 | 122 | 63 | 32 |
| Octal | 325 | 1 | 375 | 20 | 144 | 0 | 1 | 442 | 143 | 62 |
| Binary | 11010101 | 1 | 11111101 | 10000 | 1100100 | 0 | 1 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D501FD
Complementary color
Monochromatic Colors of #D501FD
Black with #D501FD
Text Example
Text Example
White with #D501FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501FD; }
p { color: rgb(213,1,253); }
H1.HeaderClassName
{
color: #D501FD;
}
.AnyTagClassName
{
color: #D501FD;
}
</style>
background-color css
<style>
a { background-color: #D501FD; }
a { background-color: rgb(213,1,253); }
div.DivClassName
{
background-color: #D501FD;
}
.BgClassName
{
background-color: #D501FD;
}
</style>
border-color css
<style>
span { border-color: #D501FD; }
span { border-color: rgb(213,1,253); }
td.TdClassName
{
border-color: #D501FD;
}
.TagClassName
{
border-color: #D501FD;
}
</style>