Shades of Psychedelic Purple #D90EF7
Tints of Psychedelic Purple #D90EF7
RGB
CMYK
RGB Variations
Color information
#D90EF7 (or 0xD90EF7) is known color: Psychedelic Purple. HEX triplet: D9, 0E and F7. RGB value is (217,14,247). Sum of RGB (Red+Green+Blue) = 217+14+247=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #D90EF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EF7 is #26F108. Grayscale: #646464. Windows color (decimal): -2552073 or 16191193. OLE color: 16191193.
HSL color Cylindrical-coordinate representation of color #D90EF7: hue angle of 292.27º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EF7 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 14 | 247 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.03 |
| HSL | 292.27º | 0.94% | 0.51% | - |
| HSV(B) | 292.27º | 0.94% | 0.97% | - |
| XYZ | 45.56 | 21.78 | 89.8 | - |
| YUV | 101.26 | 210.25 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 247 | 0.12 | 0.94 | 0 | 0.03 | 292.27 | 0.94 | 0.51 |
| Hex | D9 | E | F7 | C | 5E | 0 | 3 | 124 | 5E | 33 |
| Octal | 331 | 16 | 367 | 14 | 136 | 0 | 3 | 444 | 136 | 63 |
| Binary | 11011001 | 1110 | 11110111 | 1100 | 1011110 | 0 | 11 | 100100100 | 1011110 | 110011 |
Color Harmonies of #D90EF7
Complementary color
Monochromatic Colors of #D90EF7
Black with #D90EF7
Text Example
Text Example
White with #D90EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EF7; }
p { color: rgb(217,14,247); }
H1.HeaderClassName
{
color: #D90EF7;
}
.AnyTagClassName
{
color: #D90EF7;
}
</style>
background-color css
<style>
a { background-color: #D90EF7; }
a { background-color: rgb(217,14,247); }
div.DivClassName
{
background-color: #D90EF7;
}
.BgClassName
{
background-color: #D90EF7;
}
</style>
border-color css
<style>
span { border-color: #D90EF7; }
span { border-color: rgb(217,14,247); }
td.TdClassName
{
border-color: #D90EF7;
}
.TagClassName
{
border-color: #D90EF7;
}
</style>