Shades of Psychedelic Purple #D91DFF
Tints of Psychedelic Purple #D91DFF
RGB
CMYK
RGB Variations
Color information
#D91DFF (or 0xD91DFF) is known color: Psychedelic Purple. HEX triplet: D9, 1D and FF. RGB value is (217,29,255). Sum of RGB (Red+Green+Blue) = 217+29+255=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #D91DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91DFF is #26E200. Grayscale: #6E6E6E. Windows color (decimal): -2548225 or 16719321. OLE color: 16719321.
HSL color Cylindrical-coordinate representation of color #D91DFF: hue angle of 289.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91DFF is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 29 | 255 | - |
| CMYK | 0.15 | 0.89 | 0 | 0 |
| HSL | 289.91º | 1% | 0.56% | - |
| HSV(B) | 289.91º | 0.89% | 1% | - |
| XYZ | 47.1 | 22.85 | 96.54 | - |
| YUV | 110.98 | 209.28 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 255 | 0.15 | 0.89 | 0 | 0 | 289.91 | 1 | 0.56 |
| Hex | D9 | 1D | FF | F | 59 | 0 | 0 | 122 | 64 | 38 |
| Octal | 331 | 35 | 377 | 17 | 131 | 0 | 0 | 442 | 144 | 70 |
| Binary | 11011001 | 11101 | 11111111 | 1111 | 1011001 | 0 | 0 | 100100010 | 1100100 | 111000 |
Color Harmonies of #D91DFF
Complementary color
Monochromatic Colors of #D91DFF
Black with #D91DFF
Text Example
Text Example
White with #D91DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DFF; }
p { color: rgb(217,29,255); }
H1.HeaderClassName
{
color: #D91DFF;
}
.AnyTagClassName
{
color: #D91DFF;
}
</style>
background-color css
<style>
a { background-color: #D91DFF; }
a { background-color: rgb(217,29,255); }
div.DivClassName
{
background-color: #D91DFF;
}
.BgClassName
{
background-color: #D91DFF;
}
</style>
border-color css
<style>
span { border-color: #D91DFF; }
span { border-color: rgb(217,29,255); }
td.TdClassName
{
border-color: #D91DFF;
}
.TagClassName
{
border-color: #D91DFF;
}
</style>