Shades of Psychedelic Purple #DF31F3
Tints of Psychedelic Purple #DF31F3
RGB
CMYK
RGB Variations
Color information
#DF31F3 (or 0xDF31F3) is known color: Psychedelic Purple. HEX triplet: DF, 31 and F3. RGB value is (223,49,243). Sum of RGB (Red+Green+Blue) = 223+49+243=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 49 (19.53% from 255 or 9.51% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF31F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF31F3 is #20CE0C. Grayscale: #7A7A7A. Windows color (decimal): -2149901 or 15938015. OLE color: 15938015.
HSL color Cylindrical-coordinate representation of color #DF31F3: hue angle of 293.81º 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 #DF31F3 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 49 | 243 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.05 |
| HSL | 293.81º | 0.89% | 0.57% | - |
| HSV(B) | 293.81º | 0.8% | 0.95% | - |
| XYZ | 47.71 | 24.36 | 86.98 | - |
| YUV | 123.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 243 | 0.08 | 0.80 | 0 | 0.05 | 293.81 | 0.89 | 0.57 |
| Hex | DF | 31 | F3 | 8 | 50 | 0 | 5 | 126 | 59 | 39 |
| Octal | 337 | 61 | 363 | 10 | 120 | 0 | 5 | 446 | 131 | 71 |
| Binary | 11011111 | 110001 | 11110011 | 1000 | 1010000 | 0 | 101 | 100100110 | 1011001 | 111001 |
Color Harmonies of #DF31F3
Complementary color
Monochromatic Colors of #DF31F3
Black with #DF31F3
Text Example
Text Example
White with #DF31F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31F3; }
p { color: rgb(223,49,243); }
H1.HeaderClassName
{
color: #DF31F3;
}
.AnyTagClassName
{
color: #DF31F3;
}
</style>
background-color css
<style>
a { background-color: #DF31F3; }
a { background-color: rgb(223,49,243); }
div.DivClassName
{
background-color: #DF31F3;
}
.BgClassName
{
background-color: #DF31F3;
}
</style>
border-color css
<style>
span { border-color: #DF31F3; }
span { border-color: rgb(223,49,243); }
td.TdClassName
{
border-color: #DF31F3;
}
.TagClassName
{
border-color: #DF31F3;
}
</style>