Shades of Psychedelic Purple #DF1FED
Tints of Psychedelic Purple #DF1FED
RGB
CMYK
RGB Variations
Color information
#DF1FED (or 0xDF1FED) is known color: Psychedelic Purple. HEX triplet: DF, 1F and ED. RGB value is (223,31,237). Sum of RGB (Red+Green+Blue) = 223+31+237=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1FED is #20E012. Grayscale: #6F6F6F. Windows color (decimal): -2154515 or 15540191. OLE color: 15540191.
HSL color Cylindrical-coordinate representation of color #DF1FED: hue angle of 295.92º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1FED is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 31 | 237 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.07 |
| HSL | 295.92º | 0.85% | 0.53% | - |
| HSV(B) | 295.92º | 0.87% | 0.93% | - |
| XYZ | 46.21 | 22.78 | 82.08 | - |
| YUV | 111.89 | 198.61 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 237 | 0.06 | 0.87 | 0 | 0.07 | 295.92 | 0.85 | 0.53 |
| Hex | DF | 1F | ED | 6 | 57 | 0 | 7 | 128 | 55 | 35 |
| Octal | 337 | 37 | 355 | 6 | 127 | 0 | 7 | 450 | 125 | 65 |
| Binary | 11011111 | 11111 | 11101101 | 110 | 1010111 | 0 | 111 | 100101000 | 1010101 | 110101 |
Color Harmonies of #DF1FED
Complementary color
Monochromatic Colors of #DF1FED
Black with #DF1FED
Text Example
Text Example
White with #DF1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FED; }
p { color: rgb(223,31,237); }
H1.HeaderClassName
{
color: #DF1FED;
}
.AnyTagClassName
{
color: #DF1FED;
}
</style>
background-color css
<style>
a { background-color: #DF1FED; }
a { background-color: rgb(223,31,237); }
div.DivClassName
{
background-color: #DF1FED;
}
.BgClassName
{
background-color: #DF1FED;
}
</style>
border-color css
<style>
span { border-color: #DF1FED; }
span { border-color: rgb(223,31,237); }
td.TdClassName
{
border-color: #DF1FED;
}
.TagClassName
{
border-color: #DF1FED;
}
</style>