Shades of Psychedelic Purple #D617EB
Tints of Psychedelic Purple #D617EB
RGB
CMYK
RGB Variations
Color information
#D617EB (or 0xD617EB) is known color: Psychedelic Purple. HEX triplet: D6, 17 and EB. RGB value is (214,23,235). Sum of RGB (Red+Green+Blue) = 214+23+235=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #D617EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D617EB is #29E814. Grayscale: #676767. Windows color (decimal): -2746389 or 15407062. OLE color: 15407062.
HSL color Cylindrical-coordinate representation of color #D617EB: hue angle of 294.06º 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 #D617EB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 23 | 235 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.08 |
| HSL | 294.06º | 0.84% | 0.51% | - |
| HSV(B) | 294.06º | 0.9% | 0.92% | - |
| XYZ | 43.03 | 20.91 | 80.36 | - |
| YUV | 104.28 | 201.78 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 235 | 0.09 | 0.90 | 0 | 0.08 | 294.06 | 0.84 | 0.51 |
| Hex | D6 | 17 | EB | 9 | 5A | 0 | 8 | 126 | 54 | 33 |
| Octal | 326 | 27 | 353 | 11 | 132 | 0 | 10 | 446 | 124 | 63 |
| Binary | 11010110 | 10111 | 11101011 | 1001 | 1011010 | 0 | 1000 | 100100110 | 1010100 | 110011 |
Color Harmonies of #D617EB
Complementary color
Monochromatic Colors of #D617EB
Black with #D617EB
Text Example
Text Example
White with #D617EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D617EB; }
p { color: rgb(214,23,235); }
H1.HeaderClassName
{
color: #D617EB;
}
.AnyTagClassName
{
color: #D617EB;
}
</style>
background-color css
<style>
a { background-color: #D617EB; }
a { background-color: rgb(214,23,235); }
div.DivClassName
{
background-color: #D617EB;
}
.BgClassName
{
background-color: #D617EB;
}
</style>
border-color css
<style>
span { border-color: #D617EB; }
span { border-color: rgb(214,23,235); }
td.TdClassName
{
border-color: #D617EB;
}
.TagClassName
{
border-color: #D617EB;
}
</style>