Shades of Psychedelic Purple #D806EC
Tints of Psychedelic Purple #D806EC
RGB
CMYK
RGB Variations
Color information
#D806EC (or 0xD806EC) is known color: Psychedelic Purple. HEX triplet: D8, 06 and EC. RGB value is (216,6,236). Sum of RGB (Red+Green+Blue) = 216+6+236=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 6 (2.73% from 255 or 1.31% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #D806EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D806EC is #27F913. Grayscale: #5E5E5E. Windows color (decimal): -2619668 or 15468248. OLE color: 15468248.
HSL color Cylindrical-coordinate representation of color #D806EC: hue angle of 294.78º 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 #D806EC is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 6 | 236 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.07 |
| HSL | 294.78º | 0.95% | 0.47% | - |
| HSV(B) | 294.78º | 0.97% | 0.93% | - |
| XYZ | 43.52 | 20.79 | 81.07 | - |
| YUV | 95.01 | 207.57 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 236 | 0.08 | 0.97 | 0 | 0.07 | 294.78 | 0.95 | 0.47 |
| Hex | D8 | 6 | EC | 8 | 61 | 0 | 7 | 127 | 5F | 2F |
| Octal | 330 | 6 | 354 | 10 | 141 | 0 | 7 | 447 | 137 | 57 |
| Binary | 11011000 | 110 | 11101100 | 1000 | 1100001 | 0 | 111 | 100100111 | 1011111 | 101111 |
Color Harmonies of #D806EC
Complementary color
Monochromatic Colors of #D806EC
Black with #D806EC
Text Example
Text Example
White with #D806EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D806EC; }
p { color: rgb(216,6,236); }
H1.HeaderClassName
{
color: #D806EC;
}
.AnyTagClassName
{
color: #D806EC;
}
</style>
background-color css
<style>
a { background-color: #D806EC; }
a { background-color: rgb(216,6,236); }
div.DivClassName
{
background-color: #D806EC;
}
.BgClassName
{
background-color: #D806EC;
}
</style>
border-color css
<style>
span { border-color: #D806EC; }
span { border-color: rgb(216,6,236); }
td.TdClassName
{
border-color: #D806EC;
}
.TagClassName
{
border-color: #D806EC;
}
</style>