Shades of Psychedelic Purple #DF16EB
Tints of Psychedelic Purple #DF16EB
RGB
CMYK
RGB Variations
Color information
#DF16EB (or 0xDF16EB) is known color: Psychedelic Purple. HEX triplet: DF, 16 and EB. RGB value is (223,22,235). Sum of RGB (Red+Green+Blue) = 223+22+235=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF16EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF16EB is #20E914. Grayscale: #696969. Windows color (decimal): -2156821 or 15406815. OLE color: 15406815.
HSL color Cylindrical-coordinate representation of color #DF16EB: hue angle of 296.62º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF16EB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 22 | 235 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.08 |
| HSL | 296.62º | 0.84% | 0.5% | - |
| HSV(B) | 296.62º | 0.91% | 0.92% | - |
| XYZ | 45.71 | 22.26 | 80.48 | - |
| YUV | 106.38 | 200.59 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 235 | 0.05 | 0.91 | 0 | 0.08 | 296.62 | 0.84 | 0.5 |
| Hex | DF | 16 | EB | 5 | 5B | 0 | 8 | 129 | 54 | 32 |
| Octal | 337 | 26 | 353 | 5 | 133 | 0 | 10 | 451 | 124 | 62 |
| Binary | 11011111 | 10110 | 11101011 | 101 | 1011011 | 0 | 1000 | 100101001 | 1010100 | 110010 |
Color Harmonies of #DF16EB
Complementary color
Monochromatic Colors of #DF16EB
Black with #DF16EB
Text Example
Text Example
White with #DF16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16EB; }
p { color: rgb(223,22,235); }
H1.HeaderClassName
{
color: #DF16EB;
}
.AnyTagClassName
{
color: #DF16EB;
}
</style>
background-color css
<style>
a { background-color: #DF16EB; }
a { background-color: rgb(223,22,235); }
div.DivClassName
{
background-color: #DF16EB;
}
.BgClassName
{
background-color: #DF16EB;
}
</style>
border-color css
<style>
span { border-color: #DF16EB; }
span { border-color: rgb(223,22,235); }
td.TdClassName
{
border-color: #DF16EB;
}
.TagClassName
{
border-color: #DF16EB;
}
</style>