Shades of Psychedelic Purple #D526FE
Tints of Psychedelic Purple #D526FE
RGB
CMYK
RGB Variations
Color information
#D526FE (or 0xD526FE) is known color: Psychedelic Purple. HEX triplet: D5, 26 and FE. RGB value is (213,38,254). Sum of RGB (Red+Green+Blue) = 213+38+254=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 38 (15.23% from 255 or 7.52% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #D526FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526FE is #2AD901. Grayscale: #727272. Windows color (decimal): -2808066 or 16656085. OLE color: 16656085.
HSL color Cylindrical-coordinate representation of color #D526FE: hue angle of 288.61º 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 #D526FE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 38 | 254 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.00 |
| HSL | 288.61º | 0.99% | 0.57% | - |
| HSV(B) | 288.61º | 0.85% | 1% | - |
| XYZ | 46.02 | 22.69 | 95.72 | - |
| YUV | 114.95 | 206.48 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 254 | 0.16 | 0.85 | 0 | 0.00 | 288.61 | 0.99 | 0.57 |
| Hex | D5 | 26 | FE | 10 | 55 | 0 | 0 | 121 | 63 | 39 |
| Octal | 325 | 46 | 376 | 20 | 125 | 0 | 0 | 441 | 143 | 71 |
| Binary | 11010101 | 100110 | 11111110 | 10000 | 1010101 | 0 | 0 | 100100001 | 1100011 | 111001 |
Color Harmonies of #D526FE
Complementary color
Monochromatic Colors of #D526FE
Black with #D526FE
Text Example
Text Example
White with #D526FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526FE; }
p { color: rgb(213,38,254); }
H1.HeaderClassName
{
color: #D526FE;
}
.AnyTagClassName
{
color: #D526FE;
}
</style>
background-color css
<style>
a { background-color: #D526FE; }
a { background-color: rgb(213,38,254); }
div.DivClassName
{
background-color: #D526FE;
}
.BgClassName
{
background-color: #D526FE;
}
</style>
border-color css
<style>
span { border-color: #D526FE; }
span { border-color: rgb(213,38,254); }
td.TdClassName
{
border-color: #D526FE;
}
.TagClassName
{
border-color: #D526FE;
}
</style>