Shades of Psychedelic Purple #D90FF7
Tints of Psychedelic Purple #D90FF7
RGB
CMYK
RGB Variations
Color information
#D90FF7 (or 0xD90FF7) is known color: Psychedelic Purple. HEX triplet: D9, 0F and F7. RGB value is (217,15,247). Sum of RGB (Red+Green+Blue) = 217+15+247=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #D90FF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FF7 is #26F008. Grayscale: #656565. Windows color (decimal): -2551817 or 16191449. OLE color: 16191449.
HSL color Cylindrical-coordinate representation of color #D90FF7: hue angle of 292.24º 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 #D90FF7 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 15 | 247 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.03 |
| HSL | 292.24º | 0.94% | 0.51% | - |
| HSV(B) | 292.24º | 0.94% | 0.97% | - |
| XYZ | 45.57 | 21.81 | 89.8 | - |
| YUV | 101.85 | 209.92 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 247 | 0.12 | 0.94 | 0 | 0.03 | 292.24 | 0.94 | 0.51 |
| Hex | D9 | F | F7 | C | 5E | 0 | 3 | 124 | 5E | 33 |
| Octal | 331 | 17 | 367 | 14 | 136 | 0 | 3 | 444 | 136 | 63 |
| Binary | 11011001 | 1111 | 11110111 | 1100 | 1011110 | 0 | 11 | 100100100 | 1011110 | 110011 |
Color Harmonies of #D90FF7
Complementary color
Monochromatic Colors of #D90FF7
Black with #D90FF7
Text Example
Text Example
White with #D90FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FF7; }
p { color: rgb(217,15,247); }
H1.HeaderClassName
{
color: #D90FF7;
}
.AnyTagClassName
{
color: #D90FF7;
}
</style>
background-color css
<style>
a { background-color: #D90FF7; }
a { background-color: rgb(217,15,247); }
div.DivClassName
{
background-color: #D90FF7;
}
.BgClassName
{
background-color: #D90FF7;
}
</style>
border-color css
<style>
span { border-color: #D90FF7; }
span { border-color: rgb(217,15,247); }
td.TdClassName
{
border-color: #D90FF7;
}
.TagClassName
{
border-color: #D90FF7;
}
</style>