Shades of Psychedelic Purple #D931FF
Tints of Psychedelic Purple #D931FF
RGB
CMYK
RGB Variations
Color information
#D931FF (or 0xD931FF) is known color: Psychedelic Purple. HEX triplet: D9, 31 and FF. RGB value is (217,49,255). Sum of RGB (Red+Green+Blue) = 217+49+255=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 49 (19.53% from 255 or 9.40% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #D931FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D931FF is #26CE00. Grayscale: #7A7A7A. Windows color (decimal): -2543105 or 16724441. OLE color: 16724441.
HSL color Cylindrical-coordinate representation of color #D931FF: hue angle of 288.93º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D931FF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 49 | 255 | - |
| CMYK | 0.15 | 0.81 | 0 | 0 |
| HSL | 288.93º | 1% | 0.6% | - |
| HSV(B) | 288.93º | 0.81% | 1% | - |
| XYZ | 47.76 | 24.17 | 96.76 | - |
| YUV | 122.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 255 | 0.15 | 0.81 | 0 | 0 | 288.93 | 1 | 0.6 |
| Hex | D9 | 31 | FF | F | 51 | 0 | 0 | 121 | 64 | 3C |
| Octal | 331 | 61 | 377 | 17 | 121 | 0 | 0 | 441 | 144 | 74 |
| Binary | 11011001 | 110001 | 11111111 | 1111 | 1010001 | 0 | 0 | 100100001 | 1100100 | 111100 |
Color Harmonies of #D931FF
Complementary color
Monochromatic Colors of #D931FF
Black with #D931FF
Text Example
Text Example
White with #D931FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D931FF; }
p { color: rgb(217,49,255); }
H1.HeaderClassName
{
color: #D931FF;
}
.AnyTagClassName
{
color: #D931FF;
}
</style>
background-color css
<style>
a { background-color: #D931FF; }
a { background-color: rgb(217,49,255); }
div.DivClassName
{
background-color: #D931FF;
}
.BgClassName
{
background-color: #D931FF;
}
</style>
border-color css
<style>
span { border-color: #D931FF; }
span { border-color: rgb(217,49,255); }
td.TdClassName
{
border-color: #D931FF;
}
.TagClassName
{
border-color: #D931FF;
}
</style>