Shades of Psychedelic Purple #D820EC
Tints of Psychedelic Purple #D820EC
RGB
CMYK
RGB Variations
Color information
#D820EC (or 0xD820EC) is known color: Psychedelic Purple. HEX triplet: D8, 20 and EC. RGB value is (216,32,236). Sum of RGB (Red+Green+Blue) = 216+32+236=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #D820EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D820EC is #27DF13. Grayscale: #6D6D6D. Windows color (decimal): -2613012 or 15474904. OLE color: 15474904.
HSL color Cylindrical-coordinate representation of color #D820EC: hue angle of 294.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D820EC is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 32 | 236 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.07 |
| HSL | 294.12º | 0.84% | 0.53% | - |
| HSV(B) | 294.12º | 0.86% | 0.93% | - |
| XYZ | 43.98 | 21.69 | 81.23 | - |
| YUV | 110.27 | 198.96 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 236 | 0.08 | 0.86 | 0 | 0.07 | 294.12 | 0.84 | 0.53 |
| Hex | D8 | 20 | EC | 8 | 56 | 0 | 7 | 126 | 54 | 35 |
| Octal | 330 | 40 | 354 | 10 | 126 | 0 | 7 | 446 | 124 | 65 |
| Binary | 11011000 | 100000 | 11101100 | 1000 | 1010110 | 0 | 111 | 100100110 | 1010100 | 110101 |
Color Harmonies of #D820EC
Complementary color
Monochromatic Colors of #D820EC
Black with #D820EC
Text Example
Text Example
White with #D820EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D820EC; }
p { color: rgb(216,32,236); }
H1.HeaderClassName
{
color: #D820EC;
}
.AnyTagClassName
{
color: #D820EC;
}
</style>
background-color css
<style>
a { background-color: #D820EC; }
a { background-color: rgb(216,32,236); }
div.DivClassName
{
background-color: #D820EC;
}
.BgClassName
{
background-color: #D820EC;
}
</style>
border-color css
<style>
span { border-color: #D820EC; }
span { border-color: rgb(216,32,236); }
td.TdClassName
{
border-color: #D820EC;
}
.TagClassName
{
border-color: #D820EC;
}
</style>