Shades of Psychedelic Purple #D718EB
Tints of Psychedelic Purple #D718EB
RGB
CMYK
RGB Variations
Color information
#D718EB (or 0xD718EB) is known color: Psychedelic Purple. HEX triplet: D7, 18 and EB. RGB value is (215,24,235). Sum of RGB (Red+Green+Blue) = 215+24+235=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #D718EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D718EB is #28E714. Grayscale: #686868. Windows color (decimal): -2680597 or 15407319. OLE color: 15407319.
HSL color Cylindrical-coordinate representation of color #D718EB: hue angle of 294.31º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D718EB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 24 | 235 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.08 |
| HSL | 294.31º | 0.84% | 0.51% | - |
| HSV(B) | 294.31º | 0.9% | 0.92% | - |
| XYZ | 43.35 | 21.1 | 80.39 | - |
| YUV | 105.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 235 | 0.09 | 0.90 | 0 | 0.08 | 294.31 | 0.84 | 0.51 |
| Hex | D7 | 18 | EB | 9 | 5A | 0 | 8 | 126 | 54 | 33 |
| Octal | 327 | 30 | 353 | 11 | 132 | 0 | 10 | 446 | 124 | 63 |
| Binary | 11010111 | 11000 | 11101011 | 1001 | 1011010 | 0 | 1000 | 100100110 | 1010100 | 110011 |
Color Harmonies of #D718EB
Complementary color
Monochromatic Colors of #D718EB
Black with #D718EB
Text Example
Text Example
White with #D718EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718EB; }
p { color: rgb(215,24,235); }
H1.HeaderClassName
{
color: #D718EB;
}
.AnyTagClassName
{
color: #D718EB;
}
</style>
background-color css
<style>
a { background-color: #D718EB; }
a { background-color: rgb(215,24,235); }
div.DivClassName
{
background-color: #D718EB;
}
.BgClassName
{
background-color: #D718EB;
}
</style>
border-color css
<style>
span { border-color: #D718EB; }
span { border-color: rgb(215,24,235); }
td.TdClassName
{
border-color: #D718EB;
}
.TagClassName
{
border-color: #D718EB;
}
</style>