Shades of Psychedelic Purple #DF2DFB
Tints of Psychedelic Purple #DF2DFB
RGB
CMYK
RGB Variations
Color information
#DF2DFB (or 0xDF2DFB) is known color: Psychedelic Purple. HEX triplet: DF, 2D and FB. RGB value is (223,45,251). Sum of RGB (Red+Green+Blue) = 223+45+251=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 45 (17.97% from 255 or 8.67% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF2DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2DFB is #20D204. Grayscale: #797979. Windows color (decimal): -2150917 or 16461279. OLE color: 16461279.
HSL color Cylindrical-coordinate representation of color #DF2DFB: hue angle of 291.84º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2DFB is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 45 | 251 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.02 |
| HSL | 291.84º | 0.96% | 0.58% | - |
| HSV(B) | 291.84º | 0.82% | 0.98% | - |
| XYZ | 48.78 | 24.53 | 93.43 | - |
| YUV | 121.71 | 200.97 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 251 | 0.11 | 0.82 | 0 | 0.02 | 291.84 | 0.96 | 0.58 |
| Hex | DF | 2D | FB | B | 52 | 0 | 2 | 124 | 60 | 3A |
| Octal | 337 | 55 | 373 | 13 | 122 | 0 | 2 | 444 | 140 | 72 |
| Binary | 11011111 | 101101 | 11111011 | 1011 | 1010010 | 0 | 10 | 100100100 | 1100000 | 111010 |
Color Harmonies of #DF2DFB
Complementary color
Monochromatic Colors of #DF2DFB
Black with #DF2DFB
Text Example
Text Example
White with #DF2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DFB; }
p { color: rgb(223,45,251); }
H1.HeaderClassName
{
color: #DF2DFB;
}
.AnyTagClassName
{
color: #DF2DFB;
}
</style>
background-color css
<style>
a { background-color: #DF2DFB; }
a { background-color: rgb(223,45,251); }
div.DivClassName
{
background-color: #DF2DFB;
}
.BgClassName
{
background-color: #DF2DFB;
}
</style>
border-color css
<style>
span { border-color: #DF2DFB; }
span { border-color: rgb(223,45,251); }
td.TdClassName
{
border-color: #DF2DFB;
}
.TagClassName
{
border-color: #DF2DFB;
}
</style>