Shades of Psychedelic Purple #D926ED
Tints of Psychedelic Purple #D926ED
RGB
CMYK
RGB Variations
Color information
#D926ED (or 0xD926ED) is known color: Psychedelic Purple. HEX triplet: D9, 26 and ED. RGB value is (217,38,237). Sum of RGB (Red+Green+Blue) = 217+38+237=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #D926ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D926ED is #26D912. Grayscale: #717171. Windows color (decimal): -2545939 or 15541977. OLE color: 15541977.
HSL color Cylindrical-coordinate representation of color #D926ED: hue angle of 293.97º degrees, saturation: 0.85, 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 #D926ED is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 38 | 237 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 293.97º | 0.85% | 0.54% | - |
| HSV(B) | 293.97º | 0.84% | 0.93% | - |
| XYZ | 44.59 | 22.25 | 82.07 | - |
| YUV | 114.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 237 | 0.08 | 0.84 | 0 | 0.07 | 293.97 | 0.85 | 0.54 |
| Hex | D9 | 26 | ED | 8 | 54 | 0 | 7 | 126 | 55 | 36 |
| Octal | 331 | 46 | 355 | 10 | 124 | 0 | 7 | 446 | 125 | 66 |
| Binary | 11011001 | 100110 | 11101101 | 1000 | 1010100 | 0 | 111 | 100100110 | 1010101 | 110110 |
Color Harmonies of #D926ED
Complementary color
Monochromatic Colors of #D926ED
Black with #D926ED
Text Example
Text Example
White with #D926ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926ED; }
p { color: rgb(217,38,237); }
H1.HeaderClassName
{
color: #D926ED;
}
.AnyTagClassName
{
color: #D926ED;
}
</style>
background-color css
<style>
a { background-color: #D926ED; }
a { background-color: rgb(217,38,237); }
div.DivClassName
{
background-color: #D926ED;
}
.BgClassName
{
background-color: #D926ED;
}
</style>
border-color css
<style>
span { border-color: #D926ED; }
span { border-color: rgb(217,38,237); }
td.TdClassName
{
border-color: #D926ED;
}
.TagClassName
{
border-color: #D926ED;
}
</style>