Shades of Psychedelic Purple #D91DF6
Tints of Psychedelic Purple #D91DF6
RGB
CMYK
RGB Variations
Color information
#D91DF6 (or 0xD91DF6) is known color: Psychedelic Purple. HEX triplet: D9, 1D and F6. RGB value is (217,29,246). Sum of RGB (Red+Green+Blue) = 217+29+246=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 29 (11.72% from 255 or 5.89% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #D91DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91DF6 is #26E209. Grayscale: #6D6D6D. Windows color (decimal): -2548234 or 16129497. OLE color: 16129497.
HSL color Cylindrical-coordinate representation of color #D91DF6: hue angle of 291.98º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91DF6 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 29 | 246 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.04 |
| HSL | 291.98º | 0.92% | 0.54% | - |
| HSV(B) | 291.98º | 0.88% | 0.96% | - |
| XYZ | 45.69 | 22.28 | 89.08 | - |
| YUV | 109.95 | 204.78 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 246 | 0.12 | 0.88 | 0 | 0.04 | 291.98 | 0.92 | 0.54 |
| Hex | D9 | 1D | F6 | C | 58 | 0 | 4 | 124 | 5C | 36 |
| Octal | 331 | 35 | 366 | 14 | 130 | 0 | 4 | 444 | 134 | 66 |
| Binary | 11011001 | 11101 | 11110110 | 1100 | 1011000 | 0 | 100 | 100100100 | 1011100 | 110110 |
Color Harmonies of #D91DF6
Complementary color
Monochromatic Colors of #D91DF6
Black with #D91DF6
Text Example
Text Example
White with #D91DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DF6; }
p { color: rgb(217,29,246); }
H1.HeaderClassName
{
color: #D91DF6;
}
.AnyTagClassName
{
color: #D91DF6;
}
</style>
background-color css
<style>
a { background-color: #D91DF6; }
a { background-color: rgb(217,29,246); }
div.DivClassName
{
background-color: #D91DF6;
}
.BgClassName
{
background-color: #D91DF6;
}
</style>
border-color css
<style>
span { border-color: #D91DF6; }
span { border-color: rgb(217,29,246); }
td.TdClassName
{
border-color: #D91DF6;
}
.TagClassName
{
border-color: #D91DF6;
}
</style>