Shades of Psychedelic Purple #D311EC
Tints of Psychedelic Purple #D311EC
RGB
CMYK
RGB Variations
Color information
#D311EC (or 0xD311EC) is known color: Psychedelic Purple. HEX triplet: D3, 11 and EC. RGB value is (211,17,236). Sum of RGB (Red+Green+Blue) = 211+17+236=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #D311EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D311EC is #2CEE13. Grayscale: #636363. Windows color (decimal): -2944532 or 15471059. OLE color: 15471059.
HSL color Cylindrical-coordinate representation of color #D311EC: hue angle of 293.15º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D311EC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 17 | 236 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.07 |
| HSL | 293.15º | 0.87% | 0.5% | - |
| HSV(B) | 293.15º | 0.93% | 0.93% | - |
| XYZ | 42.2 | 20.31 | 81.05 | - |
| YUV | 99.97 | 204.77 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 236 | 0.11 | 0.93 | 0 | 0.07 | 293.15 | 0.87 | 0.5 |
| Hex | D3 | 11 | EC | B | 5D | 0 | 7 | 125 | 57 | 32 |
| Octal | 323 | 21 | 354 | 13 | 135 | 0 | 7 | 445 | 127 | 62 |
| Binary | 11010011 | 10001 | 11101100 | 1011 | 1011101 | 0 | 111 | 100100101 | 1010111 | 110010 |
Color Harmonies of #D311EC
Complementary color
Monochromatic Colors of #D311EC
Black with #D311EC
Text Example
Text Example
White with #D311EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D311EC; }
p { color: rgb(211,17,236); }
H1.HeaderClassName
{
color: #D311EC;
}
.AnyTagClassName
{
color: #D311EC;
}
</style>
background-color css
<style>
a { background-color: #D311EC; }
a { background-color: rgb(211,17,236); }
div.DivClassName
{
background-color: #D311EC;
}
.BgClassName
{
background-color: #D311EC;
}
</style>
border-color css
<style>
span { border-color: #D311EC; }
span { border-color: rgb(211,17,236); }
td.TdClassName
{
border-color: #D311EC;
}
.TagClassName
{
border-color: #D311EC;
}
</style>