Shades of Psychedelic Purple #D11AEC
Tints of Psychedelic Purple #D11AEC
RGB
CMYK
RGB Variations
Color information
#D11AEC (or 0xD11AEC) is known color: Psychedelic Purple. HEX triplet: D1, 1A and EC. RGB value is (209,26,236). Sum of RGB (Red+Green+Blue) = 209+26+236=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #D11AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11AEC is #2EE513. Grayscale: #686868. Windows color (decimal): -3073300 or 15473361. OLE color: 15473361.
HSL color Cylindrical-coordinate representation of color #D11AEC: hue angle of 292.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11AEC is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 26 | 236 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.07 |
| HSL | 292.29º | 0.85% | 0.51% | - |
| HSV(B) | 292.29º | 0.89% | 0.93% | - |
| XYZ | 41.8 | 20.35 | 81.08 | - |
| YUV | 104.66 | 202.13 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 236 | 0.11 | 0.89 | 0 | 0.07 | 292.29 | 0.85 | 0.51 |
| Hex | D1 | 1A | EC | B | 59 | 0 | 7 | 124 | 55 | 33 |
| Octal | 321 | 32 | 354 | 13 | 131 | 0 | 7 | 444 | 125 | 63 |
| Binary | 11010001 | 11010 | 11101100 | 1011 | 1011001 | 0 | 111 | 100100100 | 1010101 | 110011 |
Color Harmonies of #D11AEC
Complementary color
Monochromatic Colors of #D11AEC
Black with #D11AEC
Text Example
Text Example
White with #D11AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AEC; }
p { color: rgb(209,26,236); }
H1.HeaderClassName
{
color: #D11AEC;
}
.AnyTagClassName
{
color: #D11AEC;
}
</style>
background-color css
<style>
a { background-color: #D11AEC; }
a { background-color: rgb(209,26,236); }
div.DivClassName
{
background-color: #D11AEC;
}
.BgClassName
{
background-color: #D11AEC;
}
</style>
border-color css
<style>
span { border-color: #D11AEC; }
span { border-color: rgb(209,26,236); }
td.TdClassName
{
border-color: #D11AEC;
}
.TagClassName
{
border-color: #D11AEC;
}
</style>