Shades of Psychedelic Purple #DF33FC
Tints of Psychedelic Purple #DF33FC
RGB
CMYK
RGB Variations
Color information
#DF33FC (or 0xDF33FC) is known color: Psychedelic Purple. HEX triplet: DF, 33 and FC. RGB value is (223,51,252). Sum of RGB (Red+Green+Blue) = 223+51+252=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 51 (20.31% from 255 or 9.70% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF33FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF33FC is #20CC03. Grayscale: #7C7C7C. Windows color (decimal): -2149380 or 16528351. OLE color: 16528351.
HSL color Cylindrical-coordinate representation of color #DF33FC: hue angle of 291.34º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF33FC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 51 | 252 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.01 |
| HSL | 291.34º | 0.97% | 0.59% | - |
| HSV(B) | 291.34º | 0.8% | 0.99% | - |
| XYZ | 49.19 | 25.08 | 94.34 | - |
| YUV | 125.34 | 199.48 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 252 | 0.12 | 0.80 | 0 | 0.01 | 291.34 | 0.97 | 0.59 |
| Hex | DF | 33 | FC | C | 50 | 0 | 1 | 123 | 61 | 3B |
| Octal | 337 | 63 | 374 | 14 | 120 | 0 | 1 | 443 | 141 | 73 |
| Binary | 11011111 | 110011 | 11111100 | 1100 | 1010000 | 0 | 1 | 100100011 | 1100001 | 111011 |
Color Harmonies of #DF33FC
Complementary color
Monochromatic Colors of #DF33FC
Black with #DF33FC
Text Example
Text Example
White with #DF33FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF33FC; }
p { color: rgb(223,51,252); }
H1.HeaderClassName
{
color: #DF33FC;
}
.AnyTagClassName
{
color: #DF33FC;
}
</style>
background-color css
<style>
a { background-color: #DF33FC; }
a { background-color: rgb(223,51,252); }
div.DivClassName
{
background-color: #DF33FC;
}
.BgClassName
{
background-color: #DF33FC;
}
</style>
border-color css
<style>
span { border-color: #DF33FC; }
span { border-color: rgb(223,51,252); }
td.TdClassName
{
border-color: #DF33FC;
}
.TagClassName
{
border-color: #DF33FC;
}
</style>