Shades of Psychedelic Purple #D620E6
Tints of Psychedelic Purple #D620E6
RGB
CMYK
RGB Variations
Color information
#D620E6 (or 0xD620E6) is known color: Psychedelic Purple. HEX triplet: D6, 20 and E6. RGB value is (214,32,230). Sum of RGB (Red+Green+Blue) = 214+32+230=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #D620E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D620E6 is #29DF19. Grayscale: #6C6C6C. Windows color (decimal): -2744090 or 15081686. OLE color: 15081686.
HSL color Cylindrical-coordinate representation of color #D620E6: hue angle of 295.15º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D620E6 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 32 | 230 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.10 |
| HSL | 295.15º | 0.8% | 0.51% | - |
| HSV(B) | 295.15º | 0.86% | 0.9% | - |
| XYZ | 42.53 | 21.04 | 76.68 | - |
| YUV | 108.99 | 196.3 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 230 | 0.07 | 0.86 | 0 | 0.10 | 295.15 | 0.8 | 0.51 |
| Hex | D6 | 20 | E6 | 7 | 56 | 0 | A | 127 | 50 | 33 |
| Octal | 326 | 40 | 346 | 7 | 126 | 0 | 12 | 447 | 120 | 63 |
| Binary | 11010110 | 100000 | 11100110 | 111 | 1010110 | 0 | 1010 | 100100111 | 1010000 | 110011 |
Color Harmonies of #D620E6
Complementary color
Monochromatic Colors of #D620E6
Black with #D620E6
Text Example
Text Example
White with #D620E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620E6; }
p { color: rgb(214,32,230); }
H1.HeaderClassName
{
color: #D620E6;
}
.AnyTagClassName
{
color: #D620E6;
}
</style>
background-color css
<style>
a { background-color: #D620E6; }
a { background-color: rgb(214,32,230); }
div.DivClassName
{
background-color: #D620E6;
}
.BgClassName
{
background-color: #D620E6;
}
</style>
border-color css
<style>
span { border-color: #D620E6; }
span { border-color: rgb(214,32,230); }
td.TdClassName
{
border-color: #D620E6;
}
.TagClassName
{
border-color: #D620E6;
}
</style>