Shades of Psychedelic Purple #DF10FF
Tints of Psychedelic Purple #DF10FF
RGB
CMYK
RGB Variations
Color information
#DF10FF (or 0xDF10FF) is known color: Psychedelic Purple. HEX triplet: DF, 10 and FF. RGB value is (223,16,255). Sum of RGB (Red+Green+Blue) = 223+16+255=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10FF is #20EF00. Grayscale: #686868. Windows color (decimal): -2158337 or 16715999. OLE color: 16715999.
HSL color Cylindrical-coordinate representation of color #DF10FF: hue angle of 291.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF10FF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 16 | 255 | - |
| CMYK | 0.13 | 0.94 | 0 | 0 |
| HSL | 291.97º | 1% | 0.53% | - |
| HSV(B) | 291.97º | 0.94% | 1% | - |
| XYZ | 48.67 | 23.28 | 96.54 | - |
| YUV | 105.14 | 212.58 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 255 | 0.13 | 0.94 | 0 | 0 | 291.97 | 1 | 0.53 |
| Hex | DF | 10 | FF | D | 5E | 0 | 0 | 124 | 64 | 35 |
| Octal | 337 | 20 | 377 | 15 | 136 | 0 | 0 | 444 | 144 | 65 |
| Binary | 11011111 | 10000 | 11111111 | 1101 | 1011110 | 0 | 0 | 100100100 | 1100100 | 110101 |
Color Harmonies of #DF10FF
Complementary color
Monochromatic Colors of #DF10FF
Black with #DF10FF
Text Example
Text Example
White with #DF10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10FF; }
p { color: rgb(223,16,255); }
H1.HeaderClassName
{
color: #DF10FF;
}
.AnyTagClassName
{
color: #DF10FF;
}
</style>
background-color css
<style>
a { background-color: #DF10FF; }
a { background-color: rgb(223,16,255); }
div.DivClassName
{
background-color: #DF10FF;
}
.BgClassName
{
background-color: #DF10FF;
}
</style>
border-color css
<style>
span { border-color: #DF10FF; }
span { border-color: rgb(223,16,255); }
td.TdClassName
{
border-color: #DF10FF;
}
.TagClassName
{
border-color: #DF10FF;
}
</style>