Shades of Psychedelic Purple #D91DF4
Tints of Psychedelic Purple #D91DF4
RGB
CMYK
RGB Variations
Color information
#D91DF4 (or 0xD91DF4) is known color: Psychedelic Purple. HEX triplet: D9, 1D and F4. RGB value is (217,29,244). Sum of RGB (Red+Green+Blue) = 217+29+244=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 244 (95.70% from 255 or 49.80% from 490); Max value from RGB is 244 - color contains mainly: blue. Hex color #D91DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91DF4 is #26E20B. Grayscale: #6D6D6D. Windows color (decimal): -2548236 or 15998425. OLE color: 15998425.
HSL color Cylindrical-coordinate representation of color #D91DF4: hue angle of 292.47º degrees, saturation: 0.91, 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 #D91DF4 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 29 | 244 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.04 |
| HSL | 292.47º | 0.91% | 0.54% | - |
| HSV(B) | 292.47º | 0.88% | 0.96% | - |
| XYZ | 45.38 | 22.16 | 87.47 | - |
| YUV | 109.72 | 203.78 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 244 | 0.11 | 0.88 | 0 | 0.04 | 292.47 | 0.91 | 0.54 |
| Hex | D9 | 1D | F4 | B | 58 | 0 | 4 | 124 | 5B | 36 |
| Octal | 331 | 35 | 364 | 13 | 130 | 0 | 4 | 444 | 133 | 66 |
| Binary | 11011001 | 11101 | 11110100 | 1011 | 1011000 | 0 | 100 | 100100100 | 1011011 | 110110 |
Color Harmonies of #D91DF4
Complementary color
Monochromatic Colors of #D91DF4
Black with #D91DF4
Text Example
Text Example
White with #D91DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DF4; }
p { color: rgb(217,29,244); }
H1.HeaderClassName
{
color: #D91DF4;
}
.AnyTagClassName
{
color: #D91DF4;
}
</style>
background-color css
<style>
a { background-color: #D91DF4; }
a { background-color: rgb(217,29,244); }
div.DivClassName
{
background-color: #D91DF4;
}
.BgClassName
{
background-color: #D91DF4;
}
</style>
border-color css
<style>
span { border-color: #D91DF4; }
span { border-color: rgb(217,29,244); }
td.TdClassName
{
border-color: #D91DF4;
}
.TagClassName
{
border-color: #D91DF4;
}
</style>