Shades of Psychedelic Purple #DF30F1
Tints of Psychedelic Purple #DF30F1
RGB
CMYK
RGB Variations
Color information
#DF30F1 (or 0xDF30F1) is known color: Psychedelic Purple. HEX triplet: DF, 30 and F1. RGB value is (223,48,241). Sum of RGB (Red+Green+Blue) = 223+48+241=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF30F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF30F1 is #20CF0E. Grayscale: #797979. Windows color (decimal): -2150159 or 15806687. OLE color: 15806687.
HSL color Cylindrical-coordinate representation of color #DF30F1: hue angle of 294.4º degrees, saturation: 0.87, 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 #DF30F1 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 48 | 241 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.05 |
| HSL | 294.4º | 0.87% | 0.57% | - |
| HSV(B) | 294.4º | 0.8% | 0.95% | - |
| XYZ | 47.37 | 24.15 | 85.38 | - |
| YUV | 122.33 | 194.98 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 241 | 0.07 | 0.80 | 0 | 0.05 | 294.4 | 0.87 | 0.57 |
| Hex | DF | 30 | F1 | 7 | 50 | 0 | 5 | 126 | 57 | 39 |
| Octal | 337 | 60 | 361 | 7 | 120 | 0 | 5 | 446 | 127 | 71 |
| Binary | 11011111 | 110000 | 11110001 | 111 | 1010000 | 0 | 101 | 100100110 | 1010111 | 111001 |
Color Harmonies of #DF30F1
Complementary color
Monochromatic Colors of #DF30F1
Black with #DF30F1
Text Example
Text Example
White with #DF30F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30F1; }
p { color: rgb(223,48,241); }
H1.HeaderClassName
{
color: #DF30F1;
}
.AnyTagClassName
{
color: #DF30F1;
}
</style>
background-color css
<style>
a { background-color: #DF30F1; }
a { background-color: rgb(223,48,241); }
div.DivClassName
{
background-color: #DF30F1;
}
.BgClassName
{
background-color: #DF30F1;
}
</style>
border-color css
<style>
span { border-color: #DF30F1; }
span { border-color: rgb(223,48,241); }
td.TdClassName
{
border-color: #DF30F1;
}
.TagClassName
{
border-color: #DF30F1;
}
</style>