Shades of Psychedelic Purple #DF2FF2
Tints of Psychedelic Purple #DF2FF2
RGB
CMYK
RGB Variations
Color information
#DF2FF2 (or 0xDF2FF2) is known color: Psychedelic Purple. HEX triplet: DF, 2F and F2. RGB value is (223,47,242). Sum of RGB (Red+Green+Blue) = 223+47+242=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF2FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2FF2 is #20D00D. Grayscale: #797979. Windows color (decimal): -2150414 or 15871967. OLE color: 15871967.
HSL color Cylindrical-coordinate representation of color #DF2FF2: hue angle of 294.15º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2FF2 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 47 | 242 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.05 |
| HSL | 294.15º | 0.88% | 0.57% | - |
| HSV(B) | 294.15º | 0.81% | 0.95% | - |
| XYZ | 47.47 | 24.13 | 86.16 | - |
| YUV | 121.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 242 | 0.08 | 0.81 | 0 | 0.05 | 294.15 | 0.88 | 0.57 |
| Hex | DF | 2F | F2 | 8 | 51 | 0 | 5 | 126 | 58 | 39 |
| Octal | 337 | 57 | 362 | 10 | 121 | 0 | 5 | 446 | 130 | 71 |
| Binary | 11011111 | 101111 | 11110010 | 1000 | 1010001 | 0 | 101 | 100100110 | 1011000 | 111001 |
Color Harmonies of #DF2FF2
Complementary color
Monochromatic Colors of #DF2FF2
Black with #DF2FF2
Text Example
Text Example
White with #DF2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2FF2; }
p { color: rgb(223,47,242); }
H1.HeaderClassName
{
color: #DF2FF2;
}
.AnyTagClassName
{
color: #DF2FF2;
}
</style>
background-color css
<style>
a { background-color: #DF2FF2; }
a { background-color: rgb(223,47,242); }
div.DivClassName
{
background-color: #DF2FF2;
}
.BgClassName
{
background-color: #DF2FF2;
}
</style>
border-color css
<style>
span { border-color: #DF2FF2; }
span { border-color: rgb(223,47,242); }
td.TdClassName
{
border-color: #DF2FF2;
}
.TagClassName
{
border-color: #DF2FF2;
}
</style>