Shades of Psychedelic Purple #D826EC
Tints of Psychedelic Purple #D826EC
RGB
CMYK
RGB Variations
Color information
#D826EC (or 0xD826EC) is known color: Psychedelic Purple. HEX triplet: D8, 26 and EC. RGB value is (216,38,236). Sum of RGB (Red+Green+Blue) = 216+38+236=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 38 (15.23% from 255 or 7.76% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #D826EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D826EC is #27D913. Grayscale: #717171. Windows color (decimal): -2611476 or 15476440. OLE color: 15476440.
HSL color Cylindrical-coordinate representation of color #D826EC: hue angle of 293.94º degrees, saturation: 0.84, 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 #D826EC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 38 | 236 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 293.94º | 0.84% | 0.54% | - |
| HSV(B) | 293.94º | 0.84% | 0.93% | - |
| XYZ | 44.15 | 22.04 | 81.28 | - |
| YUV | 113.79 | 196.97 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 236 | 0.08 | 0.84 | 0 | 0.07 | 293.94 | 0.84 | 0.54 |
| Hex | D8 | 26 | EC | 8 | 54 | 0 | 7 | 126 | 54 | 36 |
| Octal | 330 | 46 | 354 | 10 | 124 | 0 | 7 | 446 | 124 | 66 |
| Binary | 11011000 | 100110 | 11101100 | 1000 | 1010100 | 0 | 111 | 100100110 | 1010100 | 110110 |
Color Harmonies of #D826EC
Complementary color
Monochromatic Colors of #D826EC
Black with #D826EC
Text Example
Text Example
White with #D826EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826EC; }
p { color: rgb(216,38,236); }
H1.HeaderClassName
{
color: #D826EC;
}
.AnyTagClassName
{
color: #D826EC;
}
</style>
background-color css
<style>
a { background-color: #D826EC; }
a { background-color: rgb(216,38,236); }
div.DivClassName
{
background-color: #D826EC;
}
.BgClassName
{
background-color: #D826EC;
}
</style>
border-color css
<style>
span { border-color: #D826EC; }
span { border-color: rgb(216,38,236); }
td.TdClassName
{
border-color: #D826EC;
}
.TagClassName
{
border-color: #D826EC;
}
</style>