Shades of Psychedelic Purple #DF1BFB
Tints of Psychedelic Purple #DF1BFB
RGB
CMYK
RGB Variations
Color information
#DF1BFB (or 0xDF1BFB) is known color: Psychedelic Purple. HEX triplet: DF, 1B and FB. RGB value is (223,27,251). Sum of RGB (Red+Green+Blue) = 223+27+251=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 27 (10.94% from 255 or 5.39% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF1BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1BFB is #20E404. Grayscale: #6E6E6E. Windows color (decimal): -2155525 or 16456671. OLE color: 16456671.
HSL color Cylindrical-coordinate representation of color #DF1BFB: hue angle of 292.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1BFB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 27 | 251 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.02 |
| HSL | 292.5º | 0.97% | 0.55% | - |
| HSV(B) | 292.5º | 0.89% | 0.98% | - |
| XYZ | 48.24 | 23.44 | 93.25 | - |
| YUV | 111.14 | 206.93 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 251 | 0.11 | 0.89 | 0 | 0.02 | 292.5 | 0.97 | 0.55 |
| Hex | DF | 1B | FB | B | 59 | 0 | 2 | 124 | 61 | 37 |
| Octal | 337 | 33 | 373 | 13 | 131 | 0 | 2 | 444 | 141 | 67 |
| Binary | 11011111 | 11011 | 11111011 | 1011 | 1011001 | 0 | 10 | 100100100 | 1100001 | 110111 |
Color Harmonies of #DF1BFB
Complementary color
Monochromatic Colors of #DF1BFB
Black with #DF1BFB
Text Example
Text Example
White with #DF1BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BFB; }
p { color: rgb(223,27,251); }
H1.HeaderClassName
{
color: #DF1BFB;
}
.AnyTagClassName
{
color: #DF1BFB;
}
</style>
background-color css
<style>
a { background-color: #DF1BFB; }
a { background-color: rgb(223,27,251); }
div.DivClassName
{
background-color: #DF1BFB;
}
.BgClassName
{
background-color: #DF1BFB;
}
</style>
border-color css
<style>
span { border-color: #DF1BFB; }
span { border-color: rgb(223,27,251); }
td.TdClassName
{
border-color: #DF1BFB;
}
.TagClassName
{
border-color: #DF1BFB;
}
</style>