Shades of Psychedelic Purple #D111EF
Tints of Psychedelic Purple #D111EF
RGB
CMYK
RGB Variations
Color information
#D111EF (or 0xD111EF) is known color: Psychedelic Purple. HEX triplet: D1, 11 and EF. RGB value is (209,17,239). Sum of RGB (Red+Green+Blue) = 209+17+239=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #D111EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D111EF is #2EEE10. Grayscale: #636363. Windows color (decimal): -3075601 or 15667665. OLE color: 15667665.
HSL color Cylindrical-coordinate representation of color #D111EF: hue angle of 291.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D111EF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 17 | 239 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.06 |
| HSL | 291.89º | 0.87% | 0.5% | - |
| HSV(B) | 291.89º | 0.93% | 0.94% | - |
| XYZ | 42.07 | 20.19 | 83.34 | - |
| YUV | 99.72 | 206.61 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 239 | 0.13 | 0.93 | 0 | 0.06 | 291.89 | 0.87 | 0.5 |
| Hex | D1 | 11 | EF | D | 5D | 0 | 6 | 124 | 57 | 32 |
| Octal | 321 | 21 | 357 | 15 | 135 | 0 | 6 | 444 | 127 | 62 |
| Binary | 11010001 | 10001 | 11101111 | 1101 | 1011101 | 0 | 110 | 100100100 | 1010111 | 110010 |
Color Harmonies of #D111EF
Complementary color
Monochromatic Colors of #D111EF
Black with #D111EF
Text Example
Text Example
White with #D111EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111EF; }
p { color: rgb(209,17,239); }
H1.HeaderClassName
{
color: #D111EF;
}
.AnyTagClassName
{
color: #D111EF;
}
</style>
background-color css
<style>
a { background-color: #D111EF; }
a { background-color: rgb(209,17,239); }
div.DivClassName
{
background-color: #D111EF;
}
.BgClassName
{
background-color: #D111EF;
}
</style>
border-color css
<style>
span { border-color: #D111EF; }
span { border-color: rgb(209,17,239); }
td.TdClassName
{
border-color: #D111EF;
}
.TagClassName
{
border-color: #D111EF;
}
</style>