Shades of Psychedelic Purple #D527FA
Tints of Psychedelic Purple #D527FA
RGB
CMYK
RGB Variations
Color information
#D527FA (or 0xD527FA) is known color: Psychedelic Purple. HEX triplet: D5, 27 and FA. RGB value is (213,39,250). Sum of RGB (Red+Green+Blue) = 213+39+250=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #D527FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527FA is #2AD805. Grayscale: #727272. Windows color (decimal): -2807814 or 16394197. OLE color: 16394197.
HSL color Cylindrical-coordinate representation of color #D527FA: hue angle of 289.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D527FA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 39 | 250 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.02 |
| HSL | 289.48º | 0.95% | 0.57% | - |
| HSV(B) | 289.48º | 0.84% | 0.98% | - |
| XYZ | 45.42 | 22.5 | 92.39 | - |
| YUV | 115.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 250 | 0.15 | 0.84 | 0 | 0.02 | 289.48 | 0.95 | 0.57 |
| Hex | D5 | 27 | FA | F | 54 | 0 | 2 | 121 | 5F | 39 |
| Octal | 325 | 47 | 372 | 17 | 124 | 0 | 2 | 441 | 137 | 71 |
| Binary | 11010101 | 100111 | 11111010 | 1111 | 1010100 | 0 | 10 | 100100001 | 1011111 | 111001 |
Color Harmonies of #D527FA
Complementary color
Monochromatic Colors of #D527FA
Black with #D527FA
Text Example
Text Example
White with #D527FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527FA; }
p { color: rgb(213,39,250); }
H1.HeaderClassName
{
color: #D527FA;
}
.AnyTagClassName
{
color: #D527FA;
}
</style>
background-color css
<style>
a { background-color: #D527FA; }
a { background-color: rgb(213,39,250); }
div.DivClassName
{
background-color: #D527FA;
}
.BgClassName
{
background-color: #D527FA;
}
</style>
border-color css
<style>
span { border-color: #D527FA; }
span { border-color: rgb(213,39,250); }
td.TdClassName
{
border-color: #D527FA;
}
.TagClassName
{
border-color: #D527FA;
}
</style>