Shades of Psychedelic Purple #DF16F6
Tints of Psychedelic Purple #DF16F6
RGB
CMYK
RGB Variations
Color information
#DF16F6 (or 0xDF16F6) is known color: Psychedelic Purple. HEX triplet: DF, 16 and F6. RGB value is (223,22,246). Sum of RGB (Red+Green+Blue) = 223+22+246=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 22 (8.98% from 255 or 4.48% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF16F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF16F6 is #20E909. Grayscale: #6A6A6A. Windows color (decimal): -2156810 or 16127711. OLE color: 16127711.
HSL color Cylindrical-coordinate representation of color #DF16F6: hue angle of 293.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF16F6 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 22 | 246 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.04 |
| HSL | 293.84º | 0.93% | 0.53% | - |
| HSV(B) | 293.84º | 0.91% | 0.96% | - |
| XYZ | 47.35 | 22.92 | 89.12 | - |
| YUV | 107.64 | 206.09 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 246 | 0.09 | 0.91 | 0 | 0.04 | 293.84 | 0.93 | 0.53 |
| Hex | DF | 16 | F6 | 9 | 5B | 0 | 4 | 126 | 5D | 35 |
| Octal | 337 | 26 | 366 | 11 | 133 | 0 | 4 | 446 | 135 | 65 |
| Binary | 11011111 | 10110 | 11110110 | 1001 | 1011011 | 0 | 100 | 100100110 | 1011101 | 110101 |
Color Harmonies of #DF16F6
Complementary color
Monochromatic Colors of #DF16F6
Black with #DF16F6
Text Example
Text Example
White with #DF16F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16F6; }
p { color: rgb(223,22,246); }
H1.HeaderClassName
{
color: #DF16F6;
}
.AnyTagClassName
{
color: #DF16F6;
}
</style>
background-color css
<style>
a { background-color: #DF16F6; }
a { background-color: rgb(223,22,246); }
div.DivClassName
{
background-color: #DF16F6;
}
.BgClassName
{
background-color: #DF16F6;
}
</style>
border-color css
<style>
span { border-color: #DF16F6; }
span { border-color: rgb(223,22,246); }
td.TdClassName
{
border-color: #DF16F6;
}
.TagClassName
{
border-color: #DF16F6;
}
</style>