Shades of Psychedelic Purple #DF2BEB
Tints of Psychedelic Purple #DF2BEB
RGB
CMYK
RGB Variations
Color information
#DF2BEB (or 0xDF2BEB) is known color: Psychedelic Purple. HEX triplet: DF, 2B and EB. RGB value is (223,43,235). Sum of RGB (Red+Green+Blue) = 223+43+235=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF2BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BEB is #20D414. Grayscale: #767676. Windows color (decimal): -2151445 or 15412191. OLE color: 15412191.
HSL color Cylindrical-coordinate representation of color #DF2BEB: hue angle of 296.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2BEB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 43 | 235 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.08 |
| HSL | 296.25º | 0.83% | 0.55% | - |
| HSV(B) | 296.25º | 0.82% | 0.92% | - |
| XYZ | 46.29 | 23.41 | 80.68 | - |
| YUV | 118.71 | 193.63 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 235 | 0.05 | 0.82 | 0 | 0.08 | 296.25 | 0.83 | 0.55 |
| Hex | DF | 2B | EB | 5 | 52 | 0 | 8 | 128 | 53 | 37 |
| Octal | 337 | 53 | 353 | 5 | 122 | 0 | 10 | 450 | 123 | 67 |
| Binary | 11011111 | 101011 | 11101011 | 101 | 1010010 | 0 | 1000 | 100101000 | 1010011 | 110111 |
Color Harmonies of #DF2BEB
Complementary color
Monochromatic Colors of #DF2BEB
Black with #DF2BEB
Text Example
Text Example
White with #DF2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BEB; }
p { color: rgb(223,43,235); }
H1.HeaderClassName
{
color: #DF2BEB;
}
.AnyTagClassName
{
color: #DF2BEB;
}
</style>
background-color css
<style>
a { background-color: #DF2BEB; }
a { background-color: rgb(223,43,235); }
div.DivClassName
{
background-color: #DF2BEB;
}
.BgClassName
{
background-color: #DF2BEB;
}
</style>
border-color css
<style>
span { border-color: #DF2BEB; }
span { border-color: rgb(223,43,235); }
td.TdClassName
{
border-color: #DF2BEB;
}
.TagClassName
{
border-color: #DF2BEB;
}
</style>