Shades of Psychedelic Purple #DF34FE
Tints of Psychedelic Purple #DF34FE
RGB
CMYK
RGB Variations
Color information
#DF34FE (or 0xDF34FE) is known color: Psychedelic Purple. HEX triplet: DF, 34 and FE. RGB value is (223,52,254). Sum of RGB (Red+Green+Blue) = 223+52+254=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 52 (20.70% from 255 or 9.83% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF34FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF34FE is #20CB01. Grayscale: #7D7D7D. Windows color (decimal): -2149122 or 16659679. OLE color: 16659679.
HSL color Cylindrical-coordinate representation of color #DF34FE: hue angle of 290.79º 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 #DF34FE is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 52 | 254 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.00 |
| HSL | 290.79º | 0.99% | 0.6% | - |
| HSV(B) | 290.79º | 0.8% | 1% | - |
| XYZ | 49.55 | 25.3 | 96.04 | - |
| YUV | 126.16 | 200.15 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 254 | 0.12 | 0.80 | 0 | 0.00 | 290.79 | 0.99 | 0.6 |
| Hex | DF | 34 | FE | C | 50 | 0 | 0 | 123 | 63 | 3C |
| Octal | 337 | 64 | 376 | 14 | 120 | 0 | 0 | 443 | 143 | 74 |
| Binary | 11011111 | 110100 | 11111110 | 1100 | 1010000 | 0 | 0 | 100100011 | 1100011 | 111100 |
Color Harmonies of #DF34FE
Complementary color
Monochromatic Colors of #DF34FE
Black with #DF34FE
Text Example
Text Example
White with #DF34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF34FE; }
p { color: rgb(223,52,254); }
H1.HeaderClassName
{
color: #DF34FE;
}
.AnyTagClassName
{
color: #DF34FE;
}
</style>
background-color css
<style>
a { background-color: #DF34FE; }
a { background-color: rgb(223,52,254); }
div.DivClassName
{
background-color: #DF34FE;
}
.BgClassName
{
background-color: #DF34FE;
}
</style>
border-color css
<style>
span { border-color: #DF34FE; }
span { border-color: rgb(223,52,254); }
td.TdClassName
{
border-color: #DF34FE;
}
.TagClassName
{
border-color: #DF34FE;
}
</style>