Shades of Psychedelic Purple #DF16EC
Tints of Psychedelic Purple #DF16EC
RGB
CMYK
RGB Variations
Color information
#DF16EC (or 0xDF16EC) is known color: Psychedelic Purple. HEX triplet: DF, 16 and EC. RGB value is (223,22,236). Sum of RGB (Red+Green+Blue) = 223+22+236=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF16EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF16EC is #20E913. Grayscale: #696969. Windows color (decimal): -2156820 or 15472351. OLE color: 15472351.
HSL color Cylindrical-coordinate representation of color #DF16EC: hue angle of 296.36º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF16EC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 22 | 236 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.07 |
| HSL | 296.36º | 0.85% | 0.51% | - |
| HSV(B) | 296.36º | 0.91% | 0.93% | - |
| XYZ | 45.86 | 22.32 | 81.25 | - |
| YUV | 106.5 | 201.09 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 236 | 0.06 | 0.91 | 0 | 0.07 | 296.36 | 0.85 | 0.51 |
| Hex | DF | 16 | EC | 6 | 5B | 0 | 7 | 128 | 55 | 33 |
| Octal | 337 | 26 | 354 | 6 | 133 | 0 | 7 | 450 | 125 | 63 |
| Binary | 11011111 | 10110 | 11101100 | 110 | 1011011 | 0 | 111 | 100101000 | 1010101 | 110011 |
Color Harmonies of #DF16EC
Complementary color
Monochromatic Colors of #DF16EC
Black with #DF16EC
Text Example
Text Example
White with #DF16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16EC; }
p { color: rgb(223,22,236); }
H1.HeaderClassName
{
color: #DF16EC;
}
.AnyTagClassName
{
color: #DF16EC;
}
</style>
background-color css
<style>
a { background-color: #DF16EC; }
a { background-color: rgb(223,22,236); }
div.DivClassName
{
background-color: #DF16EC;
}
.BgClassName
{
background-color: #DF16EC;
}
</style>
border-color css
<style>
span { border-color: #DF16EC; }
span { border-color: rgb(223,22,236); }
td.TdClassName
{
border-color: #DF16EC;
}
.TagClassName
{
border-color: #DF16EC;
}
</style>