Shades of Psychedelic Purple #D429EC
Tints of Psychedelic Purple #D429EC
RGB
CMYK
RGB Variations
Color information
#D429EC (or 0xD429EC) is known color: Psychedelic Purple. HEX triplet: D4, 29 and EC. RGB value is (212,41,236). Sum of RGB (Red+Green+Blue) = 212+41+236=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #D429EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D429EC is #2BD613. Grayscale: #717171. Windows color (decimal): -2872852 or 15477204. OLE color: 15477204.
HSL color Cylindrical-coordinate representation of color #D429EC: hue angle of 292.62º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D429EC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 41 | 236 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.07 |
| HSL | 292.62º | 0.84% | 0.54% | - |
| HSV(B) | 292.62º | 0.83% | 0.93% | - |
| XYZ | 43.08 | 21.64 | 81.26 | - |
| YUV | 114.36 | 196.65 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 236 | 0.10 | 0.83 | 0 | 0.07 | 292.62 | 0.84 | 0.54 |
| Hex | D4 | 29 | EC | A | 53 | 0 | 7 | 125 | 54 | 36 |
| Octal | 324 | 51 | 354 | 12 | 123 | 0 | 7 | 445 | 124 | 66 |
| Binary | 11010100 | 101001 | 11101100 | 1010 | 1010011 | 0 | 111 | 100100101 | 1010100 | 110110 |
Color Harmonies of #D429EC
Complementary color
Monochromatic Colors of #D429EC
Black with #D429EC
Text Example
Text Example
White with #D429EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429EC; }
p { color: rgb(212,41,236); }
H1.HeaderClassName
{
color: #D429EC;
}
.AnyTagClassName
{
color: #D429EC;
}
</style>
background-color css
<style>
a { background-color: #D429EC; }
a { background-color: rgb(212,41,236); }
div.DivClassName
{
background-color: #D429EC;
}
.BgClassName
{
background-color: #D429EC;
}
</style>
border-color css
<style>
span { border-color: #D429EC; }
span { border-color: rgb(212,41,236); }
td.TdClassName
{
border-color: #D429EC;
}
.TagClassName
{
border-color: #D429EC;
}
</style>