Shades of Psychedelic Purple #D531FE
Tints of Psychedelic Purple #D531FE
RGB
CMYK
RGB Variations
Color information
#D531FE (or 0xD531FE) is known color: Psychedelic Purple. HEX triplet: D5, 31 and FE. RGB value is (213,49,254). Sum of RGB (Red+Green+Blue) = 213+49+254=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #D531FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531FE is #2ACE01. Grayscale: #787878. Windows color (decimal): -2805250 or 16658901. OLE color: 16658901.
HSL color Cylindrical-coordinate representation of color #D531FE: hue angle of 288º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D531FE is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 49 | 254 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.00 |
| HSL | 288º | 0.99% | 0.59% | - |
| HSV(B) | 288º | 0.81% | 1% | - |
| XYZ | 46.43 | 23.5 | 95.85 | - |
| YUV | 121.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 254 | 0.16 | 0.81 | 0 | 0.00 | 288 | 0.99 | 0.59 |
| Hex | D5 | 31 | FE | 10 | 51 | 0 | 0 | 120 | 63 | 3B |
| Octal | 325 | 61 | 376 | 20 | 121 | 0 | 0 | 440 | 143 | 73 |
| Binary | 11010101 | 110001 | 11111110 | 10000 | 1010001 | 0 | 0 | 100100000 | 1100011 | 111011 |
Color Harmonies of #D531FE
Complementary color
Monochromatic Colors of #D531FE
Black with #D531FE
Text Example
Text Example
White with #D531FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531FE; }
p { color: rgb(213,49,254); }
H1.HeaderClassName
{
color: #D531FE;
}
.AnyTagClassName
{
color: #D531FE;
}
</style>
background-color css
<style>
a { background-color: #D531FE; }
a { background-color: rgb(213,49,254); }
div.DivClassName
{
background-color: #D531FE;
}
.BgClassName
{
background-color: #D531FE;
}
</style>
border-color css
<style>
span { border-color: #D531FE; }
span { border-color: rgb(213,49,254); }
td.TdClassName
{
border-color: #D531FE;
}
.TagClassName
{
border-color: #D531FE;
}
</style>