Shades of Psychedelic Purple #D11AEE
Tints of Psychedelic Purple #D11AEE
RGB
CMYK
RGB Variations
Color information
#D11AEE (or 0xD11AEE) is known color: Psychedelic Purple. HEX triplet: D1, 1A and EE. RGB value is (209,26,238). Sum of RGB (Red+Green+Blue) = 209+26+238=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #D11AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11AEE is #2EE511. Grayscale: #686868. Windows color (decimal): -3073298 or 15604433. OLE color: 15604433.
HSL color Cylindrical-coordinate representation of color #D11AEE: hue angle of 291.79º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11AEE is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 26 | 238 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.07 |
| HSL | 291.79º | 0.86% | 0.52% | - |
| HSV(B) | 291.79º | 0.89% | 0.93% | - |
| XYZ | 42.1 | 20.47 | 82.62 | - |
| YUV | 104.89 | 203.13 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 238 | 0.12 | 0.89 | 0 | 0.07 | 291.79 | 0.86 | 0.52 |
| Hex | D1 | 1A | EE | C | 59 | 0 | 7 | 124 | 56 | 34 |
| Octal | 321 | 32 | 356 | 14 | 131 | 0 | 7 | 444 | 126 | 64 |
| Binary | 11010001 | 11010 | 11101110 | 1100 | 1011001 | 0 | 111 | 100100100 | 1010110 | 110100 |
Color Harmonies of #D11AEE
Complementary color
Monochromatic Colors of #D11AEE
Black with #D11AEE
Text Example
Text Example
White with #D11AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AEE; }
p { color: rgb(209,26,238); }
H1.HeaderClassName
{
color: #D11AEE;
}
.AnyTagClassName
{
color: #D11AEE;
}
</style>
background-color css
<style>
a { background-color: #D11AEE; }
a { background-color: rgb(209,26,238); }
div.DivClassName
{
background-color: #D11AEE;
}
.BgClassName
{
background-color: #D11AEE;
}
</style>
border-color css
<style>
span { border-color: #D11AEE; }
span { border-color: rgb(209,26,238); }
td.TdClassName
{
border-color: #D11AEE;
}
.TagClassName
{
border-color: #D11AEE;
}
</style>