Shades of Psychedelic Purple #D619E9
Tints of Psychedelic Purple #D619E9
RGB
CMYK
RGB Variations
Color information
#D619E9 (or 0xD619E9) is known color: Psychedelic Purple. HEX triplet: D6, 19 and E9. RGB value is (214,25,233). Sum of RGB (Red+Green+Blue) = 214+25+233=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #D619E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619E9 is #29E616. Grayscale: #686868. Windows color (decimal): -2745879 or 15276502. OLE color: 15276502.
HSL color Cylindrical-coordinate representation of color #D619E9: hue angle of 294.52º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D619E9 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 25 | 233 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.09 |
| HSL | 294.52º | 0.83% | 0.51% | - |
| HSV(B) | 294.52º | 0.89% | 0.91% | - |
| XYZ | 42.79 | 20.87 | 78.86 | - |
| YUV | 105.22 | 200.12 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 233 | 0.08 | 0.89 | 0 | 0.09 | 294.52 | 0.83 | 0.51 |
| Hex | D6 | 19 | E9 | 8 | 59 | 0 | 9 | 127 | 53 | 33 |
| Octal | 326 | 31 | 351 | 10 | 131 | 0 | 11 | 447 | 123 | 63 |
| Binary | 11010110 | 11001 | 11101001 | 1000 | 1011001 | 0 | 1001 | 100100111 | 1010011 | 110011 |
Color Harmonies of #D619E9
Complementary color
Monochromatic Colors of #D619E9
Black with #D619E9
Text Example
Text Example
White with #D619E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619E9; }
p { color: rgb(214,25,233); }
H1.HeaderClassName
{
color: #D619E9;
}
.AnyTagClassName
{
color: #D619E9;
}
</style>
background-color css
<style>
a { background-color: #D619E9; }
a { background-color: rgb(214,25,233); }
div.DivClassName
{
background-color: #D619E9;
}
.BgClassName
{
background-color: #D619E9;
}
</style>
border-color css
<style>
span { border-color: #D619E9; }
span { border-color: rgb(214,25,233); }
td.TdClassName
{
border-color: #D619E9;
}
.TagClassName
{
border-color: #D619E9;
}
</style>