Shades of Psychedelic Purple #DF2BEC
Tints of Psychedelic Purple #DF2BEC
RGB
CMYK
RGB Variations
Color information
#DF2BEC (or 0xDF2BEC) is known color: Psychedelic Purple. HEX triplet: DF, 2B and EC. RGB value is (223,43,236). Sum of RGB (Red+Green+Blue) = 223+43+236=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BEC is #20D413. Grayscale: #767676. Windows color (decimal): -2151444 or 15477727. OLE color: 15477727.
HSL color Cylindrical-coordinate representation of color #DF2BEC: hue angle of 295.96º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2BEC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 43 | 236 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.07 |
| HSL | 295.96º | 0.84% | 0.55% | - |
| HSV(B) | 295.96º | 0.82% | 0.93% | - |
| XYZ | 46.44 | 23.47 | 81.44 | - |
| YUV | 118.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 236 | 0.06 | 0.82 | 0 | 0.07 | 295.96 | 0.84 | 0.55 |
| Hex | DF | 2B | EC | 6 | 52 | 0 | 7 | 128 | 54 | 37 |
| Octal | 337 | 53 | 354 | 6 | 122 | 0 | 7 | 450 | 124 | 67 |
| Binary | 11011111 | 101011 | 11101100 | 110 | 1010010 | 0 | 111 | 100101000 | 1010100 | 110111 |
Color Harmonies of #DF2BEC
Complementary color
Monochromatic Colors of #DF2BEC
Black with #DF2BEC
Text Example
Text Example
White with #DF2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BEC; }
p { color: rgb(223,43,236); }
H1.HeaderClassName
{
color: #DF2BEC;
}
.AnyTagClassName
{
color: #DF2BEC;
}
</style>
background-color css
<style>
a { background-color: #DF2BEC; }
a { background-color: rgb(223,43,236); }
div.DivClassName
{
background-color: #DF2BEC;
}
.BgClassName
{
background-color: #DF2BEC;
}
</style>
border-color css
<style>
span { border-color: #DF2BEC; }
span { border-color: rgb(223,43,236); }
td.TdClassName
{
border-color: #DF2BEC;
}
.TagClassName
{
border-color: #DF2BEC;
}
</style>