Shades of Psychedelic Purple #DF1BF0
Tints of Psychedelic Purple #DF1BF0
RGB
CMYK
RGB Variations
Color information
#DF1BF0 (or 0xDF1BF0) is known color: Psychedelic Purple. HEX triplet: DF, 1B and F0. RGB value is (223,27,240). Sum of RGB (Red+Green+Blue) = 223+27+240=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF1BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1BF0 is #20E40F. Grayscale: #6D6D6D. Windows color (decimal): -2155536 or 15735775. OLE color: 15735775.
HSL color Cylindrical-coordinate representation of color #DF1BF0: hue angle of 295.21º degrees, saturation: 0.88, 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 #DF1BF0 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 27 | 240 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.06 |
| HSL | 295.21º | 0.88% | 0.52% | - |
| HSV(B) | 295.21º | 0.89% | 0.94% | - |
| XYZ | 46.55 | 22.76 | 84.38 | - |
| YUV | 109.89 | 201.43 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 240 | 0.07 | 0.89 | 0 | 0.06 | 295.21 | 0.88 | 0.52 |
| Hex | DF | 1B | F0 | 7 | 59 | 0 | 6 | 127 | 58 | 34 |
| Octal | 337 | 33 | 360 | 7 | 131 | 0 | 6 | 447 | 130 | 64 |
| Binary | 11011111 | 11011 | 11110000 | 111 | 1011001 | 0 | 110 | 100100111 | 1011000 | 110100 |
Color Harmonies of #DF1BF0
Complementary color
Monochromatic Colors of #DF1BF0
Black with #DF1BF0
Text Example
Text Example
White with #DF1BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BF0; }
p { color: rgb(223,27,240); }
H1.HeaderClassName
{
color: #DF1BF0;
}
.AnyTagClassName
{
color: #DF1BF0;
}
</style>
background-color css
<style>
a { background-color: #DF1BF0; }
a { background-color: rgb(223,27,240); }
div.DivClassName
{
background-color: #DF1BF0;
}
.BgClassName
{
background-color: #DF1BF0;
}
</style>
border-color css
<style>
span { border-color: #DF1BF0; }
span { border-color: rgb(223,27,240); }
td.TdClassName
{
border-color: #DF1BF0;
}
.TagClassName
{
border-color: #DF1BF0;
}
</style>