Shades of Psychedelic Purple #D816EC
Tints of Psychedelic Purple #D816EC
RGB
CMYK
RGB Variations
Color information
#D816EC (or 0xD816EC) is known color: Psychedelic Purple. HEX triplet: D8, 16 and EC. RGB value is (216,22,236). Sum of RGB (Red+Green+Blue) = 216+22+236=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #D816EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D816EC is #27E913. Grayscale: #676767. Windows color (decimal): -2615572 or 15472344. OLE color: 15472344.
HSL color Cylindrical-coordinate representation of color #D816EC: hue angle of 294.39º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D816EC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 22 | 236 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.07 |
| HSL | 294.39º | 0.85% | 0.51% | - |
| HSV(B) | 294.39º | 0.91% | 0.93% | - |
| XYZ | 43.75 | 21.23 | 81.15 | - |
| YUV | 104.4 | 202.27 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 236 | 0.08 | 0.91 | 0 | 0.07 | 294.39 | 0.85 | 0.51 |
| Hex | D8 | 16 | EC | 8 | 5B | 0 | 7 | 126 | 55 | 33 |
| Octal | 330 | 26 | 354 | 10 | 133 | 0 | 7 | 446 | 125 | 63 |
| Binary | 11011000 | 10110 | 11101100 | 1000 | 1011011 | 0 | 111 | 100100110 | 1010101 | 110011 |
Color Harmonies of #D816EC
Complementary color
Monochromatic Colors of #D816EC
Black with #D816EC
Text Example
Text Example
White with #D816EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D816EC; }
p { color: rgb(216,22,236); }
H1.HeaderClassName
{
color: #D816EC;
}
.AnyTagClassName
{
color: #D816EC;
}
</style>
background-color css
<style>
a { background-color: #D816EC; }
a { background-color: rgb(216,22,236); }
div.DivClassName
{
background-color: #D816EC;
}
.BgClassName
{
background-color: #D816EC;
}
</style>
border-color css
<style>
span { border-color: #D816EC; }
span { border-color: rgb(216,22,236); }
td.TdClassName
{
border-color: #D816EC;
}
.TagClassName
{
border-color: #D816EC;
}
</style>