Shades of Psychedelic Purple #D527F7
Tints of Psychedelic Purple #D527F7
RGB
CMYK
RGB Variations
Color information
#D527F7 (or 0xD527F7) is known color: Psychedelic Purple. HEX triplet: D5, 27 and F7. RGB value is (213,39,247). Sum of RGB (Red+Green+Blue) = 213+39+247=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #D527F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527F7 is #2AD808. Grayscale: #727272. Windows color (decimal): -2807817 or 16197589. OLE color: 16197589.
HSL color Cylindrical-coordinate representation of color #D527F7: hue angle of 290.19º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D527F7 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 39 | 247 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.03 |
| HSL | 290.19º | 0.93% | 0.56% | - |
| HSV(B) | 290.19º | 0.84% | 0.97% | - |
| XYZ | 44.95 | 22.31 | 89.93 | - |
| YUV | 114.74 | 202.65 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 247 | 0.14 | 0.84 | 0 | 0.03 | 290.19 | 0.93 | 0.56 |
| Hex | D5 | 27 | F7 | E | 54 | 0 | 3 | 122 | 5D | 38 |
| Octal | 325 | 47 | 367 | 16 | 124 | 0 | 3 | 442 | 135 | 70 |
| Binary | 11010101 | 100111 | 11110111 | 1110 | 1010100 | 0 | 11 | 100100010 | 1011101 | 111000 |
Color Harmonies of #D527F7
Complementary color
Monochromatic Colors of #D527F7
Black with #D527F7
Text Example
Text Example
White with #D527F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527F7; }
p { color: rgb(213,39,247); }
H1.HeaderClassName
{
color: #D527F7;
}
.AnyTagClassName
{
color: #D527F7;
}
</style>
background-color css
<style>
a { background-color: #D527F7; }
a { background-color: rgb(213,39,247); }
div.DivClassName
{
background-color: #D527F7;
}
.BgClassName
{
background-color: #D527F7;
}
</style>
border-color css
<style>
span { border-color: #D527F7; }
span { border-color: rgb(213,39,247); }
td.TdClassName
{
border-color: #D527F7;
}
.TagClassName
{
border-color: #D527F7;
}
</style>