Shades of Psychedelic Purple #D531EF
Tints of Psychedelic Purple #D531EF
RGB
CMYK
RGB Variations
Color information
#D531EF (or 0xD531EF) is known color: Psychedelic Purple. HEX triplet: D5, 31 and EF. RGB value is (213,49,239). Sum of RGB (Red+Green+Blue) = 213+49+239=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #D531EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531EF is #2ACE10. Grayscale: #777777. Windows color (decimal): -2805265 or 15675861. OLE color: 15675861.
HSL color Cylindrical-coordinate representation of color #D531EF: hue angle of 291.79º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D531EF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 49 | 239 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.06 |
| HSL | 291.79º | 0.86% | 0.56% | - |
| HSV(B) | 291.79º | 0.79% | 0.94% | - |
| XYZ | 44.12 | 22.57 | 83.69 | - |
| YUV | 119.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 239 | 0.11 | 0.79 | 0 | 0.06 | 291.79 | 0.86 | 0.56 |
| Hex | D5 | 31 | EF | B | 4F | 0 | 6 | 124 | 56 | 38 |
| Octal | 325 | 61 | 357 | 13 | 117 | 0 | 6 | 444 | 126 | 70 |
| Binary | 11010101 | 110001 | 11101111 | 1011 | 1001111 | 0 | 110 | 100100100 | 1010110 | 111000 |
Color Harmonies of #D531EF
Complementary color
Monochromatic Colors of #D531EF
Black with #D531EF
Text Example
Text Example
White with #D531EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531EF; }
p { color: rgb(213,49,239); }
H1.HeaderClassName
{
color: #D531EF;
}
.AnyTagClassName
{
color: #D531EF;
}
</style>
background-color css
<style>
a { background-color: #D531EF; }
a { background-color: rgb(213,49,239); }
div.DivClassName
{
background-color: #D531EF;
}
.BgClassName
{
background-color: #D531EF;
}
</style>
border-color css
<style>
span { border-color: #D531EF; }
span { border-color: rgb(213,49,239); }
td.TdClassName
{
border-color: #D531EF;
}
.TagClassName
{
border-color: #D531EF;
}
</style>