Shades of Psychedelic Purple #DF1FEB
Tints of Psychedelic Purple #DF1FEB
RGB
CMYK
RGB Variations
Color information
#DF1FEB (or 0xDF1FEB) is known color: Psychedelic Purple. HEX triplet: DF, 1F and EB. RGB value is (223,31,235). Sum of RGB (Red+Green+Blue) = 223+31+235=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 31 (12.5% from 255 or 6.34% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF1FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1FEB is #20E014. Grayscale: #6F6F6F. Windows color (decimal): -2154517 or 15409119. OLE color: 15409119.
HSL color Cylindrical-coordinate representation of color #DF1FEB: hue angle of 296.47º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1FEB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 31 | 235 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.08 |
| HSL | 296.47º | 0.84% | 0.52% | - |
| HSV(B) | 296.47º | 0.87% | 0.92% | - |
| XYZ | 45.92 | 22.67 | 80.55 | - |
| YUV | 111.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 235 | 0.05 | 0.87 | 0 | 0.08 | 296.47 | 0.84 | 0.52 |
| Hex | DF | 1F | EB | 5 | 57 | 0 | 8 | 128 | 54 | 34 |
| Octal | 337 | 37 | 353 | 5 | 127 | 0 | 10 | 450 | 124 | 64 |
| Binary | 11011111 | 11111 | 11101011 | 101 | 1010111 | 0 | 1000 | 100101000 | 1010100 | 110100 |
Color Harmonies of #DF1FEB
Complementary color
Monochromatic Colors of #DF1FEB
Black with #DF1FEB
Text Example
Text Example
White with #DF1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FEB; }
p { color: rgb(223,31,235); }
H1.HeaderClassName
{
color: #DF1FEB;
}
.AnyTagClassName
{
color: #DF1FEB;
}
</style>
background-color css
<style>
a { background-color: #DF1FEB; }
a { background-color: rgb(223,31,235); }
div.DivClassName
{
background-color: #DF1FEB;
}
.BgClassName
{
background-color: #DF1FEB;
}
</style>
border-color css
<style>
span { border-color: #DF1FEB; }
span { border-color: rgb(223,31,235); }
td.TdClassName
{
border-color: #DF1FEB;
}
.TagClassName
{
border-color: #DF1FEB;
}
</style>