Shades of Psychedelic Purple #D539FE
Tints of Psychedelic Purple #D539FE
RGB
CMYK
RGB Variations
Color information
#D539FE (or 0xD539FE) is known color: Psychedelic Purple. HEX triplet: D5, 39 and FE. RGB value is (213,57,254). Sum of RGB (Red+Green+Blue) = 213+57+254=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 57 (22.66% from 255 or 10.88% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #D539FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D539FE is #2AC601. Grayscale: #7D7D7D. Windows color (decimal): -2803202 or 16660949. OLE color: 16660949.
HSL color Cylindrical-coordinate representation of color #D539FE: hue angle of 287.51º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D539FE is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 57 | 254 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.00 |
| HSL | 287.51º | 0.99% | 0.61% | - |
| HSV(B) | 287.51º | 0.78% | 1% | - |
| XYZ | 46.79 | 24.23 | 95.98 | - |
| YUV | 126.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 254 | 0.16 | 0.78 | 0 | 0.00 | 287.51 | 0.99 | 0.61 |
| Hex | D5 | 39 | FE | 10 | 4E | 0 | 0 | 120 | 63 | 3D |
| Octal | 325 | 71 | 376 | 20 | 116 | 0 | 0 | 440 | 143 | 75 |
| Binary | 11010101 | 111001 | 11111110 | 10000 | 1001110 | 0 | 0 | 100100000 | 1100011 | 111101 |
Color Harmonies of #D539FE
Complementary color
Monochromatic Colors of #D539FE
Black with #D539FE
Text Example
Text Example
White with #D539FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539FE; }
p { color: rgb(213,57,254); }
H1.HeaderClassName
{
color: #D539FE;
}
.AnyTagClassName
{
color: #D539FE;
}
</style>
background-color css
<style>
a { background-color: #D539FE; }
a { background-color: rgb(213,57,254); }
div.DivClassName
{
background-color: #D539FE;
}
.BgClassName
{
background-color: #D539FE;
}
</style>
border-color css
<style>
span { border-color: #D539FE; }
span { border-color: rgb(213,57,254); }
td.TdClassName
{
border-color: #D539FE;
}
.TagClassName
{
border-color: #D539FE;
}
</style>