Shades of Psychedelic Purple #D314EB
Tints of Psychedelic Purple #D314EB
RGB
CMYK
RGB Variations
Color information
#D314EB (or 0xD314EB) is known color: Psychedelic Purple. HEX triplet: D3, 14 and EB. RGB value is (211,20,235). Sum of RGB (Red+Green+Blue) = 211+20+235=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #D314EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314EB is #2CEB14. Grayscale: #646464. Windows color (decimal): -2943765 or 15406291. OLE color: 15406291.
HSL color Cylindrical-coordinate representation of color #D314EB: hue angle of 293.3º 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 #D314EB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 20 | 235 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.08 |
| HSL | 293.3º | 0.84% | 0.5% | - |
| HSV(B) | 293.3º | 0.91% | 0.92% | - |
| XYZ | 42.11 | 20.35 | 80.31 | - |
| YUV | 101.62 | 203.28 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 235 | 0.10 | 0.91 | 0 | 0.08 | 293.3 | 0.84 | 0.5 |
| Hex | D3 | 14 | EB | A | 5B | 0 | 8 | 125 | 54 | 32 |
| Octal | 323 | 24 | 353 | 12 | 133 | 0 | 10 | 445 | 124 | 62 |
| Binary | 11010011 | 10100 | 11101011 | 1010 | 1011011 | 0 | 1000 | 100100101 | 1010100 | 110010 |
Color Harmonies of #D314EB
Complementary color
Monochromatic Colors of #D314EB
Black with #D314EB
Text Example
Text Example
White with #D314EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D314EB; }
p { color: rgb(211,20,235); }
H1.HeaderClassName
{
color: #D314EB;
}
.AnyTagClassName
{
color: #D314EB;
}
</style>
background-color css
<style>
a { background-color: #D314EB; }
a { background-color: rgb(211,20,235); }
div.DivClassName
{
background-color: #D314EB;
}
.BgClassName
{
background-color: #D314EB;
}
</style>
border-color css
<style>
span { border-color: #D314EB; }
span { border-color: rgb(211,20,235); }
td.TdClassName
{
border-color: #D314EB;
}
.TagClassName
{
border-color: #D314EB;
}
</style>