Shades of Psychedelic Purple #D819EC
Tints of Psychedelic Purple #D819EC
RGB
CMYK
RGB Variations
Color information
#D819EC (or 0xD819EC) is known color: Psychedelic Purple. HEX triplet: D8, 19 and EC. RGB value is (216,25,236). Sum of RGB (Red+Green+Blue) = 216+25+236=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #D819EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D819EC is #27E613. Grayscale: #696969. Windows color (decimal): -2614804 or 15473112. OLE color: 15473112.
HSL color Cylindrical-coordinate representation of color #D819EC: hue angle of 294.31º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D819EC is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 25 | 236 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.31º | 0.85% | 0.51% | - |
| HSV(B) | 294.31º | 0.89% | 0.93% | - |
| XYZ | 43.81 | 21.35 | 81.17 | - |
| YUV | 106.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 236 | 0.08 | 0.89 | 0 | 0.07 | 294.31 | 0.85 | 0.51 |
| Hex | D8 | 19 | EC | 8 | 59 | 0 | 7 | 126 | 55 | 33 |
| Octal | 330 | 31 | 354 | 10 | 131 | 0 | 7 | 446 | 125 | 63 |
| Binary | 11011000 | 11001 | 11101100 | 1000 | 1011001 | 0 | 111 | 100100110 | 1010101 | 110011 |
Color Harmonies of #D819EC
Complementary color
Monochromatic Colors of #D819EC
Black with #D819EC
Text Example
Text Example
White with #D819EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819EC; }
p { color: rgb(216,25,236); }
H1.HeaderClassName
{
color: #D819EC;
}
.AnyTagClassName
{
color: #D819EC;
}
</style>
background-color css
<style>
a { background-color: #D819EC; }
a { background-color: rgb(216,25,236); }
div.DivClassName
{
background-color: #D819EC;
}
.BgClassName
{
background-color: #D819EC;
}
</style>
border-color css
<style>
span { border-color: #D819EC; }
span { border-color: rgb(216,25,236); }
td.TdClassName
{
border-color: #D819EC;
}
.TagClassName
{
border-color: #D819EC;
}
</style>