Shades of Psychedelic Purple #DF1BEF
Tints of Psychedelic Purple #DF1BEF
RGB
CMYK
RGB Variations
Color information
#DF1BEF (or 0xDF1BEF) is known color: Psychedelic Purple. HEX triplet: DF, 1B and EF. RGB value is (223,27,239). Sum of RGB (Red+Green+Blue) = 223+27+239=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 27 (10.94% from 255 or 5.52% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF1BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1BEF is #20E410. Grayscale: #6D6D6D. Windows color (decimal): -2155537 or 15670239. OLE color: 15670239.
HSL color Cylindrical-coordinate representation of color #DF1BEF: hue angle of 295.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1BEF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 27 | 239 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.06 |
| HSL | 295.47º | 0.87% | 0.52% | - |
| HSV(B) | 295.47º | 0.89% | 0.94% | - |
| XYZ | 46.4 | 22.7 | 83.6 | - |
| YUV | 109.77 | 200.93 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 239 | 0.07 | 0.89 | 0 | 0.06 | 295.47 | 0.87 | 0.52 |
| Hex | DF | 1B | EF | 7 | 59 | 0 | 6 | 127 | 57 | 34 |
| Octal | 337 | 33 | 357 | 7 | 131 | 0 | 6 | 447 | 127 | 64 |
| Binary | 11011111 | 11011 | 11101111 | 111 | 1011001 | 0 | 110 | 100100111 | 1010111 | 110100 |
Color Harmonies of #DF1BEF
Complementary color
Monochromatic Colors of #DF1BEF
Black with #DF1BEF
Text Example
Text Example
White with #DF1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BEF; }
p { color: rgb(223,27,239); }
H1.HeaderClassName
{
color: #DF1BEF;
}
.AnyTagClassName
{
color: #DF1BEF;
}
</style>
background-color css
<style>
a { background-color: #DF1BEF; }
a { background-color: rgb(223,27,239); }
div.DivClassName
{
background-color: #DF1BEF;
}
.BgClassName
{
background-color: #DF1BEF;
}
</style>
border-color css
<style>
span { border-color: #DF1BEF; }
span { border-color: rgb(223,27,239); }
td.TdClassName
{
border-color: #DF1BEF;
}
.TagClassName
{
border-color: #DF1BEF;
}
</style>