Shades of Psychedelic Purple #DC16F6
Tints of Psychedelic Purple #DC16F6
RGB
CMYK
RGB Variations
Color information
#DC16F6 (or 0xDC16F6) is known color: Psychedelic Purple. HEX triplet: DC, 16 and F6. RGB value is (220,22,246). Sum of RGB (Red+Green+Blue) = 220+22+246=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 22 (8.98% from 255 or 4.51% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC16F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC16F6 is #23E909. Grayscale: #6A6A6A. Windows color (decimal): -2353418 or 16127708. OLE color: 16127708.
HSL color Cylindrical-coordinate representation of color #DC16F6: hue angle of 293.04º 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 #DC16F6 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 22 | 246 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.04 |
| HSL | 293.04º | 0.93% | 0.53% | - |
| HSV(B) | 293.04º | 0.91% | 0.96% | - |
| XYZ | 46.44 | 22.44 | 89.07 | - |
| YUV | 106.74 | 206.6 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 246 | 0.11 | 0.91 | 0 | 0.04 | 293.04 | 0.93 | 0.53 |
| Hex | DC | 16 | F6 | B | 5B | 0 | 4 | 125 | 5D | 35 |
| Octal | 334 | 26 | 366 | 13 | 133 | 0 | 4 | 445 | 135 | 65 |
| Binary | 11011100 | 10110 | 11110110 | 1011 | 1011011 | 0 | 100 | 100100101 | 1011101 | 110101 |
Color Harmonies of #DC16F6
Complementary color
Monochromatic Colors of #DC16F6
Black with #DC16F6
Text Example
Text Example
White with #DC16F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16F6; }
p { color: rgb(220,22,246); }
H1.HeaderClassName
{
color: #DC16F6;
}
.AnyTagClassName
{
color: #DC16F6;
}
</style>
background-color css
<style>
a { background-color: #DC16F6; }
a { background-color: rgb(220,22,246); }
div.DivClassName
{
background-color: #DC16F6;
}
.BgClassName
{
background-color: #DC16F6;
}
</style>
border-color css
<style>
span { border-color: #DC16F6; }
span { border-color: rgb(220,22,246); }
td.TdClassName
{
border-color: #DC16F6;
}
.TagClassName
{
border-color: #DC16F6;
}
</style>