Shades of Psychedelic Purple #D626EC
Tints of Psychedelic Purple #D626EC
RGB
CMYK
RGB Variations
Color information
#D626EC (or 0xD626EC) is known color: Psychedelic Purple. HEX triplet: D6, 26 and EC. RGB value is (214,38,236). Sum of RGB (Red+Green+Blue) = 214+38+236=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #D626EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626EC is #29D913. Grayscale: #707070. Windows color (decimal): -2742548 or 15476438. OLE color: 15476438.
HSL color Cylindrical-coordinate representation of color #D626EC: hue angle of 293.33º 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 #D626EC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 38 | 236 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.07 |
| HSL | 293.33º | 0.84% | 0.54% | - |
| HSV(B) | 293.33º | 0.84% | 0.93% | - |
| XYZ | 43.56 | 21.74 | 81.26 | - |
| YUV | 113.2 | 197.31 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 236 | 0.09 | 0.84 | 0 | 0.07 | 293.33 | 0.84 | 0.54 |
| Hex | D6 | 26 | EC | 9 | 54 | 0 | 7 | 125 | 54 | 36 |
| Octal | 326 | 46 | 354 | 11 | 124 | 0 | 7 | 445 | 124 | 66 |
| Binary | 11010110 | 100110 | 11101100 | 1001 | 1010100 | 0 | 111 | 100100101 | 1010100 | 110110 |
Color Harmonies of #D626EC
Complementary color
Monochromatic Colors of #D626EC
Black with #D626EC
Text Example
Text Example
White with #D626EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626EC; }
p { color: rgb(214,38,236); }
H1.HeaderClassName
{
color: #D626EC;
}
.AnyTagClassName
{
color: #D626EC;
}
</style>
background-color css
<style>
a { background-color: #D626EC; }
a { background-color: rgb(214,38,236); }
div.DivClassName
{
background-color: #D626EC;
}
.BgClassName
{
background-color: #D626EC;
}
</style>
border-color css
<style>
span { border-color: #D626EC; }
span { border-color: rgb(214,38,236); }
td.TdClassName
{
border-color: #D626EC;
}
.TagClassName
{
border-color: #D626EC;
}
</style>