Shades of Psychedelic Purple #D406EC
Tints of Psychedelic Purple #D406EC
RGB
CMYK
RGB Variations
Color information
#D406EC (or 0xD406EC) is known color: Psychedelic Purple. HEX triplet: D4, 06 and EC. RGB value is (212,6,236). Sum of RGB (Red+Green+Blue) = 212+6+236=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #D406EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D406EC is #2BF913. Grayscale: #5D5D5D. Windows color (decimal): -2881812 or 15468244. OLE color: 15468244.
HSL color Cylindrical-coordinate representation of color #D406EC: hue angle of 293.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D406EC is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 6 | 236 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.07 |
| HSL | 293.74º | 0.95% | 0.47% | - |
| HSV(B) | 293.74º | 0.97% | 0.93% | - |
| XYZ | 42.36 | 20.18 | 81.02 | - |
| YUV | 93.81 | 208.25 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 236 | 0.10 | 0.97 | 0 | 0.07 | 293.74 | 0.95 | 0.47 |
| Hex | D4 | 6 | EC | A | 61 | 0 | 7 | 126 | 5F | 2F |
| Octal | 324 | 6 | 354 | 12 | 141 | 0 | 7 | 446 | 137 | 57 |
| Binary | 11010100 | 110 | 11101100 | 1010 | 1100001 | 0 | 111 | 100100110 | 1011111 | 101111 |
Color Harmonies of #D406EC
Complementary color
Monochromatic Colors of #D406EC
Black with #D406EC
Text Example
Text Example
White with #D406EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D406EC; }
p { color: rgb(212,6,236); }
H1.HeaderClassName
{
color: #D406EC;
}
.AnyTagClassName
{
color: #D406EC;
}
</style>
background-color css
<style>
a { background-color: #D406EC; }
a { background-color: rgb(212,6,236); }
div.DivClassName
{
background-color: #D406EC;
}
.BgClassName
{
background-color: #D406EC;
}
</style>
border-color css
<style>
span { border-color: #D406EC; }
span { border-color: rgb(212,6,236); }
td.TdClassName
{
border-color: #D406EC;
}
.TagClassName
{
border-color: #D406EC;
}
</style>