Shades of Psychedelic Purple #D026EE
Tints of Psychedelic Purple #D026EE
RGB
CMYK
RGB Variations
Color information
#D026EE (or 0xD026EE) is known color: Psychedelic Purple. HEX triplet: D0, 26 and EE. RGB value is (208,38,238). Sum of RGB (Red+Green+Blue) = 208+38+238=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #D026EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D026EE is #2FD911. Grayscale: #6F6F6F. Windows color (decimal): -3135762 or 15607504. OLE color: 15607504.
HSL color Cylindrical-coordinate representation of color #D026EE: hue angle of 291º 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 #D026EE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 38 | 238 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.07 |
| HSL | 291º | 0.85% | 0.54% | - |
| HSV(B) | 291º | 0.84% | 0.93% | - |
| XYZ | 42.14 | 20.97 | 82.72 | - |
| YUV | 111.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 238 | 0.13 | 0.84 | 0 | 0.07 | 291 | 0.85 | 0.54 |
| Hex | D0 | 26 | EE | D | 54 | 0 | 7 | 123 | 55 | 36 |
| Octal | 320 | 46 | 356 | 15 | 124 | 0 | 7 | 443 | 125 | 66 |
| Binary | 11010000 | 100110 | 11101110 | 1101 | 1010100 | 0 | 111 | 100100011 | 1010101 | 110110 |
Color Harmonies of #D026EE
Complementary color
Monochromatic Colors of #D026EE
Black with #D026EE
Text Example
Text Example
White with #D026EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D026EE; }
p { color: rgb(208,38,238); }
H1.HeaderClassName
{
color: #D026EE;
}
.AnyTagClassName
{
color: #D026EE;
}
</style>
background-color css
<style>
a { background-color: #D026EE; }
a { background-color: rgb(208,38,238); }
div.DivClassName
{
background-color: #D026EE;
}
.BgClassName
{
background-color: #D026EE;
}
</style>
border-color css
<style>
span { border-color: #D026EE; }
span { border-color: rgb(208,38,238); }
td.TdClassName
{
border-color: #D026EE;
}
.TagClassName
{
border-color: #D026EE;
}
</style>