Shades of Psychedelic Purple #D11EE6
Tints of Psychedelic Purple #D11EE6
RGB
CMYK
RGB Variations
Color information
#D11EE6 (or 0xD11EE6) is known color: Psychedelic Purple. HEX triplet: D1, 1E and E6. RGB value is (209,30,230). Sum of RGB (Red+Green+Blue) = 209+30+230=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #D11EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EE6 is #2EE119. Grayscale: #696969. Windows color (decimal): -3072282 or 15081169. OLE color: 15081169.
HSL color Cylindrical-coordinate representation of color #D11EE6: hue angle of 293.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11EE6 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 30 | 230 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.10 |
| HSL | 293.7º | 0.8% | 0.51% | - |
| HSV(B) | 293.7º | 0.87% | 0.9% | - |
| XYZ | 41.04 | 20.2 | 76.6 | - |
| YUV | 106.32 | 197.8 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 230 | 0.09 | 0.87 | 0 | 0.10 | 293.7 | 0.8 | 0.51 |
| Hex | D1 | 1E | E6 | 9 | 57 | 0 | A | 126 | 50 | 33 |
| Octal | 321 | 36 | 346 | 11 | 127 | 0 | 12 | 446 | 120 | 63 |
| Binary | 11010001 | 11110 | 11100110 | 1001 | 1010111 | 0 | 1010 | 100100110 | 1010000 | 110011 |
Color Harmonies of #D11EE6
Complementary color
Monochromatic Colors of #D11EE6
Black with #D11EE6
Text Example
Text Example
White with #D11EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EE6; }
p { color: rgb(209,30,230); }
H1.HeaderClassName
{
color: #D11EE6;
}
.AnyTagClassName
{
color: #D11EE6;
}
</style>
background-color css
<style>
a { background-color: #D11EE6; }
a { background-color: rgb(209,30,230); }
div.DivClassName
{
background-color: #D11EE6;
}
.BgClassName
{
background-color: #D11EE6;
}
</style>
border-color css
<style>
span { border-color: #D11EE6; }
span { border-color: rgb(209,30,230); }
td.TdClassName
{
border-color: #D11EE6;
}
.TagClassName
{
border-color: #D11EE6;
}
</style>