Shades of Psychedelic Purple #D916E5
Tints of Psychedelic Purple #D916E5
RGB
CMYK
RGB Variations
Color information
#D916E5 (or 0xD916E5) is known color: Psychedelic Purple. HEX triplet: D9, 16 and E5. RGB value is (217,22,229). Sum of RGB (Red+Green+Blue) = 217+22+229=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #D916E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916E5 is #26E91A. Grayscale: #676767. Windows color (decimal): -2550043 or 15013593. OLE color: 15013593.
HSL color Cylindrical-coordinate representation of color #D916E5: hue angle of 296.52º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916E5 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 22 | 229 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.10 |
| HSL | 296.52º | 0.82% | 0.49% | - |
| HSV(B) | 296.52º | 0.9% | 0.9% | - |
| XYZ | 43.05 | 20.98 | 75.91 | - |
| YUV | 103.9 | 198.6 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 229 | 0.05 | 0.90 | 0 | 0.10 | 296.52 | 0.82 | 0.49 |
| Hex | D9 | 16 | E5 | 5 | 5A | 0 | A | 129 | 52 | 31 |
| Octal | 331 | 26 | 345 | 5 | 132 | 0 | 12 | 451 | 122 | 61 |
| Binary | 11011001 | 10110 | 11100101 | 101 | 1011010 | 0 | 1010 | 100101001 | 1010010 | 110001 |
Color Harmonies of #D916E5
Complementary color
Monochromatic Colors of #D916E5
Black with #D916E5
Text Example
Text Example
White with #D916E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916E5; }
p { color: rgb(217,22,229); }
H1.HeaderClassName
{
color: #D916E5;
}
.AnyTagClassName
{
color: #D916E5;
}
</style>
background-color css
<style>
a { background-color: #D916E5; }
a { background-color: rgb(217,22,229); }
div.DivClassName
{
background-color: #D916E5;
}
.BgClassName
{
background-color: #D916E5;
}
</style>
border-color css
<style>
span { border-color: #D916E5; }
span { border-color: rgb(217,22,229); }
td.TdClassName
{
border-color: #D916E5;
}
.TagClassName
{
border-color: #D916E5;
}
</style>