Shades of Psychedelic Purple #DF33F7
Tints of Psychedelic Purple #DF33F7
RGB
CMYK
RGB Variations
Color information
#DF33F7 (or 0xDF33F7) is known color: Psychedelic Purple. HEX triplet: DF, 33 and F7. RGB value is (223,51,247). Sum of RGB (Red+Green+Blue) = 223+51+247=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 51 (20.31% from 255 or 9.79% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF33F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF33F7 is #20CC08. Grayscale: #7C7C7C. Windows color (decimal): -2149385 or 16200671. OLE color: 16200671.
HSL color Cylindrical-coordinate representation of color #DF33F7: hue angle of 292.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF33F7 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 51 | 247 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.03 |
| HSL | 292.65º | 0.92% | 0.58% | - |
| HSV(B) | 292.65º | 0.79% | 0.97% | - |
| XYZ | 48.4 | 24.77 | 90.23 | - |
| YUV | 124.77 | 196.98 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 247 | 0.10 | 0.79 | 0 | 0.03 | 292.65 | 0.92 | 0.58 |
| Hex | DF | 33 | F7 | A | 4F | 0 | 3 | 125 | 5C | 3A |
| Octal | 337 | 63 | 367 | 12 | 117 | 0 | 3 | 445 | 134 | 72 |
| Binary | 11011111 | 110011 | 11110111 | 1010 | 1001111 | 0 | 11 | 100100101 | 1011100 | 111010 |
Color Harmonies of #DF33F7
Complementary color
Monochromatic Colors of #DF33F7
Black with #DF33F7
Text Example
Text Example
White with #DF33F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF33F7; }
p { color: rgb(223,51,247); }
H1.HeaderClassName
{
color: #DF33F7;
}
.AnyTagClassName
{
color: #DF33F7;
}
</style>
background-color css
<style>
a { background-color: #DF33F7; }
a { background-color: rgb(223,51,247); }
div.DivClassName
{
background-color: #DF33F7;
}
.BgClassName
{
background-color: #DF33F7;
}
</style>
border-color css
<style>
span { border-color: #DF33F7; }
span { border-color: rgb(223,51,247); }
td.TdClassName
{
border-color: #DF33F7;
}
.TagClassName
{
border-color: #DF33F7;
}
</style>