Shades of Psychedelic Purple #D90EF4
Tints of Psychedelic Purple #D90EF4
RGB
CMYK
RGB Variations
Color information
#D90EF4 (or 0xD90EF4) is known color: Psychedelic Purple. HEX triplet: D9, 0E and F4. RGB value is (217,14,244). Sum of RGB (Red+Green+Blue) = 217+14+244=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 244 (95.70% from 255 or 51.37% from 475); Max value from RGB is 244 - color contains mainly: blue. Hex color #D90EF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EF4 is #26F10B. Grayscale: #646464. Windows color (decimal): -2552076 or 15994585. OLE color: 15994585.
HSL color Cylindrical-coordinate representation of color #D90EF4: hue angle of 292.96º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EF4 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 14 | 244 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.04 |
| HSL | 292.96º | 0.91% | 0.51% | - |
| HSV(B) | 292.96º | 0.94% | 0.96% | - |
| XYZ | 45.1 | 21.6 | 87.38 | - |
| YUV | 100.92 | 208.75 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 244 | 0.11 | 0.94 | 0 | 0.04 | 292.96 | 0.91 | 0.51 |
| Hex | D9 | E | F4 | B | 5E | 0 | 4 | 125 | 5B | 33 |
| Octal | 331 | 16 | 364 | 13 | 136 | 0 | 4 | 445 | 133 | 63 |
| Binary | 11011001 | 1110 | 11110100 | 1011 | 1011110 | 0 | 100 | 100100101 | 1011011 | 110011 |
Color Harmonies of #D90EF4
Complementary color
Monochromatic Colors of #D90EF4
Black with #D90EF4
Text Example
Text Example
White with #D90EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EF4; }
p { color: rgb(217,14,244); }
H1.HeaderClassName
{
color: #D90EF4;
}
.AnyTagClassName
{
color: #D90EF4;
}
</style>
background-color css
<style>
a { background-color: #D90EF4; }
a { background-color: rgb(217,14,244); }
div.DivClassName
{
background-color: #D90EF4;
}
.BgClassName
{
background-color: #D90EF4;
}
</style>
border-color css
<style>
span { border-color: #D90EF4; }
span { border-color: rgb(217,14,244); }
td.TdClassName
{
border-color: #D90EF4;
}
.TagClassName
{
border-color: #D90EF4;
}
</style>