Shades of Psychedelic Purple #DF2BEF
Tints of Psychedelic Purple #DF2BEF
RGB
CMYK
RGB Variations
Color information
#DF2BEF (or 0xDF2BEF) is known color: Psychedelic Purple. HEX triplet: DF, 2B and EF. RGB value is (223,43,239). Sum of RGB (Red+Green+Blue) = 223+43+239=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF2BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BEF is #20D410. Grayscale: #767676. Windows color (decimal): -2151441 or 15674335. OLE color: 15674335.
HSL color Cylindrical-coordinate representation of color #DF2BEF: hue angle of 295.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2BEF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 43 | 239 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.06 |
| HSL | 295.1º | 0.86% | 0.55% | - |
| HSV(B) | 295.1º | 0.82% | 0.94% | - |
| XYZ | 46.88 | 23.65 | 83.76 | - |
| YUV | 119.16 | 195.63 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 239 | 0.07 | 0.82 | 0 | 0.06 | 295.1 | 0.86 | 0.55 |
| Hex | DF | 2B | EF | 7 | 52 | 0 | 6 | 127 | 56 | 37 |
| Octal | 337 | 53 | 357 | 7 | 122 | 0 | 6 | 447 | 126 | 67 |
| Binary | 11011111 | 101011 | 11101111 | 111 | 1010010 | 0 | 110 | 100100111 | 1010110 | 110111 |
Color Harmonies of #DF2BEF
Complementary color
Monochromatic Colors of #DF2BEF
Black with #DF2BEF
Text Example
Text Example
White with #DF2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BEF; }
p { color: rgb(223,43,239); }
H1.HeaderClassName
{
color: #DF2BEF;
}
.AnyTagClassName
{
color: #DF2BEF;
}
</style>
background-color css
<style>
a { background-color: #DF2BEF; }
a { background-color: rgb(223,43,239); }
div.DivClassName
{
background-color: #DF2BEF;
}
.BgClassName
{
background-color: #DF2BEF;
}
</style>
border-color css
<style>
span { border-color: #DF2BEF; }
span { border-color: rgb(223,43,239); }
td.TdClassName
{
border-color: #DF2BEF;
}
.TagClassName
{
border-color: #DF2BEF;
}
</style>