Shades of Psychedelic Purple #D426E7
Tints of Psychedelic Purple #D426E7
RGB
CMYK
RGB Variations
Color information
#D426E7 (or 0xD426E7) is known color: Psychedelic Purple. HEX triplet: D4, 26 and E7. RGB value is (212,38,231). Sum of RGB (Red+Green+Blue) = 212+38+231=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 38 (15.23% from 255 or 7.90% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #D426E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426E7 is #2BD918. Grayscale: #6F6F6F. Windows color (decimal): -2873625 or 15148756. OLE color: 15148756.
HSL color Cylindrical-coordinate representation of color #D426E7: hue angle of 294.09º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D426E7 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 38 | 231 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.09 |
| HSL | 294.09º | 0.8% | 0.53% | - |
| HSV(B) | 294.09º | 0.84% | 0.91% | - |
| XYZ | 42.27 | 21.15 | 77.46 | - |
| YUV | 112.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 231 | 0.08 | 0.84 | 0 | 0.09 | 294.09 | 0.8 | 0.53 |
| Hex | D4 | 26 | E7 | 8 | 54 | 0 | 9 | 126 | 50 | 35 |
| Octal | 324 | 46 | 347 | 10 | 124 | 0 | 11 | 446 | 120 | 65 |
| Binary | 11010100 | 100110 | 11100111 | 1000 | 1010100 | 0 | 1001 | 100100110 | 1010000 | 110101 |
Color Harmonies of #D426E7
Complementary color
Monochromatic Colors of #D426E7
Black with #D426E7
Text Example
Text Example
White with #D426E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426E7; }
p { color: rgb(212,38,231); }
H1.HeaderClassName
{
color: #D426E7;
}
.AnyTagClassName
{
color: #D426E7;
}
</style>
background-color css
<style>
a { background-color: #D426E7; }
a { background-color: rgb(212,38,231); }
div.DivClassName
{
background-color: #D426E7;
}
.BgClassName
{
background-color: #D426E7;
}
</style>
border-color css
<style>
span { border-color: #D426E7; }
span { border-color: rgb(212,38,231); }
td.TdClassName
{
border-color: #D426E7;
}
.TagClassName
{
border-color: #D426E7;
}
</style>