Shades of Psychedelic Purple #DF33FE
Tints of Psychedelic Purple #DF33FE
RGB
CMYK
RGB Variations
Color information
#DF33FE (or 0xDF33FE) is known color: Psychedelic Purple. HEX triplet: DF, 33 and FE. RGB value is (223,51,254). Sum of RGB (Red+Green+Blue) = 223+51+254=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 51 (20.31% from 255 or 9.66% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF33FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF33FE is #20CC01. Grayscale: #7C7C7C. Windows color (decimal): -2149378 or 16659423. OLE color: 16659423.
HSL color Cylindrical-coordinate representation of color #DF33FE: hue angle of 290.84º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF33FE is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 51 | 254 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.00 |
| HSL | 290.84º | 0.99% | 0.6% | - |
| HSV(B) | 290.84º | 0.8% | 1% | - |
| XYZ | 49.5 | 25.21 | 96.02 | - |
| YUV | 125.57 | 200.48 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 254 | 0.12 | 0.80 | 0 | 0.00 | 290.84 | 0.99 | 0.6 |
| Hex | DF | 33 | FE | C | 50 | 0 | 0 | 123 | 63 | 3C |
| Octal | 337 | 63 | 376 | 14 | 120 | 0 | 0 | 443 | 143 | 74 |
| Binary | 11011111 | 110011 | 11111110 | 1100 | 1010000 | 0 | 0 | 100100011 | 1100011 | 111100 |
Color Harmonies of #DF33FE
Complementary color
Monochromatic Colors of #DF33FE
Black with #DF33FE
Text Example
Text Example
White with #DF33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF33FE; }
p { color: rgb(223,51,254); }
H1.HeaderClassName
{
color: #DF33FE;
}
.AnyTagClassName
{
color: #DF33FE;
}
</style>
background-color css
<style>
a { background-color: #DF33FE; }
a { background-color: rgb(223,51,254); }
div.DivClassName
{
background-color: #DF33FE;
}
.BgClassName
{
background-color: #DF33FE;
}
</style>
border-color css
<style>
span { border-color: #DF33FE; }
span { border-color: rgb(223,51,254); }
td.TdClassName
{
border-color: #DF33FE;
}
.TagClassName
{
border-color: #DF33FE;
}
</style>