Shades of Psychedelic Purple #D90FEC
Tints of Psychedelic Purple #D90FEC
RGB
CMYK
RGB Variations
Color information
#D90FEC (or 0xD90FEC) is known color: Psychedelic Purple. HEX triplet: D9, 0F and EC. RGB value is (217,15,236). Sum of RGB (Red+Green+Blue) = 217+15+236=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #D90FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FEC is #26F013. Grayscale: #636363. Windows color (decimal): -2551828 or 15470553. OLE color: 15470553.
HSL color Cylindrical-coordinate representation of color #D90FEC: hue angle of 294.84º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90FEC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 15 | 236 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.07 |
| HSL | 294.84º | 0.88% | 0.49% | - |
| HSV(B) | 294.84º | 0.94% | 0.93% | - |
| XYZ | 43.93 | 21.15 | 81.12 | - |
| YUV | 100.59 | 204.42 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 236 | 0.08 | 0.94 | 0 | 0.07 | 294.84 | 0.88 | 0.49 |
| Hex | D9 | F | EC | 8 | 5E | 0 | 7 | 127 | 58 | 31 |
| Octal | 331 | 17 | 354 | 10 | 136 | 0 | 7 | 447 | 130 | 61 |
| Binary | 11011001 | 1111 | 11101100 | 1000 | 1011110 | 0 | 111 | 100100111 | 1011000 | 110001 |
Color Harmonies of #D90FEC
Complementary color
Monochromatic Colors of #D90FEC
Black with #D90FEC
Text Example
Text Example
White with #D90FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FEC; }
p { color: rgb(217,15,236); }
H1.HeaderClassName
{
color: #D90FEC;
}
.AnyTagClassName
{
color: #D90FEC;
}
</style>
background-color css
<style>
a { background-color: #D90FEC; }
a { background-color: rgb(217,15,236); }
div.DivClassName
{
background-color: #D90FEC;
}
.BgClassName
{
background-color: #D90FEC;
}
</style>
border-color css
<style>
span { border-color: #D90FEC; }
span { border-color: rgb(217,15,236); }
td.TdClassName
{
border-color: #D90FEC;
}
.TagClassName
{
border-color: #D90FEC;
}
</style>