Shades of Psychedelic Purple #D311EB
Tints of Psychedelic Purple #D311EB
RGB
CMYK
RGB Variations
Color information
#D311EB (or 0xD311EB) is known color: Psychedelic Purple. HEX triplet: D3, 11 and EB. RGB value is (211,17,235). Sum of RGB (Red+Green+Blue) = 211+17+235=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #D311EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D311EB is #2CEE14. Grayscale: #636363. Windows color (decimal): -2944533 or 15405523. OLE color: 15405523.
HSL color Cylindrical-coordinate representation of color #D311EB: hue angle of 293.39º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D311EB is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 17 | 235 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.08 |
| HSL | 293.39º | 0.87% | 0.49% | - |
| HSV(B) | 293.39º | 0.93% | 0.92% | - |
| XYZ | 42.06 | 20.25 | 80.29 | - |
| YUV | 99.86 | 204.27 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 235 | 0.10 | 0.93 | 0 | 0.08 | 293.39 | 0.87 | 0.49 |
| Hex | D3 | 11 | EB | A | 5D | 0 | 8 | 125 | 57 | 31 |
| Octal | 323 | 21 | 353 | 12 | 135 | 0 | 10 | 445 | 127 | 61 |
| Binary | 11010011 | 10001 | 11101011 | 1010 | 1011101 | 0 | 1000 | 100100101 | 1010111 | 110001 |
Color Harmonies of #D311EB
Complementary color
Monochromatic Colors of #D311EB
Black with #D311EB
Text Example
Text Example
White with #D311EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D311EB; }
p { color: rgb(211,17,235); }
H1.HeaderClassName
{
color: #D311EB;
}
.AnyTagClassName
{
color: #D311EB;
}
</style>
background-color css
<style>
a { background-color: #D311EB; }
a { background-color: rgb(211,17,235); }
div.DivClassName
{
background-color: #D311EB;
}
.BgClassName
{
background-color: #D311EB;
}
</style>
border-color css
<style>
span { border-color: #D311EB; }
span { border-color: rgb(211,17,235); }
td.TdClassName
{
border-color: #D311EB;
}
.TagClassName
{
border-color: #D311EB;
}
</style>