Shades of Psychedelic Purple #D726EA
Tints of Psychedelic Purple #D726EA
RGB
CMYK
RGB Variations
Color information
#D726EA (or 0xD726EA) is known color: Psychedelic Purple. HEX triplet: D7, 26 and EA. RGB value is (215,38,234). Sum of RGB (Red+Green+Blue) = 215+38+234=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #D726EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726EA is #28D915. Grayscale: #707070. Windows color (decimal): -2677014 or 15345367. OLE color: 15345367.
HSL color Cylindrical-coordinate representation of color #D726EA: hue angle of 294.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D726EA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 38 | 234 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.08 |
| HSL | 294.18º | 0.82% | 0.53% | - |
| HSV(B) | 294.18º | 0.84% | 0.92% | - |
| XYZ | 43.57 | 21.77 | 79.75 | - |
| YUV | 113.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 234 | 0.08 | 0.84 | 0 | 0.08 | 294.18 | 0.82 | 0.53 |
| Hex | D7 | 26 | EA | 8 | 54 | 0 | 8 | 126 | 52 | 35 |
| Octal | 327 | 46 | 352 | 10 | 124 | 0 | 10 | 446 | 122 | 65 |
| Binary | 11010111 | 100110 | 11101010 | 1000 | 1010100 | 0 | 1000 | 100100110 | 1010010 | 110101 |
Color Harmonies of #D726EA
Complementary color
Monochromatic Colors of #D726EA
Black with #D726EA
Text Example
Text Example
White with #D726EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726EA; }
p { color: rgb(215,38,234); }
H1.HeaderClassName
{
color: #D726EA;
}
.AnyTagClassName
{
color: #D726EA;
}
</style>
background-color css
<style>
a { background-color: #D726EA; }
a { background-color: rgb(215,38,234); }
div.DivClassName
{
background-color: #D726EA;
}
.BgClassName
{
background-color: #D726EA;
}
</style>
border-color css
<style>
span { border-color: #D726EA; }
span { border-color: rgb(215,38,234); }
td.TdClassName
{
border-color: #D726EA;
}
.TagClassName
{
border-color: #D726EA;
}
</style>