Shades of Psychedelic Purple #DE16F6
Tints of Psychedelic Purple #DE16F6
RGB
CMYK
RGB Variations
Color information
#DE16F6 (or 0xDE16F6) is known color: Psychedelic Purple. HEX triplet: DE, 16 and F6. RGB value is (222,22,246). Sum of RGB (Red+Green+Blue) = 222+22+246=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 22 (8.98% from 255 or 4.49% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE16F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE16F6 is #21E909. Grayscale: #6A6A6A. Windows color (decimal): -2222346 or 16127710. OLE color: 16127710.
HSL color Cylindrical-coordinate representation of color #DE16F6: hue angle of 293.57º 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 #DE16F6 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 22 | 246 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.04 |
| HSL | 293.57º | 0.93% | 0.53% | - |
| HSV(B) | 293.57º | 0.91% | 0.96% | - |
| XYZ | 47.05 | 22.76 | 89.1 | - |
| YUV | 107.34 | 206.26 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 246 | 0.10 | 0.91 | 0 | 0.04 | 293.57 | 0.93 | 0.53 |
| Hex | DE | 16 | F6 | A | 5B | 0 | 4 | 126 | 5D | 35 |
| Octal | 336 | 26 | 366 | 12 | 133 | 0 | 4 | 446 | 135 | 65 |
| Binary | 11011110 | 10110 | 11110110 | 1010 | 1011011 | 0 | 100 | 100100110 | 1011101 | 110101 |
Color Harmonies of #DE16F6
Complementary color
Monochromatic Colors of #DE16F6
Black with #DE16F6
Text Example
Text Example
White with #DE16F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16F6; }
p { color: rgb(222,22,246); }
H1.HeaderClassName
{
color: #DE16F6;
}
.AnyTagClassName
{
color: #DE16F6;
}
</style>
background-color css
<style>
a { background-color: #DE16F6; }
a { background-color: rgb(222,22,246); }
div.DivClassName
{
background-color: #DE16F6;
}
.BgClassName
{
background-color: #DE16F6;
}
</style>
border-color css
<style>
span { border-color: #DE16F6; }
span { border-color: rgb(222,22,246); }
td.TdClassName
{
border-color: #DE16F6;
}
.TagClassName
{
border-color: #DE16F6;
}
</style>