Shades of Psychedelic Purple #D919EE
Tints of Psychedelic Purple #D919EE
RGB
CMYK
RGB Variations
Color information
#D919EE (or 0xD919EE) is known color: Psychedelic Purple. HEX triplet: D9, 19 and EE. RGB value is (217,25,238). Sum of RGB (Red+Green+Blue) = 217+25+238=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #D919EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919EE is #26E611. Grayscale: #6A6A6A. Windows color (decimal): -2549266 or 15604185. OLE color: 15604185.
HSL color Cylindrical-coordinate representation of color #D919EE: hue angle of 294.08º 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 #D919EE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 25 | 238 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.07 |
| HSL | 294.08º | 0.86% | 0.52% | - |
| HSV(B) | 294.08º | 0.89% | 0.93% | - |
| XYZ | 44.4 | 21.62 | 82.72 | - |
| YUV | 106.69 | 202.11 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 238 | 0.09 | 0.89 | 0 | 0.07 | 294.08 | 0.86 | 0.52 |
| Hex | D9 | 19 | EE | 9 | 59 | 0 | 7 | 126 | 56 | 34 |
| Octal | 331 | 31 | 356 | 11 | 131 | 0 | 7 | 446 | 126 | 64 |
| Binary | 11011001 | 11001 | 11101110 | 1001 | 1011001 | 0 | 111 | 100100110 | 1010110 | 110100 |
Color Harmonies of #D919EE
Complementary color
Monochromatic Colors of #D919EE
Black with #D919EE
Text Example
Text Example
White with #D919EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919EE; }
p { color: rgb(217,25,238); }
H1.HeaderClassName
{
color: #D919EE;
}
.AnyTagClassName
{
color: #D919EE;
}
</style>
background-color css
<style>
a { background-color: #D919EE; }
a { background-color: rgb(217,25,238); }
div.DivClassName
{
background-color: #D919EE;
}
.BgClassName
{
background-color: #D919EE;
}
</style>
border-color css
<style>
span { border-color: #D919EE; }
span { border-color: rgb(217,25,238); }
td.TdClassName
{
border-color: #D919EE;
}
.TagClassName
{
border-color: #D919EE;
}
</style>