Shades of Psychedelic Purple #D831FF
Tints of Psychedelic Purple #D831FF
RGB
CMYK
RGB Variations
Color information
#D831FF (or 0xD831FF) is known color: Psychedelic Purple. HEX triplet: D8, 31 and FF. RGB value is (216,49,255). Sum of RGB (Red+Green+Blue) = 216+49+255=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 49 (19.53% from 255 or 9.42% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #D831FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D831FF is #27CE00. Grayscale: #797979. Windows color (decimal): -2608641 or 16724440. OLE color: 16724440.
HSL color Cylindrical-coordinate representation of color #D831FF: hue angle of 288.64º 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 #D831FF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 49 | 255 | - |
| CMYK | 0.15 | 0.81 | 0 | 0 |
| HSL | 288.64º | 1% | 0.6% | - |
| HSV(B) | 288.64º | 0.81% | 1% | - |
| XYZ | 47.47 | 24.02 | 96.74 | - |
| YUV | 122.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 255 | 0.15 | 0.81 | 0 | 0 | 288.64 | 1 | 0.6 |
| Hex | D8 | 31 | FF | F | 51 | 0 | 0 | 121 | 64 | 3C |
| Octal | 330 | 61 | 377 | 17 | 121 | 0 | 0 | 441 | 144 | 74 |
| Binary | 11011000 | 110001 | 11111111 | 1111 | 1010001 | 0 | 0 | 100100001 | 1100100 | 111100 |
Color Harmonies of #D831FF
Complementary color
Monochromatic Colors of #D831FF
Black with #D831FF
Text Example
Text Example
White with #D831FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D831FF; }
p { color: rgb(216,49,255); }
H1.HeaderClassName
{
color: #D831FF;
}
.AnyTagClassName
{
color: #D831FF;
}
</style>
background-color css
<style>
a { background-color: #D831FF; }
a { background-color: rgb(216,49,255); }
div.DivClassName
{
background-color: #D831FF;
}
.BgClassName
{
background-color: #D831FF;
}
</style>
border-color css
<style>
span { border-color: #D831FF; }
span { border-color: rgb(216,49,255); }
td.TdClassName
{
border-color: #D831FF;
}
.TagClassName
{
border-color: #D831FF;
}
</style>