Shades of Psychedelic Purple #DF17FC
Tints of Psychedelic Purple #DF17FC
RGB
CMYK
RGB Variations
Color information
#DF17FC (or 0xDF17FC) is known color: Psychedelic Purple. HEX triplet: DF, 17 and FC. RGB value is (223,23,252). Sum of RGB (Red+Green+Blue) = 223+23+252=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 23 (9.38% from 255 or 4.62% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF17FC is #20E803. Grayscale: #6C6C6C. Windows color (decimal): -2156548 or 16521183. OLE color: 16521183.
HSL color Cylindrical-coordinate representation of color #DF17FC: hue angle of 292.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF17FC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 23 | 252 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.01 |
| HSL | 292.4º | 0.97% | 0.54% | - |
| HSV(B) | 292.4º | 0.91% | 0.99% | - |
| XYZ | 48.31 | 23.33 | 94.05 | - |
| YUV | 108.91 | 208.76 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 252 | 0.12 | 0.91 | 0 | 0.01 | 292.4 | 0.97 | 0.54 |
| Hex | DF | 17 | FC | C | 5B | 0 | 1 | 124 | 61 | 36 |
| Octal | 337 | 27 | 374 | 14 | 133 | 0 | 1 | 444 | 141 | 66 |
| Binary | 11011111 | 10111 | 11111100 | 1100 | 1011011 | 0 | 1 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DF17FC
Complementary color
Monochromatic Colors of #DF17FC
Black with #DF17FC
Text Example
Text Example
White with #DF17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17FC; }
p { color: rgb(223,23,252); }
H1.HeaderClassName
{
color: #DF17FC;
}
.AnyTagClassName
{
color: #DF17FC;
}
</style>
background-color css
<style>
a { background-color: #DF17FC; }
a { background-color: rgb(223,23,252); }
div.DivClassName
{
background-color: #DF17FC;
}
.BgClassName
{
background-color: #DF17FC;
}
</style>
border-color css
<style>
span { border-color: #DF17FC; }
span { border-color: rgb(223,23,252); }
td.TdClassName
{
border-color: #DF17FC;
}
.TagClassName
{
border-color: #DF17FC;
}
</style>