Shades of Psychedelic Purple #D425EF
Tints of Psychedelic Purple #D425EF
RGB
CMYK
RGB Variations
Color information
#D425EF (or 0xD425EF) is known color: Psychedelic Purple. HEX triplet: D4, 25 and EF. RGB value is (212,37,239). Sum of RGB (Red+Green+Blue) = 212+37+239=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #D425EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425EF is #2BDA10. Grayscale: #6F6F6F. Windows color (decimal): -2873873 or 15672788. OLE color: 15672788.
HSL color Cylindrical-coordinate representation of color #D425EF: hue angle of 291.98º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D425EF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 37 | 239 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.06 |
| HSL | 291.98º | 0.86% | 0.54% | - |
| HSV(B) | 291.98º | 0.85% | 0.94% | - |
| XYZ | 43.39 | 21.55 | 83.53 | - |
| YUV | 112.35 | 199.48 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 239 | 0.11 | 0.85 | 0 | 0.06 | 291.98 | 0.86 | 0.54 |
| Hex | D4 | 25 | EF | B | 55 | 0 | 6 | 124 | 56 | 36 |
| Octal | 324 | 45 | 357 | 13 | 125 | 0 | 6 | 444 | 126 | 66 |
| Binary | 11010100 | 100101 | 11101111 | 1011 | 1010101 | 0 | 110 | 100100100 | 1010110 | 110110 |
Color Harmonies of #D425EF
Complementary color
Monochromatic Colors of #D425EF
Black with #D425EF
Text Example
Text Example
White with #D425EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425EF; }
p { color: rgb(212,37,239); }
H1.HeaderClassName
{
color: #D425EF;
}
.AnyTagClassName
{
color: #D425EF;
}
</style>
background-color css
<style>
a { background-color: #D425EF; }
a { background-color: rgb(212,37,239); }
div.DivClassName
{
background-color: #D425EF;
}
.BgClassName
{
background-color: #D425EF;
}
</style>
border-color css
<style>
span { border-color: #D425EF; }
span { border-color: rgb(212,37,239); }
td.TdClassName
{
border-color: #D425EF;
}
.TagClassName
{
border-color: #D425EF;
}
</style>