Shades of Psychedelic Purple #D90EF1
Tints of Psychedelic Purple #D90EF1
RGB
CMYK
RGB Variations
Color information
#D90EF1 (or 0xD90EF1) is known color: Psychedelic Purple. HEX triplet: D9, 0E and F1. RGB value is (217,14,241). Sum of RGB (Red+Green+Blue) = 217+14+241=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #D90EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EF1 is #26F10E. Grayscale: #636363. Windows color (decimal): -2552079 or 15797977. OLE color: 15797977.
HSL color Cylindrical-coordinate representation of color #D90EF1: hue angle of 293.66º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EF1 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 14 | 241 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.05 |
| HSL | 293.66º | 0.89% | 0.5% | - |
| HSV(B) | 293.66º | 0.94% | 0.95% | - |
| XYZ | 44.65 | 21.42 | 85 | - |
| YUV | 100.58 | 207.25 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 241 | 0.10 | 0.94 | 0 | 0.05 | 293.66 | 0.89 | 0.5 |
| Hex | D9 | E | F1 | A | 5E | 0 | 5 | 126 | 59 | 32 |
| Octal | 331 | 16 | 361 | 12 | 136 | 0 | 5 | 446 | 131 | 62 |
| Binary | 11011001 | 1110 | 11110001 | 1010 | 1011110 | 0 | 101 | 100100110 | 1011001 | 110010 |
Color Harmonies of #D90EF1
Complementary color
Monochromatic Colors of #D90EF1
Black with #D90EF1
Text Example
Text Example
White with #D90EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EF1; }
p { color: rgb(217,14,241); }
H1.HeaderClassName
{
color: #D90EF1;
}
.AnyTagClassName
{
color: #D90EF1;
}
</style>
background-color css
<style>
a { background-color: #D90EF1; }
a { background-color: rgb(217,14,241); }
div.DivClassName
{
background-color: #D90EF1;
}
.BgClassName
{
background-color: #D90EF1;
}
</style>
border-color css
<style>
span { border-color: #D90EF1; }
span { border-color: rgb(217,14,241); }
td.TdClassName
{
border-color: #D90EF1;
}
.TagClassName
{
border-color: #D90EF1;
}
</style>