Shades of Psychedelic Purple #D11EF3
Tints of Psychedelic Purple #D11EF3
RGB
CMYK
RGB Variations
Color information
#D11EF3 (or 0xD11EF3) is known color: Psychedelic Purple. HEX triplet: D1, 1E and F3. RGB value is (209,30,243). Sum of RGB (Red+Green+Blue) = 209+30+243=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #D11EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EF3 is #2EE10C. Grayscale: #6B6B6B. Windows color (decimal): -3072269 or 15933137. OLE color: 15933137.
HSL color Cylindrical-coordinate representation of color #D11EF3: hue angle of 290.42º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11EF3 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 30 | 243 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.05 |
| HSL | 290.42º | 0.9% | 0.54% | - |
| HSV(B) | 290.42º | 0.88% | 0.95% | - |
| XYZ | 42.94 | 20.95 | 86.58 | - |
| YUV | 107.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 243 | 0.14 | 0.88 | 0 | 0.05 | 290.42 | 0.9 | 0.54 |
| Hex | D1 | 1E | F3 | E | 58 | 0 | 5 | 122 | 5A | 36 |
| Octal | 321 | 36 | 363 | 16 | 130 | 0 | 5 | 442 | 132 | 66 |
| Binary | 11010001 | 11110 | 11110011 | 1110 | 1011000 | 0 | 101 | 100100010 | 1011010 | 110110 |
Color Harmonies of #D11EF3
Complementary color
Monochromatic Colors of #D11EF3
Black with #D11EF3
Text Example
Text Example
White with #D11EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EF3; }
p { color: rgb(209,30,243); }
H1.HeaderClassName
{
color: #D11EF3;
}
.AnyTagClassName
{
color: #D11EF3;
}
</style>
background-color css
<style>
a { background-color: #D11EF3; }
a { background-color: rgb(209,30,243); }
div.DivClassName
{
background-color: #D11EF3;
}
.BgClassName
{
background-color: #D11EF3;
}
</style>
border-color css
<style>
span { border-color: #D11EF3; }
span { border-color: rgb(209,30,243); }
td.TdClassName
{
border-color: #D11EF3;
}
.TagClassName
{
border-color: #D11EF3;
}
</style>