Shades of Psychedelic Purple #D42AEC
Tints of Psychedelic Purple #D42AEC
RGB
CMYK
RGB Variations
Color information
#D42AEC (or 0xD42AEC) is known color: Psychedelic Purple. HEX triplet: D4, 2A and EC. RGB value is (212,42,236). Sum of RGB (Red+Green+Blue) = 212+42+236=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #D42AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42AEC is #2BD513. Grayscale: #727272. Windows color (decimal): -2872596 or 15477460. OLE color: 15477460.
HSL color Cylindrical-coordinate representation of color #D42AEC: hue angle of 292.58º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42AEC is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 42 | 236 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.07 |
| HSL | 292.58º | 0.84% | 0.55% | - |
| HSV(B) | 292.58º | 0.82% | 0.93% | - |
| XYZ | 43.12 | 21.71 | 81.27 | - |
| YUV | 114.95 | 196.32 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 236 | 0.10 | 0.82 | 0 | 0.07 | 292.58 | 0.84 | 0.55 |
| Hex | D4 | 2A | EC | A | 52 | 0 | 7 | 125 | 54 | 37 |
| Octal | 324 | 52 | 354 | 12 | 122 | 0 | 7 | 445 | 124 | 67 |
| Binary | 11010100 | 101010 | 11101100 | 1010 | 1010010 | 0 | 111 | 100100101 | 1010100 | 110111 |
Color Harmonies of #D42AEC
Complementary color
Monochromatic Colors of #D42AEC
Black with #D42AEC
Text Example
Text Example
White with #D42AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AEC; }
p { color: rgb(212,42,236); }
H1.HeaderClassName
{
color: #D42AEC;
}
.AnyTagClassName
{
color: #D42AEC;
}
</style>
background-color css
<style>
a { background-color: #D42AEC; }
a { background-color: rgb(212,42,236); }
div.DivClassName
{
background-color: #D42AEC;
}
.BgClassName
{
background-color: #D42AEC;
}
</style>
border-color css
<style>
span { border-color: #D42AEC; }
span { border-color: rgb(212,42,236); }
td.TdClassName
{
border-color: #D42AEC;
}
.TagClassName
{
border-color: #D42AEC;
}
</style>