Shades of Psychedelic Purple #D626E7
Tints of Psychedelic Purple #D626E7
RGB
CMYK
RGB Variations
Color information
#D626E7 (or 0xD626E7) is known color: Psychedelic Purple. HEX triplet: D6, 26 and E7. RGB value is (214,38,231). Sum of RGB (Red+Green+Blue) = 214+38+231=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #D626E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626E7 is #29D918. Grayscale: #707070. Windows color (decimal): -2742553 or 15148758. OLE color: 15148758.
HSL color Cylindrical-coordinate representation of color #D626E7: hue angle of 294.72º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D626E7 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 38 | 231 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.09 |
| HSL | 294.72º | 0.8% | 0.53% | - |
| HSV(B) | 294.72º | 0.84% | 0.91% | - |
| XYZ | 42.85 | 21.45 | 77.48 | - |
| YUV | 112.63 | 194.81 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 231 | 0.07 | 0.84 | 0 | 0.09 | 294.72 | 0.8 | 0.53 |
| Hex | D6 | 26 | E7 | 7 | 54 | 0 | 9 | 127 | 50 | 35 |
| Octal | 326 | 46 | 347 | 7 | 124 | 0 | 11 | 447 | 120 | 65 |
| Binary | 11010110 | 100110 | 11100111 | 111 | 1010100 | 0 | 1001 | 100100111 | 1010000 | 110101 |
Color Harmonies of #D626E7
Complementary color
Monochromatic Colors of #D626E7
Black with #D626E7
Text Example
Text Example
White with #D626E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626E7; }
p { color: rgb(214,38,231); }
H1.HeaderClassName
{
color: #D626E7;
}
.AnyTagClassName
{
color: #D626E7;
}
</style>
background-color css
<style>
a { background-color: #D626E7; }
a { background-color: rgb(214,38,231); }
div.DivClassName
{
background-color: #D626E7;
}
.BgClassName
{
background-color: #D626E7;
}
</style>
border-color css
<style>
span { border-color: #D626E7; }
span { border-color: rgb(214,38,231); }
td.TdClassName
{
border-color: #D626E7;
}
.TagClassName
{
border-color: #D626E7;
}
</style>