Shades of Psychedelic Purple #D526EE
Tints of Psychedelic Purple #D526EE
RGB
CMYK
RGB Variations
Color information
#D526EE (or 0xD526EE) is known color: Psychedelic Purple. HEX triplet: D5, 26 and EE. RGB value is (213,38,238). Sum of RGB (Red+Green+Blue) = 213+38+238=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #D526EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526EE is #2AD911. Grayscale: #707070. Windows color (decimal): -2808082 or 15607509. OLE color: 15607509.
HSL color Cylindrical-coordinate representation of color #D526EE: hue angle of 292.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D526EE is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 38 | 238 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.07 |
| HSL | 292.5º | 0.85% | 0.54% | - |
| HSV(B) | 292.5º | 0.84% | 0.93% | - |
| XYZ | 43.57 | 21.71 | 82.78 | - |
| YUV | 113.13 | 198.48 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 238 | 0.11 | 0.84 | 0 | 0.07 | 292.5 | 0.85 | 0.54 |
| Hex | D5 | 26 | EE | B | 54 | 0 | 7 | 124 | 55 | 36 |
| Octal | 325 | 46 | 356 | 13 | 124 | 0 | 7 | 444 | 125 | 66 |
| Binary | 11010101 | 100110 | 11101110 | 1011 | 1010100 | 0 | 111 | 100100100 | 1010101 | 110110 |
Color Harmonies of #D526EE
Complementary color
Monochromatic Colors of #D526EE
Black with #D526EE
Text Example
Text Example
White with #D526EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526EE; }
p { color: rgb(213,38,238); }
H1.HeaderClassName
{
color: #D526EE;
}
.AnyTagClassName
{
color: #D526EE;
}
</style>
background-color css
<style>
a { background-color: #D526EE; }
a { background-color: rgb(213,38,238); }
div.DivClassName
{
background-color: #D526EE;
}
.BgClassName
{
background-color: #D526EE;
}
</style>
border-color css
<style>
span { border-color: #D526EE; }
span { border-color: rgb(213,38,238); }
td.TdClassName
{
border-color: #D526EE;
}
.TagClassName
{
border-color: #D526EE;
}
</style>