Shades of Psychedelic Purple #D931F3
Tints of Psychedelic Purple #D931F3
RGB
CMYK
RGB Variations
Color information
#D931F3 (or 0xD931F3) is known color: Psychedelic Purple. HEX triplet: D9, 31 and F3. RGB value is (217,49,243). Sum of RGB (Red+Green+Blue) = 217+49+243=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #D931F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D931F3 is #26CE0C. Grayscale: #787878. Windows color (decimal): -2543117 or 15938009. OLE color: 15938009.
HSL color Cylindrical-coordinate representation of color #D931F3: hue angle of 291.96º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D931F3 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 49 | 243 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.05 |
| HSL | 291.96º | 0.89% | 0.57% | - |
| HSV(B) | 291.96º | 0.8% | 0.95% | - |
| XYZ | 45.89 | 23.42 | 86.9 | - |
| YUV | 121.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 243 | 0.11 | 0.80 | 0 | 0.05 | 291.96 | 0.89 | 0.57 |
| Hex | D9 | 31 | F3 | B | 50 | 0 | 5 | 124 | 59 | 39 |
| Octal | 331 | 61 | 363 | 13 | 120 | 0 | 5 | 444 | 131 | 71 |
| Binary | 11011001 | 110001 | 11110011 | 1011 | 1010000 | 0 | 101 | 100100100 | 1011001 | 111001 |
Color Harmonies of #D931F3
Complementary color
Monochromatic Colors of #D931F3
Black with #D931F3
Text Example
Text Example
White with #D931F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D931F3; }
p { color: rgb(217,49,243); }
H1.HeaderClassName
{
color: #D931F3;
}
.AnyTagClassName
{
color: #D931F3;
}
</style>
background-color css
<style>
a { background-color: #D931F3; }
a { background-color: rgb(217,49,243); }
div.DivClassName
{
background-color: #D931F3;
}
.BgClassName
{
background-color: #D931F3;
}
</style>
border-color css
<style>
span { border-color: #D931F3; }
span { border-color: rgb(217,49,243); }
td.TdClassName
{
border-color: #D931F3;
}
.TagClassName
{
border-color: #D931F3;
}
</style>