Shades of Psychedelic Purple #DC17F7
Tints of Psychedelic Purple #DC17F7
RGB
CMYK
RGB Variations
Color information
#DC17F7 (or 0xDC17F7) is known color: Psychedelic Purple. HEX triplet: DC, 17 and F7. RGB value is (220,23,247). Sum of RGB (Red+Green+Blue) = 220+23+247=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC17F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17F7 is #23E808. Grayscale: #6A6A6A. Windows color (decimal): -2353161 or 16193500. OLE color: 16193500.
HSL color Cylindrical-coordinate representation of color #DC17F7: hue angle of 292.77º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC17F7 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 23 | 247 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.03 |
| HSL | 292.77º | 0.93% | 0.53% | - |
| HSV(B) | 292.77º | 0.91% | 0.97% | - |
| XYZ | 46.61 | 22.54 | 89.89 | - |
| YUV | 107.44 | 206.77 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 247 | 0.11 | 0.91 | 0 | 0.03 | 292.77 | 0.93 | 0.53 |
| Hex | DC | 17 | F7 | B | 5B | 0 | 3 | 125 | 5D | 35 |
| Octal | 334 | 27 | 367 | 13 | 133 | 0 | 3 | 445 | 135 | 65 |
| Binary | 11011100 | 10111 | 11110111 | 1011 | 1011011 | 0 | 11 | 100100101 | 1011101 | 110101 |
Color Harmonies of #DC17F7
Complementary color
Monochromatic Colors of #DC17F7
Black with #DC17F7
Text Example
Text Example
White with #DC17F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17F7; }
p { color: rgb(220,23,247); }
H1.HeaderClassName
{
color: #DC17F7;
}
.AnyTagClassName
{
color: #DC17F7;
}
</style>
background-color css
<style>
a { background-color: #DC17F7; }
a { background-color: rgb(220,23,247); }
div.DivClassName
{
background-color: #DC17F7;
}
.BgClassName
{
background-color: #DC17F7;
}
</style>
border-color css
<style>
span { border-color: #DC17F7; }
span { border-color: rgb(220,23,247); }
td.TdClassName
{
border-color: #DC17F7;
}
.TagClassName
{
border-color: #DC17F7;
}
</style>