Shades of Psychedelic Purple #DF17FF
Tints of Psychedelic Purple #DF17FF
RGB
CMYK
RGB Variations
Color information
#DF17FF (or 0xDF17FF) is known color: Psychedelic Purple. HEX triplet: DF, 17 and FF. RGB value is (223,23,255). Sum of RGB (Red+Green+Blue) = 223+23+255=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF17FF is #20E800. Grayscale: #6C6C6C. Windows color (decimal): -2156545 or 16717791. OLE color: 16717791.
HSL color Cylindrical-coordinate representation of color #DF17FF: hue angle of 291.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF17FF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 23 | 255 | - |
| CMYK | 0.13 | 0.91 | 0 | 0 |
| HSL | 291.72º | 1% | 0.55% | - |
| HSV(B) | 291.72º | 0.91% | 1% | - |
| XYZ | 48.79 | 23.52 | 96.58 | - |
| YUV | 109.25 | 210.26 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 255 | 0.13 | 0.91 | 0 | 0 | 291.72 | 1 | 0.55 |
| Hex | DF | 17 | FF | D | 5B | 0 | 0 | 124 | 64 | 37 |
| Octal | 337 | 27 | 377 | 15 | 133 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11011111 | 10111 | 11111111 | 1101 | 1011011 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #DF17FF
Complementary color
Monochromatic Colors of #DF17FF
Black with #DF17FF
Text Example
Text Example
White with #DF17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17FF; }
p { color: rgb(223,23,255); }
H1.HeaderClassName
{
color: #DF17FF;
}
.AnyTagClassName
{
color: #DF17FF;
}
</style>
background-color css
<style>
a { background-color: #DF17FF; }
a { background-color: rgb(223,23,255); }
div.DivClassName
{
background-color: #DF17FF;
}
.BgClassName
{
background-color: #DF17FF;
}
</style>
border-color css
<style>
span { border-color: #DF17FF; }
span { border-color: rgb(223,23,255); }
td.TdClassName
{
border-color: #DF17FF;
}
.TagClassName
{
border-color: #DF17FF;
}
</style>