Shades of Psychedelic Purple #D619EB
Tints of Psychedelic Purple #D619EB
RGB
CMYK
RGB Variations
Color information
#D619EB (or 0xD619EB) is known color: Psychedelic Purple. HEX triplet: D6, 19 and EB. RGB value is (214,25,235). Sum of RGB (Red+Green+Blue) = 214+25+235=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #D619EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619EB is #29E614. Grayscale: #686868. Windows color (decimal): -2745877 or 15407574. OLE color: 15407574.
HSL color Cylindrical-coordinate representation of color #D619EB: hue angle of 294º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D619EB is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 25 | 235 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.08 |
| HSL | 294º | 0.84% | 0.51% | - |
| HSV(B) | 294º | 0.89% | 0.92% | - |
| XYZ | 43.07 | 20.99 | 80.38 | - |
| YUV | 105.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 235 | 0.09 | 0.89 | 0 | 0.08 | 294 | 0.84 | 0.51 |
| Hex | D6 | 19 | EB | 9 | 59 | 0 | 8 | 126 | 54 | 33 |
| Octal | 326 | 31 | 353 | 11 | 131 | 0 | 10 | 446 | 124 | 63 |
| Binary | 11010110 | 11001 | 11101011 | 1001 | 1011001 | 0 | 1000 | 100100110 | 1010100 | 110011 |
Color Harmonies of #D619EB
Complementary color
Monochromatic Colors of #D619EB
Black with #D619EB
Text Example
Text Example
White with #D619EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619EB; }
p { color: rgb(214,25,235); }
H1.HeaderClassName
{
color: #D619EB;
}
.AnyTagClassName
{
color: #D619EB;
}
</style>
background-color css
<style>
a { background-color: #D619EB; }
a { background-color: rgb(214,25,235); }
div.DivClassName
{
background-color: #D619EB;
}
.BgClassName
{
background-color: #D619EB;
}
</style>
border-color css
<style>
span { border-color: #D619EB; }
span { border-color: rgb(214,25,235); }
td.TdClassName
{
border-color: #D619EB;
}
.TagClassName
{
border-color: #D619EB;
}
</style>