Shades of Psychedelic Purple #D620EB
Tints of Psychedelic Purple #D620EB
RGB
CMYK
RGB Variations
Color information
#D620EB (or 0xD620EB) is known color: Psychedelic Purple. HEX triplet: D6, 20 and EB. RGB value is (214,32,235). Sum of RGB (Red+Green+Blue) = 214+32+235=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #D620EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D620EB is #29DF14. Grayscale: #6C6C6C. Windows color (decimal): -2744085 or 15409366. OLE color: 15409366.
HSL color Cylindrical-coordinate representation of color #D620EB: hue angle of 293.79º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D620EB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 32 | 235 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.08 |
| HSL | 293.79º | 0.84% | 0.52% | - |
| HSV(B) | 293.79º | 0.86% | 0.92% | - |
| XYZ | 43.24 | 21.33 | 80.43 | - |
| YUV | 109.56 | 198.8 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 235 | 0.09 | 0.86 | 0 | 0.08 | 293.79 | 0.84 | 0.52 |
| Hex | D6 | 20 | EB | 9 | 56 | 0 | 8 | 126 | 54 | 34 |
| Octal | 326 | 40 | 353 | 11 | 126 | 0 | 10 | 446 | 124 | 64 |
| Binary | 11010110 | 100000 | 11101011 | 1001 | 1010110 | 0 | 1000 | 100100110 | 1010100 | 110100 |
Color Harmonies of #D620EB
Complementary color
Monochromatic Colors of #D620EB
Black with #D620EB
Text Example
Text Example
White with #D620EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620EB; }
p { color: rgb(214,32,235); }
H1.HeaderClassName
{
color: #D620EB;
}
.AnyTagClassName
{
color: #D620EB;
}
</style>
background-color css
<style>
a { background-color: #D620EB; }
a { background-color: rgb(214,32,235); }
div.DivClassName
{
background-color: #D620EB;
}
.BgClassName
{
background-color: #D620EB;
}
</style>
border-color css
<style>
span { border-color: #D620EB; }
span { border-color: rgb(214,32,235); }
td.TdClassName
{
border-color: #D620EB;
}
.TagClassName
{
border-color: #D620EB;
}
</style>