Shades of Psychedelic Purple #D11FED
Tints of Psychedelic Purple #D11FED
RGB
CMYK
RGB Variations
Color information
#D11FED (or 0xD11FED) is known color: Psychedelic Purple. HEX triplet: D1, 1F and ED. RGB value is (209,31,237). Sum of RGB (Red+Green+Blue) = 209+31+237=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #D11FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11FED is #2EE012. Grayscale: #6B6B6B. Windows color (decimal): -3072019 or 15540177. OLE color: 15540177.
HSL color Cylindrical-coordinate representation of color #D11FED: hue angle of 291.84º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11FED is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 31 | 237 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.07 |
| HSL | 291.84º | 0.85% | 0.53% | - |
| HSV(B) | 291.84º | 0.87% | 0.93% | - |
| XYZ | 42.07 | 20.65 | 81.89 | - |
| YUV | 107.71 | 200.97 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 237 | 0.12 | 0.87 | 0 | 0.07 | 291.84 | 0.85 | 0.53 |
| Hex | D1 | 1F | ED | C | 57 | 0 | 7 | 124 | 55 | 35 |
| Octal | 321 | 37 | 355 | 14 | 127 | 0 | 7 | 444 | 125 | 65 |
| Binary | 11010001 | 11111 | 11101101 | 1100 | 1010111 | 0 | 111 | 100100100 | 1010101 | 110101 |
Color Harmonies of #D11FED
Complementary color
Monochromatic Colors of #D11FED
Black with #D11FED
Text Example
Text Example
White with #D11FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FED; }
p { color: rgb(209,31,237); }
H1.HeaderClassName
{
color: #D11FED;
}
.AnyTagClassName
{
color: #D11FED;
}
</style>
background-color css
<style>
a { background-color: #D11FED; }
a { background-color: rgb(209,31,237); }
div.DivClassName
{
background-color: #D11FED;
}
.BgClassName
{
background-color: #D11FED;
}
</style>
border-color css
<style>
span { border-color: #D11FED; }
span { border-color: rgb(209,31,237); }
td.TdClassName
{
border-color: #D11FED;
}
.TagClassName
{
border-color: #D11FED;
}
</style>