Shades of Psychedelic Purple #DF31F2
Tints of Psychedelic Purple #DF31F2
RGB
CMYK
RGB Variations
Color information
#DF31F2 (or 0xDF31F2) is known color: Psychedelic Purple. HEX triplet: DF, 31 and F2. RGB value is (223,49,242). Sum of RGB (Red+Green+Blue) = 223+49+242=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF31F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF31F2 is #20CE0D. Grayscale: #7A7A7A. Windows color (decimal): -2149902 or 15872479. OLE color: 15872479.
HSL color Cylindrical-coordinate representation of color #DF31F2: hue angle of 294.09º degrees, saturation: 0.88, 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 #DF31F2 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 49 | 242 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.05 |
| HSL | 294.09º | 0.88% | 0.57% | - |
| HSV(B) | 294.09º | 0.8% | 0.95% | - |
| XYZ | 47.56 | 24.3 | 86.19 | - |
| YUV | 123.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 242 | 0.08 | 0.80 | 0 | 0.05 | 294.09 | 0.88 | 0.57 |
| Hex | DF | 31 | F2 | 8 | 50 | 0 | 5 | 126 | 58 | 39 |
| Octal | 337 | 61 | 362 | 10 | 120 | 0 | 5 | 446 | 130 | 71 |
| Binary | 11011111 | 110001 | 11110010 | 1000 | 1010000 | 0 | 101 | 100100110 | 1011000 | 111001 |
Color Harmonies of #DF31F2
Complementary color
Monochromatic Colors of #DF31F2
Black with #DF31F2
Text Example
Text Example
White with #DF31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31F2; }
p { color: rgb(223,49,242); }
H1.HeaderClassName
{
color: #DF31F2;
}
.AnyTagClassName
{
color: #DF31F2;
}
</style>
background-color css
<style>
a { background-color: #DF31F2; }
a { background-color: rgb(223,49,242); }
div.DivClassName
{
background-color: #DF31F2;
}
.BgClassName
{
background-color: #DF31F2;
}
</style>
border-color css
<style>
span { border-color: #DF31F2; }
span { border-color: rgb(223,49,242); }
td.TdClassName
{
border-color: #DF31F2;
}
.TagClassName
{
border-color: #DF31F2;
}
</style>