Shades of Psychedelic Purple #D931F0
Tints of Psychedelic Purple #D931F0
RGB
CMYK
RGB Variations
Color information
#D931F0 (or 0xD931F0) is known color: Psychedelic Purple. HEX triplet: D9, 31 and F0. RGB value is (217,49,240). Sum of RGB (Red+Green+Blue) = 217+49+240=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #D931F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D931F0 is #26CE0F. Grayscale: #787878. Windows color (decimal): -2543120 or 15741401. OLE color: 15741401.
HSL color Cylindrical-coordinate representation of color #D931F0: hue angle of 292.77º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D931F0 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 49 | 240 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.06 |
| HSL | 292.77º | 0.86% | 0.57% | - |
| HSV(B) | 292.77º | 0.8% | 0.94% | - |
| XYZ | 45.44 | 23.24 | 84.53 | - |
| YUV | 121.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 240 | 0.10 | 0.80 | 0 | 0.06 | 292.77 | 0.86 | 0.57 |
| Hex | D9 | 31 | F0 | A | 50 | 0 | 6 | 125 | 56 | 39 |
| Octal | 331 | 61 | 360 | 12 | 120 | 0 | 6 | 445 | 126 | 71 |
| Binary | 11011001 | 110001 | 11110000 | 1010 | 1010000 | 0 | 110 | 100100101 | 1010110 | 111001 |
Color Harmonies of #D931F0
Complementary color
Monochromatic Colors of #D931F0
Black with #D931F0
Text Example
Text Example
White with #D931F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D931F0; }
p { color: rgb(217,49,240); }
H1.HeaderClassName
{
color: #D931F0;
}
.AnyTagClassName
{
color: #D931F0;
}
</style>
background-color css
<style>
a { background-color: #D931F0; }
a { background-color: rgb(217,49,240); }
div.DivClassName
{
background-color: #D931F0;
}
.BgClassName
{
background-color: #D931F0;
}
</style>
border-color css
<style>
span { border-color: #D931F0; }
span { border-color: rgb(217,49,240); }
td.TdClassName
{
border-color: #D931F0;
}
.TagClassName
{
border-color: #D931F0;
}
</style>