Shades of Psychedelic Purple #D726EB
Tints of Psychedelic Purple #D726EB
RGB
CMYK
RGB Variations
Color information
#D726EB (or 0xD726EB) is known color: Psychedelic Purple. HEX triplet: D7, 26 and EB. RGB value is (215,38,235). Sum of RGB (Red+Green+Blue) = 215+38+235=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #D726EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726EB is #28D914. Grayscale: #707070. Windows color (decimal): -2677013 or 15410903. OLE color: 15410903.
HSL color Cylindrical-coordinate representation of color #D726EB: hue angle of 293.91º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D726EB is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 38 | 235 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.08 |
| HSL | 293.91º | 0.83% | 0.54% | - |
| HSV(B) | 293.91º | 0.84% | 0.92% | - |
| XYZ | 43.71 | 21.83 | 80.51 | - |
| YUV | 113.38 | 196.64 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 235 | 0.09 | 0.84 | 0 | 0.08 | 293.91 | 0.83 | 0.54 |
| Hex | D7 | 26 | EB | 9 | 54 | 0 | 8 | 126 | 53 | 36 |
| Octal | 327 | 46 | 353 | 11 | 124 | 0 | 10 | 446 | 123 | 66 |
| Binary | 11010111 | 100110 | 11101011 | 1001 | 1010100 | 0 | 1000 | 100100110 | 1010011 | 110110 |
Color Harmonies of #D726EB
Complementary color
Monochromatic Colors of #D726EB
Black with #D726EB
Text Example
Text Example
White with #D726EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726EB; }
p { color: rgb(215,38,235); }
H1.HeaderClassName
{
color: #D726EB;
}
.AnyTagClassName
{
color: #D726EB;
}
</style>
background-color css
<style>
a { background-color: #D726EB; }
a { background-color: rgb(215,38,235); }
div.DivClassName
{
background-color: #D726EB;
}
.BgClassName
{
background-color: #D726EB;
}
</style>
border-color css
<style>
span { border-color: #D726EB; }
span { border-color: rgb(215,38,235); }
td.TdClassName
{
border-color: #D726EB;
}
.TagClassName
{
border-color: #D726EB;
}
</style>