Shades of Psychedelic Purple #D316EB
Tints of Psychedelic Purple #D316EB
RGB
CMYK
RGB Variations
Color information
#D316EB (or 0xD316EB) is known color: Psychedelic Purple. HEX triplet: D3, 16 and EB. RGB value is (211,22,235). Sum of RGB (Red+Green+Blue) = 211+22+235=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #D316EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D316EB is #2CE914. Grayscale: #666666. Windows color (decimal): -2943253 or 15406803. OLE color: 15406803.
HSL color Cylindrical-coordinate representation of color #D316EB: hue angle of 293.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D316EB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 22 | 235 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.08 |
| HSL | 293.24º | 0.84% | 0.5% | - |
| HSV(B) | 293.24º | 0.91% | 0.92% | - |
| XYZ | 42.15 | 20.42 | 80.32 | - |
| YUV | 102.79 | 202.62 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 235 | 0.10 | 0.91 | 0 | 0.08 | 293.24 | 0.84 | 0.5 |
| Hex | D3 | 16 | EB | A | 5B | 0 | 8 | 125 | 54 | 32 |
| Octal | 323 | 26 | 353 | 12 | 133 | 0 | 10 | 445 | 124 | 62 |
| Binary | 11010011 | 10110 | 11101011 | 1010 | 1011011 | 0 | 1000 | 100100101 | 1010100 | 110010 |
Color Harmonies of #D316EB
Complementary color
Monochromatic Colors of #D316EB
Black with #D316EB
Text Example
Text Example
White with #D316EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316EB; }
p { color: rgb(211,22,235); }
H1.HeaderClassName
{
color: #D316EB;
}
.AnyTagClassName
{
color: #D316EB;
}
</style>
background-color css
<style>
a { background-color: #D316EB; }
a { background-color: rgb(211,22,235); }
div.DivClassName
{
background-color: #D316EB;
}
.BgClassName
{
background-color: #D316EB;
}
</style>
border-color css
<style>
span { border-color: #D316EB; }
span { border-color: rgb(211,22,235); }
td.TdClassName
{
border-color: #D316EB;
}
.TagClassName
{
border-color: #D316EB;
}
</style>