Shades of Psychedelic Purple #DF2BFB
Tints of Psychedelic Purple #DF2BFB
RGB
CMYK
RGB Variations
Color information
#DF2BFB (or 0xDF2BFB) is known color: Psychedelic Purple. HEX triplet: DF, 2B and FB. RGB value is (223,43,251). Sum of RGB (Red+Green+Blue) = 223+43+251=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 43 (17.19% from 255 or 8.32% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF2BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BFB is #20D404. Grayscale: #777777. Windows color (decimal): -2151429 or 16460767. OLE color: 16460767.
HSL color Cylindrical-coordinate representation of color #DF2BFB: hue angle of 291.92º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2BFB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 43 | 251 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.02 |
| HSL | 291.92º | 0.96% | 0.58% | - |
| HSV(B) | 291.92º | 0.83% | 0.98% | - |
| XYZ | 48.71 | 24.38 | 93.41 | - |
| YUV | 120.53 | 201.63 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 251 | 0.11 | 0.83 | 0 | 0.02 | 291.92 | 0.96 | 0.58 |
| Hex | DF | 2B | FB | B | 53 | 0 | 2 | 124 | 60 | 3A |
| Octal | 337 | 53 | 373 | 13 | 123 | 0 | 2 | 444 | 140 | 72 |
| Binary | 11011111 | 101011 | 11111011 | 1011 | 1010011 | 0 | 10 | 100100100 | 1100000 | 111010 |
Color Harmonies of #DF2BFB
Complementary color
Monochromatic Colors of #DF2BFB
Black with #DF2BFB
Text Example
Text Example
White with #DF2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BFB; }
p { color: rgb(223,43,251); }
H1.HeaderClassName
{
color: #DF2BFB;
}
.AnyTagClassName
{
color: #DF2BFB;
}
</style>
background-color css
<style>
a { background-color: #DF2BFB; }
a { background-color: rgb(223,43,251); }
div.DivClassName
{
background-color: #DF2BFB;
}
.BgClassName
{
background-color: #DF2BFB;
}
</style>
border-color css
<style>
span { border-color: #DF2BFB; }
span { border-color: rgb(223,43,251); }
td.TdClassName
{
border-color: #DF2BFB;
}
.TagClassName
{
border-color: #DF2BFB;
}
</style>