Shades of Psychedelic Purple #D428EA
Tints of Psychedelic Purple #D428EA
RGB
CMYK
RGB Variations
Color information
#D428EA (or 0xD428EA) is known color: Psychedelic Purple. HEX triplet: D4, 28 and EA. RGB value is (212,40,234). Sum of RGB (Red+Green+Blue) = 212+40+234=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #D428EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428EA is #2BD715. Grayscale: #707070. Windows color (decimal): -2873110 or 15345876. OLE color: 15345876.
HSL color Cylindrical-coordinate representation of color #D428EA: hue angle of 293.2º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D428EA is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 40 | 234 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.08 |
| HSL | 293.2º | 0.82% | 0.54% | - |
| HSV(B) | 293.2º | 0.83% | 0.92% | - |
| XYZ | 42.76 | 21.46 | 79.73 | - |
| YUV | 113.54 | 195.98 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 234 | 0.09 | 0.83 | 0 | 0.08 | 293.2 | 0.82 | 0.54 |
| Hex | D4 | 28 | EA | 9 | 53 | 0 | 8 | 125 | 52 | 36 |
| Octal | 324 | 50 | 352 | 11 | 123 | 0 | 10 | 445 | 122 | 66 |
| Binary | 11010100 | 101000 | 11101010 | 1001 | 1010011 | 0 | 1000 | 100100101 | 1010010 | 110110 |
Color Harmonies of #D428EA
Complementary color
Monochromatic Colors of #D428EA
Black with #D428EA
Text Example
Text Example
White with #D428EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428EA; }
p { color: rgb(212,40,234); }
H1.HeaderClassName
{
color: #D428EA;
}
.AnyTagClassName
{
color: #D428EA;
}
</style>
background-color css
<style>
a { background-color: #D428EA; }
a { background-color: rgb(212,40,234); }
div.DivClassName
{
background-color: #D428EA;
}
.BgClassName
{
background-color: #D428EA;
}
</style>
border-color css
<style>
span { border-color: #D428EA; }
span { border-color: rgb(212,40,234); }
td.TdClassName
{
border-color: #D428EA;
}
.TagClassName
{
border-color: #D428EA;
}
</style>