Shades of Psychedelic Purple #D11DEE
Tints of Psychedelic Purple #D11DEE
RGB
CMYK
RGB Variations
Color information
#D11DEE (or 0xD11DEE) is known color: Psychedelic Purple. HEX triplet: D1, 1D and EE. RGB value is (209,29,238). Sum of RGB (Red+Green+Blue) = 209+29+238=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #D11DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11DEE is #2EE211. Grayscale: #696969. Windows color (decimal): -3072530 or 15605201. OLE color: 15605201.
HSL color Cylindrical-coordinate representation of color #D11DEE: hue angle of 291.67º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11DEE is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 29 | 238 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.07 |
| HSL | 291.67º | 0.86% | 0.52% | - |
| HSV(B) | 291.67º | 0.88% | 0.93% | - |
| XYZ | 42.17 | 20.61 | 82.64 | - |
| YUV | 106.65 | 202.13 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 238 | 0.12 | 0.88 | 0 | 0.07 | 291.67 | 0.86 | 0.52 |
| Hex | D1 | 1D | EE | C | 58 | 0 | 7 | 124 | 56 | 34 |
| Octal | 321 | 35 | 356 | 14 | 130 | 0 | 7 | 444 | 126 | 64 |
| Binary | 11010001 | 11101 | 11101110 | 1100 | 1011000 | 0 | 111 | 100100100 | 1010110 | 110100 |
Color Harmonies of #D11DEE
Complementary color
Monochromatic Colors of #D11DEE
Black with #D11DEE
Text Example
Text Example
White with #D11DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DEE; }
p { color: rgb(209,29,238); }
H1.HeaderClassName
{
color: #D11DEE;
}
.AnyTagClassName
{
color: #D11DEE;
}
</style>
background-color css
<style>
a { background-color: #D11DEE; }
a { background-color: rgb(209,29,238); }
div.DivClassName
{
background-color: #D11DEE;
}
.BgClassName
{
background-color: #D11DEE;
}
</style>
border-color css
<style>
span { border-color: #D11DEE; }
span { border-color: rgb(209,29,238); }
td.TdClassName
{
border-color: #D11DEE;
}
.TagClassName
{
border-color: #D11DEE;
}
</style>