Shades of Psychedelic Purple #D111EE
Tints of Psychedelic Purple #D111EE
RGB
CMYK
RGB Variations
Color information
#D111EE (or 0xD111EE) is known color: Psychedelic Purple. HEX triplet: D1, 11 and EE. RGB value is (209,17,238). Sum of RGB (Red+Green+Blue) = 209+17+238=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #D111EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D111EE is #2EEE11. Grayscale: #626262. Windows color (decimal): -3075602 or 15602129. OLE color: 15602129.
HSL color Cylindrical-coordinate representation of color #D111EE: hue angle of 292.13º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D111EE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 17 | 238 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.07 |
| HSL | 292.13º | 0.87% | 0.5% | - |
| HSV(B) | 292.13º | 0.93% | 0.93% | - |
| XYZ | 41.93 | 20.13 | 82.56 | - |
| YUV | 99.6 | 206.11 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 238 | 0.12 | 0.93 | 0 | 0.07 | 292.13 | 0.87 | 0.5 |
| Hex | D1 | 11 | EE | C | 5D | 0 | 7 | 124 | 57 | 32 |
| Octal | 321 | 21 | 356 | 14 | 135 | 0 | 7 | 444 | 127 | 62 |
| Binary | 11010001 | 10001 | 11101110 | 1100 | 1011101 | 0 | 111 | 100100100 | 1010111 | 110010 |
Color Harmonies of #D111EE
Complementary color
Monochromatic Colors of #D111EE
Black with #D111EE
Text Example
Text Example
White with #D111EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111EE; }
p { color: rgb(209,17,238); }
H1.HeaderClassName
{
color: #D111EE;
}
.AnyTagClassName
{
color: #D111EE;
}
</style>
background-color css
<style>
a { background-color: #D111EE; }
a { background-color: rgb(209,17,238); }
div.DivClassName
{
background-color: #D111EE;
}
.BgClassName
{
background-color: #D111EE;
}
</style>
border-color css
<style>
span { border-color: #D111EE; }
span { border-color: rgb(209,17,238); }
td.TdClassName
{
border-color: #D111EE;
}
.TagClassName
{
border-color: #D111EE;
}
</style>