Shades of Psychedelic Purple #D801EC
Tints of Psychedelic Purple #D801EC
RGB
CMYK
RGB Variations
Color information
#D801EC (or 0xD801EC) is known color: Psychedelic Purple. HEX triplet: D8, 01 and EC. RGB value is (216,1,236). Sum of RGB (Red+Green+Blue) = 216+1+236=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #D801EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D801EC is #27FE13. Grayscale: #5B5B5B. Windows color (decimal): -2620948 or 15466968. OLE color: 15466968.
HSL color Cylindrical-coordinate representation of color #D801EC: hue angle of 294.89º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801EC is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 1 | 236 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.07 |
| HSL | 294.89º | 0.99% | 0.46% | - |
| HSV(B) | 294.89º | 1% | 0.93% | - |
| XYZ | 43.47 | 20.68 | 81.06 | - |
| YUV | 92.08 | 209.23 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 236 | 0.08 | 1.00 | 0 | 0.07 | 294.89 | 0.99 | 0.46 |
| Hex | D8 | 1 | EC | 8 | 64 | 0 | 7 | 127 | 63 | 2E |
| Octal | 330 | 1 | 354 | 10 | 144 | 0 | 7 | 447 | 143 | 56 |
| Binary | 11011000 | 1 | 11101100 | 1000 | 1100100 | 0 | 111 | 100100111 | 1100011 | 101110 |
Color Harmonies of #D801EC
Complementary color
Monochromatic Colors of #D801EC
Black with #D801EC
Text Example
Text Example
White with #D801EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801EC; }
p { color: rgb(216,1,236); }
H1.HeaderClassName
{
color: #D801EC;
}
.AnyTagClassName
{
color: #D801EC;
}
</style>
background-color css
<style>
a { background-color: #D801EC; }
a { background-color: rgb(216,1,236); }
div.DivClassName
{
background-color: #D801EC;
}
.BgClassName
{
background-color: #D801EC;
}
</style>
border-color css
<style>
span { border-color: #D801EC; }
span { border-color: rgb(216,1,236); }
td.TdClassName
{
border-color: #D801EC;
}
.TagClassName
{
border-color: #D801EC;
}
</style>