Shades of Psychedelic Purple #D926EC
Tints of Psychedelic Purple #D926EC
RGB
CMYK
RGB Variations
Color information
#D926EC (or 0xD926EC) is known color: Psychedelic Purple. HEX triplet: D9, 26 and EC. RGB value is (217,38,236). Sum of RGB (Red+Green+Blue) = 217+38+236=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 38 (15.23% from 255 or 7.74% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #D926EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D926EC is #26D913. Grayscale: #717171. Windows color (decimal): -2545940 or 15476441. OLE color: 15476441.
HSL color Cylindrical-coordinate representation of color #D926EC: hue angle of 294.24º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D926EC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 38 | 236 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 294.24º | 0.84% | 0.54% | - |
| HSV(B) | 294.24º | 0.84% | 0.93% | - |
| XYZ | 44.45 | 22.19 | 81.3 | - |
| YUV | 114.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 236 | 0.08 | 0.84 | 0 | 0.07 | 294.24 | 0.84 | 0.54 |
| Hex | D9 | 26 | EC | 8 | 54 | 0 | 7 | 126 | 54 | 36 |
| Octal | 331 | 46 | 354 | 10 | 124 | 0 | 7 | 446 | 124 | 66 |
| Binary | 11011001 | 100110 | 11101100 | 1000 | 1010100 | 0 | 111 | 100100110 | 1010100 | 110110 |
Color Harmonies of #D926EC
Complementary color
Monochromatic Colors of #D926EC
Black with #D926EC
Text Example
Text Example
White with #D926EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926EC; }
p { color: rgb(217,38,236); }
H1.HeaderClassName
{
color: #D926EC;
}
.AnyTagClassName
{
color: #D926EC;
}
</style>
background-color css
<style>
a { background-color: #D926EC; }
a { background-color: rgb(217,38,236); }
div.DivClassName
{
background-color: #D926EC;
}
.BgClassName
{
background-color: #D926EC;
}
</style>
border-color css
<style>
span { border-color: #D926EC; }
span { border-color: rgb(217,38,236); }
td.TdClassName
{
border-color: #D926EC;
}
.TagClassName
{
border-color: #D926EC;
}
</style>