Shades of Psychedelic Purple #DC17FE
Tints of Psychedelic Purple #DC17FE
RGB
CMYK
RGB Variations
Color information
#DC17FE (or 0xDC17FE) is known color: Psychedelic Purple. HEX triplet: DC, 17 and FE. RGB value is (220,23,254). Sum of RGB (Red+Green+Blue) = 220+23+254=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 23 (9.38% from 255 or 4.63% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17FE is #23E801. Grayscale: #6B6B6B. Windows color (decimal): -2353154 or 16652252. OLE color: 16652252.
HSL color Cylindrical-coordinate representation of color #DC17FE: hue angle of 291.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC17FE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 23 | 254 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.00 |
| HSL | 291.17º | 0.99% | 0.54% | - |
| HSV(B) | 291.17º | 0.91% | 1% | - |
| XYZ | 47.71 | 22.98 | 95.69 | - |
| YUV | 108.24 | 210.27 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 254 | 0.13 | 0.91 | 0 | 0.00 | 291.17 | 0.99 | 0.54 |
| Hex | DC | 17 | FE | D | 5B | 0 | 0 | 123 | 63 | 36 |
| Octal | 334 | 27 | 376 | 15 | 133 | 0 | 0 | 443 | 143 | 66 |
| Binary | 11011100 | 10111 | 11111110 | 1101 | 1011011 | 0 | 0 | 100100011 | 1100011 | 110110 |
Color Harmonies of #DC17FE
Complementary color
Monochromatic Colors of #DC17FE
Black with #DC17FE
Text Example
Text Example
White with #DC17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17FE; }
p { color: rgb(220,23,254); }
H1.HeaderClassName
{
color: #DC17FE;
}
.AnyTagClassName
{
color: #DC17FE;
}
</style>
background-color css
<style>
a { background-color: #DC17FE; }
a { background-color: rgb(220,23,254); }
div.DivClassName
{
background-color: #DC17FE;
}
.BgClassName
{
background-color: #DC17FE;
}
</style>
border-color css
<style>
span { border-color: #DC17FE; }
span { border-color: rgb(220,23,254); }
td.TdClassName
{
border-color: #DC17FE;
}
.TagClassName
{
border-color: #DC17FE;
}
</style>