Shades of Psychedelic Purple #D90DF7
Tints of Psychedelic Purple #D90DF7
RGB
CMYK
RGB Variations
Color information
#D90DF7 (or 0xD90DF7) is known color: Psychedelic Purple. HEX triplet: D9, 0D and F7. RGB value is (217,13,247). Sum of RGB (Red+Green+Blue) = 217+13+247=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #D90DF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DF7 is #26F208. Grayscale: #636363. Windows color (decimal): -2552329 or 16190937. OLE color: 16190937.
HSL color Cylindrical-coordinate representation of color #D90DF7: hue angle of 292.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90DF7 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 13 | 247 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.03 |
| HSL | 292.31º | 0.94% | 0.51% | - |
| HSV(B) | 292.31º | 0.95% | 0.97% | - |
| XYZ | 45.55 | 21.75 | 89.79 | - |
| YUV | 100.67 | 210.59 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 247 | 0.12 | 0.95 | 0 | 0.03 | 292.31 | 0.94 | 0.51 |
| Hex | D9 | D | F7 | C | 5F | 0 | 3 | 124 | 5E | 33 |
| Octal | 331 | 15 | 367 | 14 | 137 | 0 | 3 | 444 | 136 | 63 |
| Binary | 11011001 | 1101 | 11110111 | 1100 | 1011111 | 0 | 11 | 100100100 | 1011110 | 110011 |
Color Harmonies of #D90DF7
Complementary color
Monochromatic Colors of #D90DF7
Black with #D90DF7
Text Example
Text Example
White with #D90DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DF7; }
p { color: rgb(217,13,247); }
H1.HeaderClassName
{
color: #D90DF7;
}
.AnyTagClassName
{
color: #D90DF7;
}
</style>
background-color css
<style>
a { background-color: #D90DF7; }
a { background-color: rgb(217,13,247); }
div.DivClassName
{
background-color: #D90DF7;
}
.BgClassName
{
background-color: #D90DF7;
}
</style>
border-color css
<style>
span { border-color: #D90DF7; }
span { border-color: rgb(217,13,247); }
td.TdClassName
{
border-color: #D90DF7;
}
.TagClassName
{
border-color: #D90DF7;
}
</style>