Shades of Psychedelic Purple #D718EC
Tints of Psychedelic Purple #D718EC
RGB
CMYK
RGB Variations
Color information
#D718EC (or 0xD718EC) is known color: Psychedelic Purple. HEX triplet: D7, 18 and EC. RGB value is (215,24,236). Sum of RGB (Red+Green+Blue) = 215+24+236=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #D718EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D718EC is #28E713. Grayscale: #686868. Windows color (decimal): -2680596 or 15472855. OLE color: 15472855.
HSL color Cylindrical-coordinate representation of color #D718EC: hue angle of 294.06º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D718EC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 24 | 236 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.07 |
| HSL | 294.06º | 0.85% | 0.51% | - |
| HSV(B) | 294.06º | 0.9% | 0.93% | - |
| XYZ | 43.49 | 21.16 | 81.15 | - |
| YUV | 105.28 | 201.78 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 236 | 0.09 | 0.90 | 0 | 0.07 | 294.06 | 0.85 | 0.51 |
| Hex | D7 | 18 | EC | 9 | 5A | 0 | 7 | 126 | 55 | 33 |
| Octal | 327 | 30 | 354 | 11 | 132 | 0 | 7 | 446 | 125 | 63 |
| Binary | 11010111 | 11000 | 11101100 | 1001 | 1011010 | 0 | 111 | 100100110 | 1010101 | 110011 |
Color Harmonies of #D718EC
Complementary color
Monochromatic Colors of #D718EC
Black with #D718EC
Text Example
Text Example
White with #D718EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718EC; }
p { color: rgb(215,24,236); }
H1.HeaderClassName
{
color: #D718EC;
}
.AnyTagClassName
{
color: #D718EC;
}
</style>
background-color css
<style>
a { background-color: #D718EC; }
a { background-color: rgb(215,24,236); }
div.DivClassName
{
background-color: #D718EC;
}
.BgClassName
{
background-color: #D718EC;
}
</style>
border-color css
<style>
span { border-color: #D718EC; }
span { border-color: rgb(215,24,236); }
td.TdClassName
{
border-color: #D718EC;
}
.TagClassName
{
border-color: #D718EC;
}
</style>