Shades of Psychedelic Purple #D614EB
Tints of Psychedelic Purple #D614EB
RGB
CMYK
RGB Variations
Color information
#D614EB (or 0xD614EB) is known color: Psychedelic Purple. HEX triplet: D6, 14 and EB. RGB value is (214,20,235). Sum of RGB (Red+Green+Blue) = 214+20+235=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #D614EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D614EB is #29EB14. Grayscale: #656565. Windows color (decimal): -2747157 or 15406294. OLE color: 15406294.
HSL color Cylindrical-coordinate representation of color #D614EB: hue angle of 294.14º 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 #D614EB is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 20 | 235 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.08 |
| HSL | 294.14º | 0.84% | 0.5% | - |
| HSV(B) | 294.14º | 0.91% | 0.92% | - |
| XYZ | 42.98 | 20.79 | 80.35 | - |
| YUV | 102.52 | 202.77 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 235 | 0.09 | 0.91 | 0 | 0.08 | 294.14 | 0.84 | 0.5 |
| Hex | D6 | 14 | EB | 9 | 5B | 0 | 8 | 126 | 54 | 32 |
| Octal | 326 | 24 | 353 | 11 | 133 | 0 | 10 | 446 | 124 | 62 |
| Binary | 11010110 | 10100 | 11101011 | 1001 | 1011011 | 0 | 1000 | 100100110 | 1010100 | 110010 |
Color Harmonies of #D614EB
Complementary color
Monochromatic Colors of #D614EB
Black with #D614EB
Text Example
Text Example
White with #D614EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614EB; }
p { color: rgb(214,20,235); }
H1.HeaderClassName
{
color: #D614EB;
}
.AnyTagClassName
{
color: #D614EB;
}
</style>
background-color css
<style>
a { background-color: #D614EB; }
a { background-color: rgb(214,20,235); }
div.DivClassName
{
background-color: #D614EB;
}
.BgClassName
{
background-color: #D614EB;
}
</style>
border-color css
<style>
span { border-color: #D614EB; }
span { border-color: rgb(214,20,235); }
td.TdClassName
{
border-color: #D614EB;
}
.TagClassName
{
border-color: #D614EB;
}
</style>