Shades of Psychedelic Purple #DF10FE
Tints of Psychedelic Purple #DF10FE
RGB
CMYK
RGB Variations
Color information
#DF10FE (or 0xDF10FE) is known color: Psychedelic Purple. HEX triplet: DF, 10 and FE. RGB value is (223,16,254). Sum of RGB (Red+Green+Blue) = 223+16+254=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 16 (6.64% from 255 or 3.25% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF10FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10FE is #20EF01. Grayscale: #686868. Windows color (decimal): -2158338 or 16650463. OLE color: 16650463.
HSL color Cylindrical-coordinate representation of color #DF10FE: hue angle of 292.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF10FE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 16 | 254 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.00 |
| HSL | 292.18º | 0.99% | 0.53% | - |
| HSV(B) | 292.18º | 0.94% | 1% | - |
| XYZ | 48.51 | 23.21 | 95.69 | - |
| YUV | 105.03 | 212.08 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 254 | 0.12 | 0.94 | 0 | 0.00 | 292.18 | 0.99 | 0.53 |
| Hex | DF | 10 | FE | C | 5E | 0 | 0 | 124 | 63 | 35 |
| Octal | 337 | 20 | 376 | 14 | 136 | 0 | 0 | 444 | 143 | 65 |
| Binary | 11011111 | 10000 | 11111110 | 1100 | 1011110 | 0 | 0 | 100100100 | 1100011 | 110101 |
Color Harmonies of #DF10FE
Complementary color
Monochromatic Colors of #DF10FE
Black with #DF10FE
Text Example
Text Example
White with #DF10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10FE; }
p { color: rgb(223,16,254); }
H1.HeaderClassName
{
color: #DF10FE;
}
.AnyTagClassName
{
color: #DF10FE;
}
</style>
background-color css
<style>
a { background-color: #DF10FE; }
a { background-color: rgb(223,16,254); }
div.DivClassName
{
background-color: #DF10FE;
}
.BgClassName
{
background-color: #DF10FE;
}
</style>
border-color css
<style>
span { border-color: #DF10FE; }
span { border-color: rgb(223,16,254); }
td.TdClassName
{
border-color: #DF10FE;
}
.TagClassName
{
border-color: #DF10FE;
}
</style>