Shades of Psychedelic Purple #DF36FE
Tints of Psychedelic Purple #DF36FE
RGB
CMYK
RGB Variations
Color information
#DF36FE (or 0xDF36FE) is known color: Psychedelic Purple. HEX triplet: DF, 36 and FE. RGB value is (223,54,254). Sum of RGB (Red+Green+Blue) = 223+54+254=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 54 (21.48% from 255 or 10.17% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF36FE is #20C901. Grayscale: #7E7E7E. Windows color (decimal): -2148610 or 16660191. OLE color: 16660191.
HSL color Cylindrical-coordinate representation of color #DF36FE: hue angle of 290.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF36FE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 54 | 254 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.00 |
| HSL | 290.7º | 0.99% | 0.6% | - |
| HSV(B) | 290.7º | 0.79% | 1% | - |
| XYZ | 49.64 | 25.48 | 96.07 | - |
| YUV | 127.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 254 | 0.12 | 0.79 | 0 | 0.00 | 290.7 | 0.99 | 0.6 |
| Hex | DF | 36 | FE | C | 4F | 0 | 0 | 123 | 63 | 3C |
| Octal | 337 | 66 | 376 | 14 | 117 | 0 | 0 | 443 | 143 | 74 |
| Binary | 11011111 | 110110 | 11111110 | 1100 | 1001111 | 0 | 0 | 100100011 | 1100011 | 111100 |
Color Harmonies of #DF36FE
Complementary color
Monochromatic Colors of #DF36FE
Black with #DF36FE
Text Example
Text Example
White with #DF36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36FE; }
p { color: rgb(223,54,254); }
H1.HeaderClassName
{
color: #DF36FE;
}
.AnyTagClassName
{
color: #DF36FE;
}
</style>
background-color css
<style>
a { background-color: #DF36FE; }
a { background-color: rgb(223,54,254); }
div.DivClassName
{
background-color: #DF36FE;
}
.BgClassName
{
background-color: #DF36FE;
}
</style>
border-color css
<style>
span { border-color: #DF36FE; }
span { border-color: rgb(223,54,254); }
td.TdClassName
{
border-color: #DF36FE;
}
.TagClassName
{
border-color: #DF36FE;
}
</style>