Shades of Psychedelic Purple #D428EF
Tints of Psychedelic Purple #D428EF
RGB
CMYK
RGB Variations
Color information
#D428EF (or 0xD428EF) is known color: Psychedelic Purple. HEX triplet: D4, 28 and EF. RGB value is (212,40,239). Sum of RGB (Red+Green+Blue) = 212+40+239=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #D428EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428EF is #2BD710. Grayscale: #717171. Windows color (decimal): -2873105 or 15673556. OLE color: 15673556.
HSL color Cylindrical-coordinate representation of color #D428EF: hue angle of 291.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D428EF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 40 | 239 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.06 |
| HSL | 291.86º | 0.86% | 0.55% | - |
| HSV(B) | 291.86º | 0.83% | 0.94% | - |
| XYZ | 43.49 | 21.75 | 83.57 | - |
| YUV | 114.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 239 | 0.11 | 0.83 | 0 | 0.06 | 291.86 | 0.86 | 0.55 |
| Hex | D4 | 28 | EF | B | 53 | 0 | 6 | 124 | 56 | 37 |
| Octal | 324 | 50 | 357 | 13 | 123 | 0 | 6 | 444 | 126 | 67 |
| Binary | 11010100 | 101000 | 11101111 | 1011 | 1010011 | 0 | 110 | 100100100 | 1010110 | 110111 |
Color Harmonies of #D428EF
Complementary color
Monochromatic Colors of #D428EF
Black with #D428EF
Text Example
Text Example
White with #D428EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428EF; }
p { color: rgb(212,40,239); }
H1.HeaderClassName
{
color: #D428EF;
}
.AnyTagClassName
{
color: #D428EF;
}
</style>
background-color css
<style>
a { background-color: #D428EF; }
a { background-color: rgb(212,40,239); }
div.DivClassName
{
background-color: #D428EF;
}
.BgClassName
{
background-color: #D428EF;
}
</style>
border-color css
<style>
span { border-color: #D428EF; }
span { border-color: rgb(212,40,239); }
td.TdClassName
{
border-color: #D428EF;
}
.TagClassName
{
border-color: #D428EF;
}
</style>