Shades of Psychedelic Purple #DF37FE
Tints of Psychedelic Purple #DF37FE
RGB
CMYK
RGB Variations
Color information
#DF37FE (or 0xDF37FE) is known color: Psychedelic Purple. HEX triplet: DF, 37 and FE. RGB value is (223,55,254). Sum of RGB (Red+Green+Blue) = 223+55+254=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 55 (21.88% from 255 or 10.34% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF37FE is #20C801. Grayscale: #7F7F7F. Windows color (decimal): -2148354 or 16660447. OLE color: 16660447.
HSL color Cylindrical-coordinate representation of color #DF37FE: hue angle of 290.65º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF37FE is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 55 | 254 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.00 |
| HSL | 290.65º | 0.99% | 0.61% | - |
| HSV(B) | 290.65º | 0.78% | 1% | - |
| XYZ | 49.69 | 25.58 | 96.08 | - |
| YUV | 127.92 | 199.16 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 254 | 0.12 | 0.78 | 0 | 0.00 | 290.65 | 0.99 | 0.61 |
| Hex | DF | 37 | FE | C | 4E | 0 | 0 | 123 | 63 | 3D |
| Octal | 337 | 67 | 376 | 14 | 116 | 0 | 0 | 443 | 143 | 75 |
| Binary | 11011111 | 110111 | 11111110 | 1100 | 1001110 | 0 | 0 | 100100011 | 1100011 | 111101 |
Color Harmonies of #DF37FE
Complementary color
Monochromatic Colors of #DF37FE
Black with #DF37FE
Text Example
Text Example
White with #DF37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37FE; }
p { color: rgb(223,55,254); }
H1.HeaderClassName
{
color: #DF37FE;
}
.AnyTagClassName
{
color: #DF37FE;
}
</style>
background-color css
<style>
a { background-color: #DF37FE; }
a { background-color: rgb(223,55,254); }
div.DivClassName
{
background-color: #DF37FE;
}
.BgClassName
{
background-color: #DF37FE;
}
</style>
border-color css
<style>
span { border-color: #DF37FE; }
span { border-color: rgb(223,55,254); }
td.TdClassName
{
border-color: #DF37FE;
}
.TagClassName
{
border-color: #DF37FE;
}
</style>