Shades of Psychedelic Purple #D527FE
Tints of Psychedelic Purple #D527FE
RGB
CMYK
RGB Variations
Color information
#D527FE (or 0xD527FE) is known color: Psychedelic Purple. HEX triplet: D5, 27 and FE. RGB value is (213,39,254). Sum of RGB (Red+Green+Blue) = 213+39+254=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #D527FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527FE is #2AD801. Grayscale: #727272. Windows color (decimal): -2807810 or 16656341. OLE color: 16656341.
HSL color Cylindrical-coordinate representation of color #D527FE: hue angle of 288.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D527FE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 39 | 254 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.00 |
| HSL | 288.56º | 0.99% | 0.57% | - |
| HSV(B) | 288.56º | 0.85% | 1% | - |
| XYZ | 46.06 | 22.75 | 95.73 | - |
| YUV | 115.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 254 | 0.16 | 0.85 | 0 | 0.00 | 288.56 | 0.99 | 0.57 |
| Hex | D5 | 27 | FE | 10 | 55 | 0 | 0 | 121 | 63 | 39 |
| Octal | 325 | 47 | 376 | 20 | 125 | 0 | 0 | 441 | 143 | 71 |
| Binary | 11010101 | 100111 | 11111110 | 10000 | 1010101 | 0 | 0 | 100100001 | 1100011 | 111001 |
Color Harmonies of #D527FE
Complementary color
Monochromatic Colors of #D527FE
Black with #D527FE
Text Example
Text Example
White with #D527FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527FE; }
p { color: rgb(213,39,254); }
H1.HeaderClassName
{
color: #D527FE;
}
.AnyTagClassName
{
color: #D527FE;
}
</style>
background-color css
<style>
a { background-color: #D527FE; }
a { background-color: rgb(213,39,254); }
div.DivClassName
{
background-color: #D527FE;
}
.BgClassName
{
background-color: #D527FE;
}
</style>
border-color css
<style>
span { border-color: #D527FE; }
span { border-color: rgb(213,39,254); }
td.TdClassName
{
border-color: #D527FE;
}
.TagClassName
{
border-color: #D527FE;
}
</style>