Shades of Psychedelic Purple #D425EC
Tints of Psychedelic Purple #D425EC
RGB
CMYK
RGB Variations
Color information
#D425EC (or 0xD425EC) is known color: Psychedelic Purple. HEX triplet: D4, 25 and EC. RGB value is (212,37,236). Sum of RGB (Red+Green+Blue) = 212+37+236=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #D425EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425EC is #2BDA13. Grayscale: #6F6F6F. Windows color (decimal): -2873876 or 15476180. OLE color: 15476180.
HSL color Cylindrical-coordinate representation of color #D425EC: hue angle of 292.76º 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 #D425EC is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 37 | 236 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.07 |
| HSL | 292.76º | 0.84% | 0.54% | - |
| HSV(B) | 292.76º | 0.84% | 0.93% | - |
| XYZ | 42.95 | 21.38 | 81.22 | - |
| YUV | 112.01 | 197.98 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 236 | 0.10 | 0.84 | 0 | 0.07 | 292.76 | 0.84 | 0.54 |
| Hex | D4 | 25 | EC | A | 54 | 0 | 7 | 125 | 54 | 36 |
| Octal | 324 | 45 | 354 | 12 | 124 | 0 | 7 | 445 | 124 | 66 |
| Binary | 11010100 | 100101 | 11101100 | 1010 | 1010100 | 0 | 111 | 100100101 | 1010100 | 110110 |
Color Harmonies of #D425EC
Complementary color
Monochromatic Colors of #D425EC
Black with #D425EC
Text Example
Text Example
White with #D425EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425EC; }
p { color: rgb(212,37,236); }
H1.HeaderClassName
{
color: #D425EC;
}
.AnyTagClassName
{
color: #D425EC;
}
</style>
background-color css
<style>
a { background-color: #D425EC; }
a { background-color: rgb(212,37,236); }
div.DivClassName
{
background-color: #D425EC;
}
.BgClassName
{
background-color: #D425EC;
}
</style>
border-color css
<style>
span { border-color: #D425EC; }
span { border-color: rgb(212,37,236); }
td.TdClassName
{
border-color: #D425EC;
}
.TagClassName
{
border-color: #D425EC;
}
</style>