Shades of Psychedelic Purple #D91EF0
Tints of Psychedelic Purple #D91EF0
RGB
CMYK
RGB Variations
Color information
#D91EF0 (or 0xD91EF0) is known color: Psychedelic Purple. HEX triplet: D9, 1E and F0. RGB value is (217,30,240). Sum of RGB (Red+Green+Blue) = 217+30+240=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #D91EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91EF0 is #26E10F. Grayscale: #6D6D6D. Windows color (decimal): -2547984 or 15736537. OLE color: 15736537.
HSL color Cylindrical-coordinate representation of color #D91EF0: hue angle of 293.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91EF0 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 30 | 240 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.06 |
| HSL | 293.43º | 0.88% | 0.53% | - |
| HSV(B) | 293.43º | 0.88% | 0.94% | - |
| XYZ | 44.81 | 21.97 | 84.32 | - |
| YUV | 109.85 | 201.45 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 240 | 0.10 | 0.87 | 0 | 0.06 | 293.43 | 0.88 | 0.53 |
| Hex | D9 | 1E | F0 | A | 57 | 0 | 6 | 125 | 58 | 35 |
| Octal | 331 | 36 | 360 | 12 | 127 | 0 | 6 | 445 | 130 | 65 |
| Binary | 11011001 | 11110 | 11110000 | 1010 | 1010111 | 0 | 110 | 100100101 | 1011000 | 110101 |
Color Harmonies of #D91EF0
Complementary color
Monochromatic Colors of #D91EF0
Black with #D91EF0
Text Example
Text Example
White with #D91EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EF0; }
p { color: rgb(217,30,240); }
H1.HeaderClassName
{
color: #D91EF0;
}
.AnyTagClassName
{
color: #D91EF0;
}
</style>
background-color css
<style>
a { background-color: #D91EF0; }
a { background-color: rgb(217,30,240); }
div.DivClassName
{
background-color: #D91EF0;
}
.BgClassName
{
background-color: #D91EF0;
}
</style>
border-color css
<style>
span { border-color: #D91EF0; }
span { border-color: rgb(217,30,240); }
td.TdClassName
{
border-color: #D91EF0;
}
.TagClassName
{
border-color: #D91EF0;
}
</style>