Shades of Psychedelic Purple #D406E7
Tints of Psychedelic Purple #D406E7
RGB
CMYK
RGB Variations
Color information
#D406E7 (or 0xD406E7) is known color: Psychedelic Purple. HEX triplet: D4, 06 and E7. RGB value is (212,6,231). Sum of RGB (Red+Green+Blue) = 212+6+231=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #D406E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D406E7 is #2BF918. Grayscale: #5C5C5C. Windows color (decimal): -2881817 or 15140564. OLE color: 15140564.
HSL color Cylindrical-coordinate representation of color #D406E7: hue angle of 294.93º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D406E7 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 6 | 231 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.09 |
| HSL | 294.93º | 0.95% | 0.46% | - |
| HSV(B) | 294.93º | 0.97% | 0.91% | - |
| XYZ | 41.64 | 19.9 | 77.25 | - |
| YUV | 93.24 | 205.75 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 231 | 0.08 | 0.97 | 0 | 0.09 | 294.93 | 0.95 | 0.46 |
| Hex | D4 | 6 | E7 | 8 | 61 | 0 | 9 | 127 | 5F | 2E |
| Octal | 324 | 6 | 347 | 10 | 141 | 0 | 11 | 447 | 137 | 56 |
| Binary | 11010100 | 110 | 11100111 | 1000 | 1100001 | 0 | 1001 | 100100111 | 1011111 | 101110 |
Color Harmonies of #D406E7
Complementary color
Monochromatic Colors of #D406E7
Black with #D406E7
Text Example
Text Example
White with #D406E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D406E7; }
p { color: rgb(212,6,231); }
H1.HeaderClassName
{
color: #D406E7;
}
.AnyTagClassName
{
color: #D406E7;
}
</style>
background-color css
<style>
a { background-color: #D406E7; }
a { background-color: rgb(212,6,231); }
div.DivClassName
{
background-color: #D406E7;
}
.BgClassName
{
background-color: #D406E7;
}
</style>
border-color css
<style>
span { border-color: #D406E7; }
span { border-color: rgb(212,6,231); }
td.TdClassName
{
border-color: #D406E7;
}
.TagClassName
{
border-color: #D406E7;
}
</style>