Shades of Psychedelic Purple #DF16F7
Tints of Psychedelic Purple #DF16F7
RGB
CMYK
RGB Variations
Color information
#DF16F7 (or 0xDF16F7) is known color: Psychedelic Purple. HEX triplet: DF, 16 and F7. RGB value is (223,22,247). Sum of RGB (Red+Green+Blue) = 223+22+247=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 22 (8.98% from 255 or 4.47% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF16F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF16F7 is #20E908. Grayscale: #6B6B6B. Windows color (decimal): -2156809 or 16193247. OLE color: 16193247.
HSL color Cylindrical-coordinate representation of color #DF16F7: hue angle of 293.6º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF16F7 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 22 | 247 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.03 |
| HSL | 293.6º | 0.93% | 0.53% | - |
| HSV(B) | 293.6º | 0.91% | 0.97% | - |
| XYZ | 47.51 | 22.98 | 89.93 | - |
| YUV | 107.75 | 206.59 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 247 | 0.10 | 0.91 | 0 | 0.03 | 293.6 | 0.93 | 0.53 |
| Hex | DF | 16 | F7 | A | 5B | 0 | 3 | 126 | 5D | 35 |
| Octal | 337 | 26 | 367 | 12 | 133 | 0 | 3 | 446 | 135 | 65 |
| Binary | 11011111 | 10110 | 11110111 | 1010 | 1011011 | 0 | 11 | 100100110 | 1011101 | 110101 |
Color Harmonies of #DF16F7
Complementary color
Monochromatic Colors of #DF16F7
Black with #DF16F7
Text Example
Text Example
White with #DF16F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16F7; }
p { color: rgb(223,22,247); }
H1.HeaderClassName
{
color: #DF16F7;
}
.AnyTagClassName
{
color: #DF16F7;
}
</style>
background-color css
<style>
a { background-color: #DF16F7; }
a { background-color: rgb(223,22,247); }
div.DivClassName
{
background-color: #DF16F7;
}
.BgClassName
{
background-color: #DF16F7;
}
</style>
border-color css
<style>
span { border-color: #DF16F7; }
span { border-color: rgb(223,22,247); }
td.TdClassName
{
border-color: #DF16F7;
}
.TagClassName
{
border-color: #DF16F7;
}
</style>