Shades of Psychedelic Purple #D531F8
Tints of Psychedelic Purple #D531F8
RGB
CMYK
RGB Variations
Color information
#D531F8 (or 0xD531F8) is known color: Psychedelic Purple. HEX triplet: D5, 31 and F8. RGB value is (213,49,248). Sum of RGB (Red+Green+Blue) = 213+49+248=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 49 (19.53% from 255 or 9.61% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #D531F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531F8 is #2ACE07. Grayscale: #787878. Windows color (decimal): -2805256 or 16265685. OLE color: 16265685.
HSL color Cylindrical-coordinate representation of color #D531F8: hue angle of 289.45º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D531F8 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 49 | 248 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.03 |
| HSL | 289.45º | 0.93% | 0.58% | - |
| HSV(B) | 289.45º | 0.8% | 0.97% | - |
| XYZ | 45.48 | 23.12 | 90.87 | - |
| YUV | 120.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 248 | 0.14 | 0.80 | 0 | 0.03 | 289.45 | 0.93 | 0.58 |
| Hex | D5 | 31 | F8 | E | 50 | 0 | 3 | 121 | 5D | 3A |
| Octal | 325 | 61 | 370 | 16 | 120 | 0 | 3 | 441 | 135 | 72 |
| Binary | 11010101 | 110001 | 11111000 | 1110 | 1010000 | 0 | 11 | 100100001 | 1011101 | 111010 |
Color Harmonies of #D531F8
Complementary color
Monochromatic Colors of #D531F8
Black with #D531F8
Text Example
Text Example
White with #D531F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531F8; }
p { color: rgb(213,49,248); }
H1.HeaderClassName
{
color: #D531F8;
}
.AnyTagClassName
{
color: #D531F8;
}
</style>
background-color css
<style>
a { background-color: #D531F8; }
a { background-color: rgb(213,49,248); }
div.DivClassName
{
background-color: #D531F8;
}
.BgClassName
{
background-color: #D531F8;
}
</style>
border-color css
<style>
span { border-color: #D531F8; }
span { border-color: rgb(213,49,248); }
td.TdClassName
{
border-color: #D531F8;
}
.TagClassName
{
border-color: #D531F8;
}
</style>