Shades of Psychedelic Purple #D90FEB
Tints of Psychedelic Purple #D90FEB
RGB
CMYK
RGB Variations
Color information
#D90FEB (or 0xD90FEB) is known color: Psychedelic Purple. HEX triplet: D9, 0F and EB. RGB value is (217,15,235). Sum of RGB (Red+Green+Blue) = 217+15+235=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #D90FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FEB is #26F014. Grayscale: #636363. Windows color (decimal): -2551829 or 15405017. OLE color: 15405017.
HSL color Cylindrical-coordinate representation of color #D90FEB: hue angle of 295.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90FEB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 15 | 235 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.08 |
| HSL | 295.09º | 0.88% | 0.49% | - |
| HSV(B) | 295.09º | 0.94% | 0.92% | - |
| XYZ | 43.78 | 21.09 | 80.36 | - |
| YUV | 100.48 | 203.92 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 235 | 0.08 | 0.94 | 0 | 0.08 | 295.09 | 0.88 | 0.49 |
| Hex | D9 | F | EB | 8 | 5E | 0 | 8 | 127 | 58 | 31 |
| Octal | 331 | 17 | 353 | 10 | 136 | 0 | 10 | 447 | 130 | 61 |
| Binary | 11011001 | 1111 | 11101011 | 1000 | 1011110 | 0 | 1000 | 100100111 | 1011000 | 110001 |
Color Harmonies of #D90FEB
Complementary color
Monochromatic Colors of #D90FEB
Black with #D90FEB
Text Example
Text Example
White with #D90FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FEB; }
p { color: rgb(217,15,235); }
H1.HeaderClassName
{
color: #D90FEB;
}
.AnyTagClassName
{
color: #D90FEB;
}
</style>
background-color css
<style>
a { background-color: #D90FEB; }
a { background-color: rgb(217,15,235); }
div.DivClassName
{
background-color: #D90FEB;
}
.BgClassName
{
background-color: #D90FEB;
}
</style>
border-color css
<style>
span { border-color: #D90FEB; }
span { border-color: rgb(217,15,235); }
td.TdClassName
{
border-color: #D90FEB;
}
.TagClassName
{
border-color: #D90FEB;
}
</style>