Shades of Psychedelic Purple #DF15FE
Tints of Psychedelic Purple #DF15FE
RGB
CMYK
RGB Variations
Color information
#DF15FE (or 0xDF15FE) is known color: Psychedelic Purple. HEX triplet: DF, 15 and FE. RGB value is (223,21,254). Sum of RGB (Red+Green+Blue) = 223+21+254=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 21 (8.59% from 255 or 4.22% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF15FE is #20EA01. Grayscale: #6B6B6B. Windows color (decimal): -2157058 or 16651743. OLE color: 16651743.
HSL color Cylindrical-coordinate representation of color #DF15FE: hue angle of 292.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF15FE is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 21 | 254 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.00 |
| HSL | 292.02º | 0.99% | 0.54% | - |
| HSV(B) | 292.02º | 0.92% | 1% | - |
| XYZ | 48.59 | 23.38 | 95.72 | - |
| YUV | 107.96 | 210.42 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 254 | 0.12 | 0.92 | 0 | 0.00 | 292.02 | 0.99 | 0.54 |
| Hex | DF | 15 | FE | C | 5C | 0 | 0 | 124 | 63 | 36 |
| Octal | 337 | 25 | 376 | 14 | 134 | 0 | 0 | 444 | 143 | 66 |
| Binary | 11011111 | 10101 | 11111110 | 1100 | 1011100 | 0 | 0 | 100100100 | 1100011 | 110110 |
Color Harmonies of #DF15FE
Complementary color
Monochromatic Colors of #DF15FE
Black with #DF15FE
Text Example
Text Example
White with #DF15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15FE; }
p { color: rgb(223,21,254); }
H1.HeaderClassName
{
color: #DF15FE;
}
.AnyTagClassName
{
color: #DF15FE;
}
</style>
background-color css
<style>
a { background-color: #DF15FE; }
a { background-color: rgb(223,21,254); }
div.DivClassName
{
background-color: #DF15FE;
}
.BgClassName
{
background-color: #DF15FE;
}
</style>
border-color css
<style>
span { border-color: #DF15FE; }
span { border-color: rgb(223,21,254); }
td.TdClassName
{
border-color: #DF15FE;
}
.TagClassName
{
border-color: #DF15FE;
}
</style>