Shades of Psychedelic Purple #D927EC
Tints of Psychedelic Purple #D927EC
RGB
CMYK
RGB Variations
Color information
#D927EC (or 0xD927EC) is known color: Psychedelic Purple. HEX triplet: D9, 27 and EC. RGB value is (217,39,236). Sum of RGB (Red+Green+Blue) = 217+39+236=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #D927EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D927EC is #26D813. Grayscale: #727272. Windows color (decimal): -2545684 or 15476697. OLE color: 15476697.
HSL color Cylindrical-coordinate representation of color #D927EC: hue angle of 294.21º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D927EC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 39 | 236 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.07 |
| HSL | 294.21º | 0.84% | 0.54% | - |
| HSV(B) | 294.21º | 0.83% | 0.93% | - |
| XYZ | 44.48 | 22.26 | 81.31 | - |
| YUV | 114.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 236 | 0.08 | 0.83 | 0 | 0.07 | 294.21 | 0.84 | 0.54 |
| Hex | D9 | 27 | EC | 8 | 53 | 0 | 7 | 126 | 54 | 36 |
| Octal | 331 | 47 | 354 | 10 | 123 | 0 | 7 | 446 | 124 | 66 |
| Binary | 11011001 | 100111 | 11101100 | 1000 | 1010011 | 0 | 111 | 100100110 | 1010100 | 110110 |
Color Harmonies of #D927EC
Complementary color
Monochromatic Colors of #D927EC
Black with #D927EC
Text Example
Text Example
White with #D927EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927EC; }
p { color: rgb(217,39,236); }
H1.HeaderClassName
{
color: #D927EC;
}
.AnyTagClassName
{
color: #D927EC;
}
</style>
background-color css
<style>
a { background-color: #D927EC; }
a { background-color: rgb(217,39,236); }
div.DivClassName
{
background-color: #D927EC;
}
.BgClassName
{
background-color: #D927EC;
}
</style>
border-color css
<style>
span { border-color: #D927EC; }
span { border-color: rgb(217,39,236); }
td.TdClassName
{
border-color: #D927EC;
}
.TagClassName
{
border-color: #D927EC;
}
</style>