Shades of Psychedelic Purple #DF17FA
Tints of Psychedelic Purple #DF17FA
RGB
CMYK
RGB Variations
Color information
#DF17FA (or 0xDF17FA) is known color: Psychedelic Purple. HEX triplet: DF, 17 and FA. RGB value is (223,23,250). Sum of RGB (Red+Green+Blue) = 223+23+250=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 23 (9.38% from 255 or 4.64% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF17FA is #20E805. Grayscale: #6B6B6B. Windows color (decimal): -2156550 or 16390111. OLE color: 16390111.
HSL color Cylindrical-coordinate representation of color #DF17FA: hue angle of 292.86º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF17FA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 23 | 250 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.02 |
| HSL | 292.86º | 0.96% | 0.54% | - |
| HSV(B) | 292.86º | 0.91% | 0.98% | - |
| XYZ | 47.99 | 23.2 | 92.39 | - |
| YUV | 108.68 | 207.76 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 250 | 0.11 | 0.91 | 0 | 0.02 | 292.86 | 0.96 | 0.54 |
| Hex | DF | 17 | FA | B | 5B | 0 | 2 | 125 | 60 | 36 |
| Octal | 337 | 27 | 372 | 13 | 133 | 0 | 2 | 445 | 140 | 66 |
| Binary | 11011111 | 10111 | 11111010 | 1011 | 1011011 | 0 | 10 | 100100101 | 1100000 | 110110 |
Color Harmonies of #DF17FA
Complementary color
Monochromatic Colors of #DF17FA
Black with #DF17FA
Text Example
Text Example
White with #DF17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17FA; }
p { color: rgb(223,23,250); }
H1.HeaderClassName
{
color: #DF17FA;
}
.AnyTagClassName
{
color: #DF17FA;
}
</style>
background-color css
<style>
a { background-color: #DF17FA; }
a { background-color: rgb(223,23,250); }
div.DivClassName
{
background-color: #DF17FA;
}
.BgClassName
{
background-color: #DF17FA;
}
</style>
border-color css
<style>
span { border-color: #DF17FA; }
span { border-color: rgb(223,23,250); }
td.TdClassName
{
border-color: #DF17FA;
}
.TagClassName
{
border-color: #DF17FA;
}
</style>