Shades of Psychedelic Purple #D627E9
Tints of Psychedelic Purple #D627E9
RGB
CMYK
RGB Variations
Color information
#D627E9 (or 0xD627E9) is known color: Psychedelic Purple. HEX triplet: D6, 27 and E9. RGB value is (214,39,233). Sum of RGB (Red+Green+Blue) = 214+39+233=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #D627E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D627E9 is #29D816. Grayscale: #707070. Windows color (decimal): -2742295 or 15280086. OLE color: 15280086.
HSL color Cylindrical-coordinate representation of color #D627E9: hue angle of 294.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D627E9 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 39 | 233 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.09 |
| HSL | 294.12º | 0.82% | 0.53% | - |
| HSV(B) | 294.12º | 0.83% | 0.91% | - |
| XYZ | 43.17 | 21.63 | 78.99 | - |
| YUV | 113.44 | 195.48 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 233 | 0.08 | 0.83 | 0 | 0.09 | 294.12 | 0.82 | 0.53 |
| Hex | D6 | 27 | E9 | 8 | 53 | 0 | 9 | 126 | 52 | 35 |
| Octal | 326 | 47 | 351 | 10 | 123 | 0 | 11 | 446 | 122 | 65 |
| Binary | 11010110 | 100111 | 11101001 | 1000 | 1010011 | 0 | 1001 | 100100110 | 1010010 | 110101 |
Color Harmonies of #D627E9
Complementary color
Monochromatic Colors of #D627E9
Black with #D627E9
Text Example
Text Example
White with #D627E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627E9; }
p { color: rgb(214,39,233); }
H1.HeaderClassName
{
color: #D627E9;
}
.AnyTagClassName
{
color: #D627E9;
}
</style>
background-color css
<style>
a { background-color: #D627E9; }
a { background-color: rgb(214,39,233); }
div.DivClassName
{
background-color: #D627E9;
}
.BgClassName
{
background-color: #D627E9;
}
</style>
border-color css
<style>
span { border-color: #D627E9; }
span { border-color: rgb(214,39,233); }
td.TdClassName
{
border-color: #D627E9;
}
.TagClassName
{
border-color: #D627E9;
}
</style>