Shades of Psychedelic Purple #DF0BFB
Tints of Psychedelic Purple #DF0BFB
RGB
CMYK
RGB Variations
Color information
#DF0BFB (or 0xDF0BFB) is known color: Psychedelic Purple. HEX triplet: DF, 0B and FB. RGB value is (223,11,251). Sum of RGB (Red+Green+Blue) = 223+11+251=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 11 (4.69% from 255 or 2.27% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF0BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0BFB is #20F404. Grayscale: #646464. Windows color (decimal): -2159621 or 16452575. OLE color: 16452575.
HSL color Cylindrical-coordinate representation of color #DF0BFB: hue angle of 293º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0BFB is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 11 | 251 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.02 |
| HSL | 293º | 0.97% | 0.51% | - |
| HSV(B) | 293º | 0.96% | 0.98% | - |
| XYZ | 47.96 | 22.89 | 93.16 | - |
| YUV | 101.75 | 212.24 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 251 | 0.11 | 0.96 | 0 | 0.02 | 293 | 0.97 | 0.51 |
| Hex | DF | B | FB | B | 60 | 0 | 2 | 125 | 61 | 33 |
| Octal | 337 | 13 | 373 | 13 | 140 | 0 | 2 | 445 | 141 | 63 |
| Binary | 11011111 | 1011 | 11111011 | 1011 | 1100000 | 0 | 10 | 100100101 | 1100001 | 110011 |
Color Harmonies of #DF0BFB
Complementary color
Monochromatic Colors of #DF0BFB
Black with #DF0BFB
Text Example
Text Example
White with #DF0BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BFB; }
p { color: rgb(223,11,251); }
H1.HeaderClassName
{
color: #DF0BFB;
}
.AnyTagClassName
{
color: #DF0BFB;
}
</style>
background-color css
<style>
a { background-color: #DF0BFB; }
a { background-color: rgb(223,11,251); }
div.DivClassName
{
background-color: #DF0BFB;
}
.BgClassName
{
background-color: #DF0BFB;
}
</style>
border-color css
<style>
span { border-color: #DF0BFB; }
span { border-color: rgb(223,11,251); }
td.TdClassName
{
border-color: #DF0BFB;
}
.TagClassName
{
border-color: #DF0BFB;
}
</style>