Shades of Psychedelic Purple #DF2DEC
Tints of Psychedelic Purple #DF2DEC
RGB
CMYK
RGB Variations
Color information
#DF2DEC (or 0xDF2DEC) is known color: Psychedelic Purple. HEX triplet: DF, 2D and EC. RGB value is (223,45,236). Sum of RGB (Red+Green+Blue) = 223+45+236=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF2DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2DEC is #20D213. Grayscale: #777777. Windows color (decimal): -2150932 or 15478239. OLE color: 15478239.
HSL color Cylindrical-coordinate representation of color #DF2DEC: hue angle of 295.92º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2DEC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 45 | 236 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.07 |
| HSL | 295.92º | 0.83% | 0.55% | - |
| HSV(B) | 295.92º | 0.81% | 0.93% | - |
| XYZ | 46.51 | 23.62 | 81.46 | - |
| YUV | 120 | 193.47 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 236 | 0.06 | 0.81 | 0 | 0.07 | 295.92 | 0.83 | 0.55 |
| Hex | DF | 2D | EC | 6 | 51 | 0 | 7 | 128 | 53 | 37 |
| Octal | 337 | 55 | 354 | 6 | 121 | 0 | 7 | 450 | 123 | 67 |
| Binary | 11011111 | 101101 | 11101100 | 110 | 1010001 | 0 | 111 | 100101000 | 1010011 | 110111 |
Color Harmonies of #DF2DEC
Complementary color
Monochromatic Colors of #DF2DEC
Black with #DF2DEC
Text Example
Text Example
White with #DF2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DEC; }
p { color: rgb(223,45,236); }
H1.HeaderClassName
{
color: #DF2DEC;
}
.AnyTagClassName
{
color: #DF2DEC;
}
</style>
background-color css
<style>
a { background-color: #DF2DEC; }
a { background-color: rgb(223,45,236); }
div.DivClassName
{
background-color: #DF2DEC;
}
.BgClassName
{
background-color: #DF2DEC;
}
</style>
border-color css
<style>
span { border-color: #DF2DEC; }
span { border-color: rgb(223,45,236); }
td.TdClassName
{
border-color: #DF2DEC;
}
.TagClassName
{
border-color: #DF2DEC;
}
</style>