Shades of Psychedelic Purple #DF31FF
Tints of Psychedelic Purple #DF31FF
RGB
CMYK
RGB Variations
Color information
#DF31FF (or 0xDF31FF) is known color: Psychedelic Purple. HEX triplet: DF, 31 and FF. RGB value is (223,49,255). Sum of RGB (Red+Green+Blue) = 223+49+255=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF31FF is #20CE00. Grayscale: #7B7B7B. Windows color (decimal): -2149889 or 16724447. OLE color: 16724447.
HSL color Cylindrical-coordinate representation of color #DF31FF: hue angle of 290.68º 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 #DF31FF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 49 | 255 | - |
| CMYK | 0.13 | 0.81 | 0 | 0 |
| HSL | 290.68º | 1% | 0.6% | - |
| HSV(B) | 290.68º | 0.81% | 1% | - |
| XYZ | 49.58 | 25.1 | 96.84 | - |
| YUV | 124.51 | 201.65 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 255 | 0.13 | 0.81 | 0 | 0 | 290.68 | 1 | 0.6 |
| Hex | DF | 31 | FF | D | 51 | 0 | 0 | 123 | 64 | 3C |
| Octal | 337 | 61 | 377 | 15 | 121 | 0 | 0 | 443 | 144 | 74 |
| Binary | 11011111 | 110001 | 11111111 | 1101 | 1010001 | 0 | 0 | 100100011 | 1100100 | 111100 |
Color Harmonies of #DF31FF
Complementary color
Monochromatic Colors of #DF31FF
Black with #DF31FF
Text Example
Text Example
White with #DF31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31FF; }
p { color: rgb(223,49,255); }
H1.HeaderClassName
{
color: #DF31FF;
}
.AnyTagClassName
{
color: #DF31FF;
}
</style>
background-color css
<style>
a { background-color: #DF31FF; }
a { background-color: rgb(223,49,255); }
div.DivClassName
{
background-color: #DF31FF;
}
.BgClassName
{
background-color: #DF31FF;
}
</style>
border-color css
<style>
span { border-color: #DF31FF; }
span { border-color: rgb(223,49,255); }
td.TdClassName
{
border-color: #DF31FF;
}
.TagClassName
{
border-color: #DF31FF;
}
</style>