Shades of Psychedelic Purple #DC16EE
Tints of Psychedelic Purple #DC16EE
RGB
CMYK
RGB Variations
Color information
#DC16EE (or 0xDC16EE) is known color: Psychedelic Purple. HEX triplet: DC, 16 and EE. RGB value is (220,22,238). Sum of RGB (Red+Green+Blue) = 220+22+238=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC16EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC16EE is #23E911. Grayscale: #696969. Windows color (decimal): -2353426 or 15603420. OLE color: 15603420.
HSL color Cylindrical-coordinate representation of color #DC16EE: hue angle of 295º degrees, saturation: 0.86, 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 #DC16EE is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 22 | 238 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.07 |
| HSL | 295º | 0.86% | 0.51% | - |
| HSV(B) | 295º | 0.91% | 0.93% | - |
| XYZ | 45.23 | 21.96 | 82.74 | - |
| YUV | 105.83 | 202.6 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 238 | 0.08 | 0.91 | 0 | 0.07 | 295 | 0.86 | 0.51 |
| Hex | DC | 16 | EE | 8 | 5B | 0 | 7 | 127 | 56 | 33 |
| Octal | 334 | 26 | 356 | 10 | 133 | 0 | 7 | 447 | 126 | 63 |
| Binary | 11011100 | 10110 | 11101110 | 1000 | 1011011 | 0 | 111 | 100100111 | 1010110 | 110011 |
Color Harmonies of #DC16EE
Complementary color
Monochromatic Colors of #DC16EE
Black with #DC16EE
Text Example
Text Example
White with #DC16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16EE; }
p { color: rgb(220,22,238); }
H1.HeaderClassName
{
color: #DC16EE;
}
.AnyTagClassName
{
color: #DC16EE;
}
</style>
background-color css
<style>
a { background-color: #DC16EE; }
a { background-color: rgb(220,22,238); }
div.DivClassName
{
background-color: #DC16EE;
}
.BgClassName
{
background-color: #DC16EE;
}
</style>
border-color css
<style>
span { border-color: #DC16EE; }
span { border-color: rgb(220,22,238); }
td.TdClassName
{
border-color: #DC16EE;
}
.TagClassName
{
border-color: #DC16EE;
}
</style>