Shades of Psychedelic Purple #D11EFE
Tints of Psychedelic Purple #D11EFE
RGB
CMYK
RGB Variations
Color information
#D11EFE (or 0xD11EFE) is known color: Psychedelic Purple. HEX triplet: D1, 1E and FE. RGB value is (209,30,254). Sum of RGB (Red+Green+Blue) = 209+30+254=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #D11EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EFE is #2EE101. Grayscale: #6C6C6C. Windows color (decimal): -3072258 or 16654033. OLE color: 16654033.
HSL color Cylindrical-coordinate representation of color #D11EFE: hue angle of 287.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11EFE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 30 | 254 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.00 |
| HSL | 287.95º | 0.99% | 0.56% | - |
| HSV(B) | 287.95º | 0.88% | 1% | - |
| XYZ | 44.65 | 21.64 | 95.59 | - |
| YUV | 109.06 | 209.8 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 254 | 0.18 | 0.88 | 0 | 0.00 | 287.95 | 0.99 | 0.56 |
| Hex | D1 | 1E | FE | 12 | 58 | 0 | 0 | 120 | 63 | 38 |
| Octal | 321 | 36 | 376 | 22 | 130 | 0 | 0 | 440 | 143 | 70 |
| Binary | 11010001 | 11110 | 11111110 | 10010 | 1011000 | 0 | 0 | 100100000 | 1100011 | 111000 |
Color Harmonies of #D11EFE
Complementary color
Monochromatic Colors of #D11EFE
Black with #D11EFE
Text Example
Text Example
White with #D11EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EFE; }
p { color: rgb(209,30,254); }
H1.HeaderClassName
{
color: #D11EFE;
}
.AnyTagClassName
{
color: #D11EFE;
}
</style>
background-color css
<style>
a { background-color: #D11EFE; }
a { background-color: rgb(209,30,254); }
div.DivClassName
{
background-color: #D11EFE;
}
.BgClassName
{
background-color: #D11EFE;
}
</style>
border-color css
<style>
span { border-color: #D11EFE; }
span { border-color: rgb(209,30,254); }
td.TdClassName
{
border-color: #D11EFE;
}
.TagClassName
{
border-color: #D11EFE;
}
</style>