Shades of Psychedelic Purple #D526F7
Tints of Psychedelic Purple #D526F7
RGB
CMYK
RGB Variations
Color information
#D526F7 (or 0xD526F7) is known color: Psychedelic Purple. HEX triplet: D5, 26 and F7. RGB value is (213,38,247). Sum of RGB (Red+Green+Blue) = 213+38+247=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 38 (15.23% from 255 or 7.63% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #D526F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526F7 is #2AD908. Grayscale: #717171. Windows color (decimal): -2808073 or 16197333. OLE color: 16197333.
HSL color Cylindrical-coordinate representation of color #D526F7: hue angle of 290.24º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D526F7 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 38 | 247 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.03 |
| HSL | 290.24º | 0.93% | 0.56% | - |
| HSV(B) | 290.24º | 0.85% | 0.97% | - |
| XYZ | 44.92 | 22.25 | 89.92 | - |
| YUV | 114.15 | 202.98 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 247 | 0.14 | 0.85 | 0 | 0.03 | 290.24 | 0.93 | 0.56 |
| Hex | D5 | 26 | F7 | E | 55 | 0 | 3 | 122 | 5D | 38 |
| Octal | 325 | 46 | 367 | 16 | 125 | 0 | 3 | 442 | 135 | 70 |
| Binary | 11010101 | 100110 | 11110111 | 1110 | 1010101 | 0 | 11 | 100100010 | 1011101 | 111000 |
Color Harmonies of #D526F7
Complementary color
Monochromatic Colors of #D526F7
Black with #D526F7
Text Example
Text Example
White with #D526F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526F7; }
p { color: rgb(213,38,247); }
H1.HeaderClassName
{
color: #D526F7;
}
.AnyTagClassName
{
color: #D526F7;
}
</style>
background-color css
<style>
a { background-color: #D526F7; }
a { background-color: rgb(213,38,247); }
div.DivClassName
{
background-color: #D526F7;
}
.BgClassName
{
background-color: #D526F7;
}
</style>
border-color css
<style>
span { border-color: #D526F7; }
span { border-color: rgb(213,38,247); }
td.TdClassName
{
border-color: #D526F7;
}
.TagClassName
{
border-color: #D526F7;
}
</style>