Shades of Psychedelic Purple #D11EFF
Tints of Psychedelic Purple #D11EFF
RGB
CMYK
RGB Variations
Color information
#D11EFF (or 0xD11EFF) is known color: Psychedelic Purple. HEX triplet: D1, 1E and FF. RGB value is (209,30,255). Sum of RGB (Red+Green+Blue) = 209+30+255=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #D11EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EFF is #2EE100. Grayscale: #6C6C6C. Windows color (decimal): -3072257 or 16719569. OLE color: 16719569.
HSL color Cylindrical-coordinate representation of color #D11EFF: hue angle of 287.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11EFF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 30 | 255 | - |
| CMYK | 0.18 | 0.88 | 0 | 0 |
| HSL | 287.73º | 1% | 0.56% | - |
| HSV(B) | 287.73º | 0.88% | 1% | - |
| XYZ | 44.81 | 21.7 | 96.44 | - |
| YUV | 109.17 | 210.3 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 255 | 0.18 | 0.88 | 0 | 0 | 287.73 | 1 | 0.56 |
| Hex | D1 | 1E | FF | 12 | 58 | 0 | 0 | 120 | 64 | 38 |
| Octal | 321 | 36 | 377 | 22 | 130 | 0 | 0 | 440 | 144 | 70 |
| Binary | 11010001 | 11110 | 11111111 | 10010 | 1011000 | 0 | 0 | 100100000 | 1100100 | 111000 |
Color Harmonies of #D11EFF
Complementary color
Monochromatic Colors of #D11EFF
Black with #D11EFF
Text Example
Text Example
White with #D11EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EFF; }
p { color: rgb(209,30,255); }
H1.HeaderClassName
{
color: #D11EFF;
}
.AnyTagClassName
{
color: #D11EFF;
}
</style>
background-color css
<style>
a { background-color: #D11EFF; }
a { background-color: rgb(209,30,255); }
div.DivClassName
{
background-color: #D11EFF;
}
.BgClassName
{
background-color: #D11EFF;
}
</style>
border-color css
<style>
span { border-color: #D11EFF; }
span { border-color: rgb(209,30,255); }
td.TdClassName
{
border-color: #D11EFF;
}
.TagClassName
{
border-color: #D11EFF;
}
</style>