Shades of Psychedelic Purple #D90EFF
Tints of Psychedelic Purple #D90EFF
RGB
CMYK
RGB Variations
Color information
#D90EFF (or 0xD90EFF) is known color: Psychedelic Purple. HEX triplet: D9, 0E and FF. RGB value is (217,14,255). Sum of RGB (Red+Green+Blue) = 217+14+255=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 14 (5.86% from 255 or 2.88% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #D90EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EFF is #26F100. Grayscale: #656565. Windows color (decimal): -2552065 or 16715481. OLE color: 16715481.
HSL color Cylindrical-coordinate representation of color #D90EFF: hue angle of 290.54º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90EFF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 14 | 255 | - |
| CMYK | 0.15 | 0.95 | 0 | 0 |
| HSL | 290.54º | 1% | 0.53% | - |
| HSV(B) | 290.54º | 0.95% | 1% | - |
| XYZ | 46.82 | 22.29 | 96.44 | - |
| YUV | 102.17 | 214.25 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 255 | 0.15 | 0.95 | 0 | 0 | 290.54 | 1 | 0.53 |
| Hex | D9 | E | FF | F | 5F | 0 | 0 | 123 | 64 | 35 |
| Octal | 331 | 16 | 377 | 17 | 137 | 0 | 0 | 443 | 144 | 65 |
| Binary | 11011001 | 1110 | 11111111 | 1111 | 1011111 | 0 | 0 | 100100011 | 1100100 | 110101 |
Color Harmonies of #D90EFF
Complementary color
Monochromatic Colors of #D90EFF
Black with #D90EFF
Text Example
Text Example
White with #D90EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EFF; }
p { color: rgb(217,14,255); }
H1.HeaderClassName
{
color: #D90EFF;
}
.AnyTagClassName
{
color: #D90EFF;
}
</style>
background-color css
<style>
a { background-color: #D90EFF; }
a { background-color: rgb(217,14,255); }
div.DivClassName
{
background-color: #D90EFF;
}
.BgClassName
{
background-color: #D90EFF;
}
</style>
border-color css
<style>
span { border-color: #D90EFF; }
span { border-color: rgb(217,14,255); }
td.TdClassName
{
border-color: #D90EFF;
}
.TagClassName
{
border-color: #D90EFF;
}
</style>