Shades of Psychedelic Purple #D426EC
Tints of Psychedelic Purple #D426EC
RGB
CMYK
RGB Variations
Color information
#D426EC (or 0xD426EC) is known color: Psychedelic Purple. HEX triplet: D4, 26 and EC. RGB value is (212,38,236). Sum of RGB (Red+Green+Blue) = 212+38+236=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #D426EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426EC is #2BD913. Grayscale: #6F6F6F. Windows color (decimal): -2873620 or 15476436. OLE color: 15476436.
HSL color Cylindrical-coordinate representation of color #D426EC: hue angle of 292.73º 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 #D426EC is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 38 | 236 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.07 |
| HSL | 292.73º | 0.84% | 0.54% | - |
| HSV(B) | 292.73º | 0.84% | 0.93% | - |
| XYZ | 42.98 | 21.44 | 81.23 | - |
| YUV | 112.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 236 | 0.10 | 0.84 | 0 | 0.07 | 292.73 | 0.84 | 0.54 |
| Hex | D4 | 26 | EC | A | 54 | 0 | 7 | 125 | 54 | 36 |
| Octal | 324 | 46 | 354 | 12 | 124 | 0 | 7 | 445 | 124 | 66 |
| Binary | 11010100 | 100110 | 11101100 | 1010 | 1010100 | 0 | 111 | 100100101 | 1010100 | 110110 |
Color Harmonies of #D426EC
Complementary color
Monochromatic Colors of #D426EC
Black with #D426EC
Text Example
Text Example
White with #D426EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426EC; }
p { color: rgb(212,38,236); }
H1.HeaderClassName
{
color: #D426EC;
}
.AnyTagClassName
{
color: #D426EC;
}
</style>
background-color css
<style>
a { background-color: #D426EC; }
a { background-color: rgb(212,38,236); }
div.DivClassName
{
background-color: #D426EC;
}
.BgClassName
{
background-color: #D426EC;
}
</style>
border-color css
<style>
span { border-color: #D426EC; }
span { border-color: rgb(212,38,236); }
td.TdClassName
{
border-color: #D426EC;
}
.TagClassName
{
border-color: #D426EC;
}
</style>