Shades of Psychedelic Purple #D11AEF
Tints of Psychedelic Purple #D11AEF
RGB
CMYK
RGB Variations
Color information
#D11AEF (or 0xD11AEF) is known color: Psychedelic Purple. HEX triplet: D1, 1A and EF. RGB value is (209,26,239). Sum of RGB (Red+Green+Blue) = 209+26+239=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #D11AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11AEF is #2EE510. Grayscale: #686868. Windows color (decimal): -3073297 or 15669969. OLE color: 15669969.
HSL color Cylindrical-coordinate representation of color #D11AEF: hue angle of 291.55º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11AEF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 26 | 239 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.06 |
| HSL | 291.55º | 0.87% | 0.52% | - |
| HSV(B) | 291.55º | 0.89% | 0.94% | - |
| XYZ | 42.24 | 20.53 | 83.4 | - |
| YUV | 105 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 239 | 0.13 | 0.89 | 0 | 0.06 | 291.55 | 0.87 | 0.52 |
| Hex | D1 | 1A | EF | D | 59 | 0 | 6 | 124 | 57 | 34 |
| Octal | 321 | 32 | 357 | 15 | 131 | 0 | 6 | 444 | 127 | 64 |
| Binary | 11010001 | 11010 | 11101111 | 1101 | 1011001 | 0 | 110 | 100100100 | 1010111 | 110100 |
Color Harmonies of #D11AEF
Complementary color
Monochromatic Colors of #D11AEF
Black with #D11AEF
Text Example
Text Example
White with #D11AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AEF; }
p { color: rgb(209,26,239); }
H1.HeaderClassName
{
color: #D11AEF;
}
.AnyTagClassName
{
color: #D11AEF;
}
</style>
background-color css
<style>
a { background-color: #D11AEF; }
a { background-color: rgb(209,26,239); }
div.DivClassName
{
background-color: #D11AEF;
}
.BgClassName
{
background-color: #D11AEF;
}
</style>
border-color css
<style>
span { border-color: #D11AEF; }
span { border-color: rgb(209,26,239); }
td.TdClassName
{
border-color: #D11AEF;
}
.TagClassName
{
border-color: #D11AEF;
}
</style>