Shades of Psychedelic Purple #D11EE8
Tints of Psychedelic Purple #D11EE8
RGB
CMYK
RGB Variations
Color information
#D11EE8 (or 0xD11EE8) is known color: Psychedelic Purple. HEX triplet: D1, 1E and E8. RGB value is (209,30,232). Sum of RGB (Red+Green+Blue) = 209+30+232=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #D11EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EE8 is #2EE117. Grayscale: #696969. Windows color (decimal): -3072280 or 15212241. OLE color: 15212241.
HSL color Cylindrical-coordinate representation of color #D11EE8: hue angle of 293.17º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11EE8 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 30 | 232 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.09 |
| HSL | 293.17º | 0.81% | 0.51% | - |
| HSV(B) | 293.17º | 0.87% | 0.91% | - |
| XYZ | 41.32 | 20.31 | 78.09 | - |
| YUV | 106.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 232 | 0.10 | 0.87 | 0 | 0.09 | 293.17 | 0.81 | 0.51 |
| Hex | D1 | 1E | E8 | A | 57 | 0 | 9 | 125 | 51 | 33 |
| Octal | 321 | 36 | 350 | 12 | 127 | 0 | 11 | 445 | 121 | 63 |
| Binary | 11010001 | 11110 | 11101000 | 1010 | 1010111 | 0 | 1001 | 100100101 | 1010001 | 110011 |
Color Harmonies of #D11EE8
Complementary color
Monochromatic Colors of #D11EE8
Black with #D11EE8
Text Example
Text Example
White with #D11EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EE8; }
p { color: rgb(209,30,232); }
H1.HeaderClassName
{
color: #D11EE8;
}
.AnyTagClassName
{
color: #D11EE8;
}
</style>
background-color css
<style>
a { background-color: #D11EE8; }
a { background-color: rgb(209,30,232); }
div.DivClassName
{
background-color: #D11EE8;
}
.BgClassName
{
background-color: #D11EE8;
}
</style>
border-color css
<style>
span { border-color: #D11EE8; }
span { border-color: rgb(209,30,232); }
td.TdClassName
{
border-color: #D11EE8;
}
.TagClassName
{
border-color: #D11EE8;
}
</style>