Shades of Psychedelic Purple #D628EB
Tints of Psychedelic Purple #D628EB
RGB
CMYK
RGB Variations
Color information
#D628EB (or 0xD628EB) is known color: Psychedelic Purple. HEX triplet: D6, 28 and EB. RGB value is (214,40,235). Sum of RGB (Red+Green+Blue) = 214+40+235=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #D628EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D628EB is #29D714. Grayscale: #717171. Windows color (decimal): -2742037 or 15411414. OLE color: 15411414.
HSL color Cylindrical-coordinate representation of color #D628EB: hue angle of 293.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D628EB is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 40 | 235 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.08 |
| HSL | 293.54º | 0.83% | 0.54% | - |
| HSV(B) | 293.54º | 0.83% | 0.92% | - |
| XYZ | 43.49 | 21.81 | 80.52 | - |
| YUV | 114.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 235 | 0.09 | 0.83 | 0 | 0.08 | 293.54 | 0.83 | 0.54 |
| Hex | D6 | 28 | EB | 9 | 53 | 0 | 8 | 126 | 53 | 36 |
| Octal | 326 | 50 | 353 | 11 | 123 | 0 | 10 | 446 | 123 | 66 |
| Binary | 11010110 | 101000 | 11101011 | 1001 | 1010011 | 0 | 1000 | 100100110 | 1010011 | 110110 |
Color Harmonies of #D628EB
Complementary color
Monochromatic Colors of #D628EB
Black with #D628EB
Text Example
Text Example
White with #D628EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628EB; }
p { color: rgb(214,40,235); }
H1.HeaderClassName
{
color: #D628EB;
}
.AnyTagClassName
{
color: #D628EB;
}
</style>
background-color css
<style>
a { background-color: #D628EB; }
a { background-color: rgb(214,40,235); }
div.DivClassName
{
background-color: #D628EB;
}
.BgClassName
{
background-color: #D628EB;
}
</style>
border-color css
<style>
span { border-color: #D628EB; }
span { border-color: rgb(214,40,235); }
td.TdClassName
{
border-color: #D628EB;
}
.TagClassName
{
border-color: #D628EB;
}
</style>