Shades of Psychedelic Purple #DC17EF
Tints of Psychedelic Purple #DC17EF
RGB
CMYK
RGB Variations
Color information
#DC17EF (or 0xDC17EF) is known color: Psychedelic Purple. HEX triplet: DC, 17 and EF. RGB value is (220,23,239). Sum of RGB (Red+Green+Blue) = 220+23+239=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17EF is #23E810. Grayscale: #696969. Windows color (decimal): -2353169 or 15669212. OLE color: 15669212.
HSL color Cylindrical-coordinate representation of color #DC17EF: hue angle of 294.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17EF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 23 | 239 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.06 |
| HSL | 294.72º | 0.87% | 0.51% | - |
| HSV(B) | 294.72º | 0.9% | 0.94% | - |
| XYZ | 45.4 | 22.06 | 83.53 | - |
| YUV | 106.53 | 202.77 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 239 | 0.08 | 0.90 | 0 | 0.06 | 294.72 | 0.87 | 0.51 |
| Hex | DC | 17 | EF | 8 | 5A | 0 | 6 | 127 | 57 | 33 |
| Octal | 334 | 27 | 357 | 10 | 132 | 0 | 6 | 447 | 127 | 63 |
| Binary | 11011100 | 10111 | 11101111 | 1000 | 1011010 | 0 | 110 | 100100111 | 1010111 | 110011 |
Color Harmonies of #DC17EF
Complementary color
Monochromatic Colors of #DC17EF
Black with #DC17EF
Text Example
Text Example
White with #DC17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17EF; }
p { color: rgb(220,23,239); }
H1.HeaderClassName
{
color: #DC17EF;
}
.AnyTagClassName
{
color: #DC17EF;
}
</style>
background-color css
<style>
a { background-color: #DC17EF; }
a { background-color: rgb(220,23,239); }
div.DivClassName
{
background-color: #DC17EF;
}
.BgClassName
{
background-color: #DC17EF;
}
</style>
border-color css
<style>
span { border-color: #DC17EF; }
span { border-color: rgb(220,23,239); }
td.TdClassName
{
border-color: #DC17EF;
}
.TagClassName
{
border-color: #DC17EF;
}
</style>