Shades of Psychedelic Purple #D726E9
Tints of Psychedelic Purple #D726E9
RGB
CMYK
RGB Variations
Color information
#D726E9 (or 0xD726E9) is known color: Psychedelic Purple. HEX triplet: D7, 26 and E9. RGB value is (215,38,233). Sum of RGB (Red+Green+Blue) = 215+38+233=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #D726E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726E9 is #28D916. Grayscale: #707070. Windows color (decimal): -2677015 or 15279831. OLE color: 15279831.
HSL color Cylindrical-coordinate representation of color #D726E9: hue angle of 294.46º degrees, saturation: 0.82, 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 #D726E9 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 38 | 233 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.09 |
| HSL | 294.46º | 0.82% | 0.53% | - |
| HSV(B) | 294.46º | 0.84% | 0.91% | - |
| XYZ | 43.43 | 21.72 | 78.99 | - |
| YUV | 113.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 233 | 0.08 | 0.84 | 0 | 0.09 | 294.46 | 0.82 | 0.53 |
| Hex | D7 | 26 | E9 | 8 | 54 | 0 | 9 | 126 | 52 | 35 |
| Octal | 327 | 46 | 351 | 10 | 124 | 0 | 11 | 446 | 122 | 65 |
| Binary | 11010111 | 100110 | 11101001 | 1000 | 1010100 | 0 | 1001 | 100100110 | 1010010 | 110101 |
Color Harmonies of #D726E9
Complementary color
Monochromatic Colors of #D726E9
Black with #D726E9
Text Example
Text Example
White with #D726E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726E9; }
p { color: rgb(215,38,233); }
H1.HeaderClassName
{
color: #D726E9;
}
.AnyTagClassName
{
color: #D726E9;
}
</style>
background-color css
<style>
a { background-color: #D726E9; }
a { background-color: rgb(215,38,233); }
div.DivClassName
{
background-color: #D726E9;
}
.BgClassName
{
background-color: #D726E9;
}
</style>
border-color css
<style>
span { border-color: #D726E9; }
span { border-color: rgb(215,38,233); }
td.TdClassName
{
border-color: #D726E9;
}
.TagClassName
{
border-color: #D726E9;
}
</style>