Shades of Psychedelic Purple #D717EB
Tints of Psychedelic Purple #D717EB
RGB
CMYK
RGB Variations
Color information
#D717EB (or 0xD717EB) is known color: Psychedelic Purple. HEX triplet: D7, 17 and EB. RGB value is (215,23,235). Sum of RGB (Red+Green+Blue) = 215+23+235=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #D717EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D717EB is #28E814. Grayscale: #676767. Windows color (decimal): -2680853 or 15407063. OLE color: 15407063.
HSL color Cylindrical-coordinate representation of color #D717EB: hue angle of 294.34º 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 #D717EB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 23 | 235 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.08 |
| HSL | 294.34º | 0.84% | 0.51% | - |
| HSV(B) | 294.34º | 0.9% | 0.92% | - |
| XYZ | 43.33 | 21.06 | 80.38 | - |
| YUV | 104.58 | 201.61 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 235 | 0.09 | 0.90 | 0 | 0.08 | 294.34 | 0.84 | 0.51 |
| Hex | D7 | 17 | EB | 9 | 5A | 0 | 8 | 126 | 54 | 33 |
| Octal | 327 | 27 | 353 | 11 | 132 | 0 | 10 | 446 | 124 | 63 |
| Binary | 11010111 | 10111 | 11101011 | 1001 | 1011010 | 0 | 1000 | 100100110 | 1010100 | 110011 |
Color Harmonies of #D717EB
Complementary color
Monochromatic Colors of #D717EB
Black with #D717EB
Text Example
Text Example
White with #D717EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D717EB; }
p { color: rgb(215,23,235); }
H1.HeaderClassName
{
color: #D717EB;
}
.AnyTagClassName
{
color: #D717EB;
}
</style>
background-color css
<style>
a { background-color: #D717EB; }
a { background-color: rgb(215,23,235); }
div.DivClassName
{
background-color: #D717EB;
}
.BgClassName
{
background-color: #D717EB;
}
</style>
border-color css
<style>
span { border-color: #D717EB; }
span { border-color: rgb(215,23,235); }
td.TdClassName
{
border-color: #D717EB;
}
.TagClassName
{
border-color: #D717EB;
}
</style>