Shades of Psychedelic Purple #D91FEC
Tints of Psychedelic Purple #D91FEC
RGB
CMYK
RGB Variations
Color information
#D91FEC (or 0xD91FEC) is known color: Psychedelic Purple. HEX triplet: D9, 1F and EC. RGB value is (217,31,236). Sum of RGB (Red+Green+Blue) = 217+31+236=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #D91FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91FEC is #26E013. Grayscale: #6D6D6D. Windows color (decimal): -2547732 or 15474649. OLE color: 15474649.
HSL color Cylindrical-coordinate representation of color #D91FEC: hue angle of 294.44º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91FEC is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 31 | 236 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.07 |
| HSL | 294.44º | 0.84% | 0.52% | - |
| HSV(B) | 294.44º | 0.87% | 0.93% | - |
| XYZ | 44.25 | 21.79 | 81.23 | - |
| YUV | 109.98 | 199.12 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 236 | 0.08 | 0.87 | 0 | 0.07 | 294.44 | 0.84 | 0.52 |
| Hex | D9 | 1F | EC | 8 | 57 | 0 | 7 | 126 | 54 | 34 |
| Octal | 331 | 37 | 354 | 10 | 127 | 0 | 7 | 446 | 124 | 64 |
| Binary | 11011001 | 11111 | 11101100 | 1000 | 1010111 | 0 | 111 | 100100110 | 1010100 | 110100 |
Color Harmonies of #D91FEC
Complementary color
Monochromatic Colors of #D91FEC
Black with #D91FEC
Text Example
Text Example
White with #D91FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91FEC; }
p { color: rgb(217,31,236); }
H1.HeaderClassName
{
color: #D91FEC;
}
.AnyTagClassName
{
color: #D91FEC;
}
</style>
background-color css
<style>
a { background-color: #D91FEC; }
a { background-color: rgb(217,31,236); }
div.DivClassName
{
background-color: #D91FEC;
}
.BgClassName
{
background-color: #D91FEC;
}
</style>
border-color css
<style>
span { border-color: #D91FEC; }
span { border-color: rgb(217,31,236); }
td.TdClassName
{
border-color: #D91FEC;
}
.TagClassName
{
border-color: #D91FEC;
}
</style>