Shades of Psychedelic Purple #D90EEC
Tints of Psychedelic Purple #D90EEC
RGB
CMYK
RGB Variations
Color information
#D90EEC (or 0xD90EEC) is known color: Psychedelic Purple. HEX triplet: D9, 0E and EC. RGB value is (217,14,236). Sum of RGB (Red+Green+Blue) = 217+14+236=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #D90EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EEC is #26F113. Grayscale: #636363. Windows color (decimal): -2552084 or 15470297. OLE color: 15470297.
HSL color Cylindrical-coordinate representation of color #D90EEC: hue angle of 294.86º degrees, saturation: 0.89, 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 #D90EEC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 14 | 236 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.07 |
| HSL | 294.86º | 0.89% | 0.49% | - |
| HSV(B) | 294.86º | 0.94% | 0.93% | - |
| XYZ | 43.91 | 21.12 | 81.12 | - |
| YUV | 100.01 | 204.75 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 236 | 0.08 | 0.94 | 0 | 0.07 | 294.86 | 0.89 | 0.49 |
| Hex | D9 | E | EC | 8 | 5E | 0 | 7 | 127 | 59 | 31 |
| Octal | 331 | 16 | 354 | 10 | 136 | 0 | 7 | 447 | 131 | 61 |
| Binary | 11011001 | 1110 | 11101100 | 1000 | 1011110 | 0 | 111 | 100100111 | 1011001 | 110001 |
Color Harmonies of #D90EEC
Complementary color
Monochromatic Colors of #D90EEC
Black with #D90EEC
Text Example
Text Example
White with #D90EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EEC; }
p { color: rgb(217,14,236); }
H1.HeaderClassName
{
color: #D90EEC;
}
.AnyTagClassName
{
color: #D90EEC;
}
</style>
background-color css
<style>
a { background-color: #D90EEC; }
a { background-color: rgb(217,14,236); }
div.DivClassName
{
background-color: #D90EEC;
}
.BgClassName
{
background-color: #D90EEC;
}
</style>
border-color css
<style>
span { border-color: #D90EEC; }
span { border-color: rgb(217,14,236); }
td.TdClassName
{
border-color: #D90EEC;
}
.TagClassName
{
border-color: #D90EEC;
}
</style>