Shades of Psychedelic Purple #D926E8
Tints of Psychedelic Purple #D926E8
RGB
CMYK
RGB Variations
Color information
#D926E8 (or 0xD926E8) is known color: Psychedelic Purple. HEX triplet: D9, 26 and E8. RGB value is (217,38,232). Sum of RGB (Red+Green+Blue) = 217+38+232=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #D926E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D926E8 is #26D917. Grayscale: #717171. Windows color (decimal): -2545944 or 15214297. OLE color: 15214297.
HSL color Cylindrical-coordinate representation of color #D926E8: hue angle of 295.36º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D926E8 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 38 | 232 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.09 |
| HSL | 295.36º | 0.81% | 0.53% | - |
| HSV(B) | 295.36º | 0.84% | 0.91% | - |
| XYZ | 43.87 | 21.96 | 78.27 | - |
| YUV | 113.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 232 | 0.06 | 0.84 | 0 | 0.09 | 295.36 | 0.81 | 0.53 |
| Hex | D9 | 26 | E8 | 6 | 54 | 0 | 9 | 127 | 51 | 35 |
| Octal | 331 | 46 | 350 | 6 | 124 | 0 | 11 | 447 | 121 | 65 |
| Binary | 11011001 | 100110 | 11101000 | 110 | 1010100 | 0 | 1001 | 100100111 | 1010001 | 110101 |
Color Harmonies of #D926E8
Complementary color
Monochromatic Colors of #D926E8
Black with #D926E8
Text Example
Text Example
White with #D926E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926E8; }
p { color: rgb(217,38,232); }
H1.HeaderClassName
{
color: #D926E8;
}
.AnyTagClassName
{
color: #D926E8;
}
</style>
background-color css
<style>
a { background-color: #D926E8; }
a { background-color: rgb(217,38,232); }
div.DivClassName
{
background-color: #D926E8;
}
.BgClassName
{
background-color: #D926E8;
}
</style>
border-color css
<style>
span { border-color: #D926E8; }
span { border-color: rgb(217,38,232); }
td.TdClassName
{
border-color: #D926E8;
}
.TagClassName
{
border-color: #D926E8;
}
</style>