Shades of Psychedelic Purple #D619EE
Tints of Psychedelic Purple #D619EE
RGB
CMYK
RGB Variations
Color information
#D619EE (or 0xD619EE) is known color: Psychedelic Purple. HEX triplet: D6, 19 and EE. RGB value is (214,25,238). Sum of RGB (Red+Green+Blue) = 214+25+238=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #D619EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619EE is #29E611. Grayscale: #696969. Windows color (decimal): -2745874 or 15604182. OLE color: 15604182.
HSL color Cylindrical-coordinate representation of color #D619EE: hue angle of 293.24º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D619EE is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 25 | 238 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.07 |
| HSL | 293.24º | 0.86% | 0.52% | - |
| HSV(B) | 293.24º | 0.89% | 0.93% | - |
| XYZ | 43.51 | 21.16 | 82.68 | - |
| YUV | 105.79 | 202.62 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 238 | 0.10 | 0.89 | 0 | 0.07 | 293.24 | 0.86 | 0.52 |
| Hex | D6 | 19 | EE | A | 59 | 0 | 7 | 125 | 56 | 34 |
| Octal | 326 | 31 | 356 | 12 | 131 | 0 | 7 | 445 | 126 | 64 |
| Binary | 11010110 | 11001 | 11101110 | 1010 | 1011001 | 0 | 111 | 100100101 | 1010110 | 110100 |
Color Harmonies of #D619EE
Complementary color
Monochromatic Colors of #D619EE
Black with #D619EE
Text Example
Text Example
White with #D619EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619EE; }
p { color: rgb(214,25,238); }
H1.HeaderClassName
{
color: #D619EE;
}
.AnyTagClassName
{
color: #D619EE;
}
</style>
background-color css
<style>
a { background-color: #D619EE; }
a { background-color: rgb(214,25,238); }
div.DivClassName
{
background-color: #D619EE;
}
.BgClassName
{
background-color: #D619EE;
}
</style>
border-color css
<style>
span { border-color: #D619EE; }
span { border-color: rgb(214,25,238); }
td.TdClassName
{
border-color: #D619EE;
}
.TagClassName
{
border-color: #D619EE;
}
</style>