Shades of Psychedelic Purple #DF2DEF
Tints of Psychedelic Purple #DF2DEF
RGB
CMYK
RGB Variations
Color information
#DF2DEF (or 0xDF2DEF) is known color: Psychedelic Purple. HEX triplet: DF, 2D and EF. RGB value is (223,45,239). Sum of RGB (Red+Green+Blue) = 223+45+239=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 45 (17.97% from 255 or 8.88% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF2DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2DEF is #20D210. Grayscale: #777777. Windows color (decimal): -2150929 or 15674847. OLE color: 15674847.
HSL color Cylindrical-coordinate representation of color #DF2DEF: hue angle of 295.05º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2DEF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 45 | 239 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.06 |
| HSL | 295.05º | 0.86% | 0.56% | - |
| HSV(B) | 295.05º | 0.81% | 0.94% | - |
| XYZ | 46.95 | 23.8 | 83.78 | - |
| YUV | 120.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 239 | 0.07 | 0.81 | 0 | 0.06 | 295.05 | 0.86 | 0.56 |
| Hex | DF | 2D | EF | 7 | 51 | 0 | 6 | 127 | 56 | 38 |
| Octal | 337 | 55 | 357 | 7 | 121 | 0 | 6 | 447 | 126 | 70 |
| Binary | 11011111 | 101101 | 11101111 | 111 | 1010001 | 0 | 110 | 100100111 | 1010110 | 111000 |
Color Harmonies of #DF2DEF
Complementary color
Monochromatic Colors of #DF2DEF
Black with #DF2DEF
Text Example
Text Example
White with #DF2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DEF; }
p { color: rgb(223,45,239); }
H1.HeaderClassName
{
color: #DF2DEF;
}
.AnyTagClassName
{
color: #DF2DEF;
}
</style>
background-color css
<style>
a { background-color: #DF2DEF; }
a { background-color: rgb(223,45,239); }
div.DivClassName
{
background-color: #DF2DEF;
}
.BgClassName
{
background-color: #DF2DEF;
}
</style>
border-color css
<style>
span { border-color: #DF2DEF; }
span { border-color: rgb(223,45,239); }
td.TdClassName
{
border-color: #DF2DEF;
}
.TagClassName
{
border-color: #DF2DEF;
}
</style>