Shades of Psychedelic Purple #D619E6
Tints of Psychedelic Purple #D619E6
RGB
CMYK
RGB Variations
Color information
#D619E6 (or 0xD619E6) is known color: Psychedelic Purple. HEX triplet: D6, 19 and E6. RGB value is (214,25,230). Sum of RGB (Red+Green+Blue) = 214+25+230=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #D619E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619E6 is #29E619. Grayscale: #686868. Windows color (decimal): -2745882 or 15079894. OLE color: 15079894.
HSL color Cylindrical-coordinate representation of color #D619E6: hue angle of 295.32º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D619E6 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 25 | 230 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.10 |
| HSL | 295.32º | 0.8% | 0.5% | - |
| HSV(B) | 295.32º | 0.89% | 0.9% | - |
| XYZ | 42.36 | 20.7 | 76.63 | - |
| YUV | 104.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 230 | 0.07 | 0.89 | 0 | 0.10 | 295.32 | 0.8 | 0.5 |
| Hex | D6 | 19 | E6 | 7 | 59 | 0 | A | 127 | 50 | 32 |
| Octal | 326 | 31 | 346 | 7 | 131 | 0 | 12 | 447 | 120 | 62 |
| Binary | 11010110 | 11001 | 11100110 | 111 | 1011001 | 0 | 1010 | 100100111 | 1010000 | 110010 |
Color Harmonies of #D619E6
Complementary color
Monochromatic Colors of #D619E6
Black with #D619E6
Text Example
Text Example
White with #D619E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619E6; }
p { color: rgb(214,25,230); }
H1.HeaderClassName
{
color: #D619E6;
}
.AnyTagClassName
{
color: #D619E6;
}
</style>
background-color css
<style>
a { background-color: #D619E6; }
a { background-color: rgb(214,25,230); }
div.DivClassName
{
background-color: #D619E6;
}
.BgClassName
{
background-color: #D619E6;
}
</style>
border-color css
<style>
span { border-color: #D619E6; }
span { border-color: rgb(214,25,230); }
td.TdClassName
{
border-color: #D619E6;
}
.TagClassName
{
border-color: #D619E6;
}
</style>