Shades of Psychedelic Purple #DC16EF
Tints of Psychedelic Purple #DC16EF
RGB
CMYK
RGB Variations
Color information
#DC16EF (or 0xDC16EF) is known color: Psychedelic Purple. HEX triplet: DC, 16 and EF. RGB value is (220,22,239). Sum of RGB (Red+Green+Blue) = 220+22+239=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC16EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC16EF is #23E910. Grayscale: #696969. Windows color (decimal): -2353425 or 15668956. OLE color: 15668956.
HSL color Cylindrical-coordinate representation of color #DC16EF: hue angle of 294.75º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC16EF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 22 | 239 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.06 |
| HSL | 294.75º | 0.87% | 0.51% | - |
| HSV(B) | 294.75º | 0.91% | 0.94% | - |
| XYZ | 45.38 | 22.02 | 83.52 | - |
| YUV | 105.94 | 203.1 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 239 | 0.08 | 0.91 | 0 | 0.06 | 294.75 | 0.87 | 0.51 |
| Hex | DC | 16 | EF | 8 | 5B | 0 | 6 | 127 | 57 | 33 |
| Octal | 334 | 26 | 357 | 10 | 133 | 0 | 6 | 447 | 127 | 63 |
| Binary | 11011100 | 10110 | 11101111 | 1000 | 1011011 | 0 | 110 | 100100111 | 1010111 | 110011 |
Color Harmonies of #DC16EF
Complementary color
Monochromatic Colors of #DC16EF
Black with #DC16EF
Text Example
Text Example
White with #DC16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16EF; }
p { color: rgb(220,22,239); }
H1.HeaderClassName
{
color: #DC16EF;
}
.AnyTagClassName
{
color: #DC16EF;
}
</style>
background-color css
<style>
a { background-color: #DC16EF; }
a { background-color: rgb(220,22,239); }
div.DivClassName
{
background-color: #DC16EF;
}
.BgClassName
{
background-color: #DC16EF;
}
</style>
border-color css
<style>
span { border-color: #DC16EF; }
span { border-color: rgb(220,22,239); }
td.TdClassName
{
border-color: #DC16EF;
}
.TagClassName
{
border-color: #DC16EF;
}
</style>