Shades of Psychedelic Purple #D618EB
Tints of Psychedelic Purple #D618EB
RGB
CMYK
RGB Variations
Color information
#D618EB (or 0xD618EB) is known color: Psychedelic Purple. HEX triplet: D6, 18 and EB. RGB value is (214,24,235). Sum of RGB (Red+Green+Blue) = 214+24+235=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 24 (9.77% from 255 or 5.07% 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 #D618EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D618EB is #29E714. Grayscale: #686868. Windows color (decimal): -2746133 or 15407318. OLE color: 15407318.
HSL color Cylindrical-coordinate representation of color #D618EB: hue angle of 294.03º 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 #D618EB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 24 | 235 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.08 |
| HSL | 294.03º | 0.84% | 0.51% | - |
| HSV(B) | 294.03º | 0.9% | 0.92% | - |
| XYZ | 43.05 | 20.95 | 80.37 | - |
| YUV | 104.86 | 201.45 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 235 | 0.09 | 0.90 | 0 | 0.08 | 294.03 | 0.84 | 0.51 |
| Hex | D6 | 18 | EB | 9 | 5A | 0 | 8 | 126 | 54 | 33 |
| Octal | 326 | 30 | 353 | 11 | 132 | 0 | 10 | 446 | 124 | 63 |
| Binary | 11010110 | 11000 | 11101011 | 1001 | 1011010 | 0 | 1000 | 100100110 | 1010100 | 110011 |
Color Harmonies of #D618EB
Complementary color
Monochromatic Colors of #D618EB
Black with #D618EB
Text Example
Text Example
White with #D618EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618EB; }
p { color: rgb(214,24,235); }
H1.HeaderClassName
{
color: #D618EB;
}
.AnyTagClassName
{
color: #D618EB;
}
</style>
background-color css
<style>
a { background-color: #D618EB; }
a { background-color: rgb(214,24,235); }
div.DivClassName
{
background-color: #D618EB;
}
.BgClassName
{
background-color: #D618EB;
}
</style>
border-color css
<style>
span { border-color: #D618EB; }
span { border-color: rgb(214,24,235); }
td.TdClassName
{
border-color: #D618EB;
}
.TagClassName
{
border-color: #D618EB;
}
</style>