Shades of Psychedelic Purple #DC17F8
Tints of Psychedelic Purple #DC17F8
RGB
CMYK
RGB Variations
Color information
#DC17F8 (or 0xDC17F8) is known color: Psychedelic Purple. HEX triplet: DC, 17 and F8. RGB value is (220,23,248). Sum of RGB (Red+Green+Blue) = 220+23+248=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC17F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17F8 is #23E807. Grayscale: #6A6A6A. Windows color (decimal): -2353160 or 16259036. OLE color: 16259036.
HSL color Cylindrical-coordinate representation of color #DC17F8: hue angle of 292.53º degrees, saturation: 0.94, 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 #DC17F8 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 23 | 248 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.03 |
| HSL | 292.53º | 0.94% | 0.53% | - |
| HSV(B) | 292.53º | 0.91% | 0.97% | - |
| XYZ | 46.76 | 22.61 | 90.71 | - |
| YUV | 107.55 | 207.27 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 248 | 0.11 | 0.91 | 0 | 0.03 | 292.53 | 0.94 | 0.53 |
| Hex | DC | 17 | F8 | B | 5B | 0 | 3 | 125 | 5E | 35 |
| Octal | 334 | 27 | 370 | 13 | 133 | 0 | 3 | 445 | 136 | 65 |
| Binary | 11011100 | 10111 | 11111000 | 1011 | 1011011 | 0 | 11 | 100100101 | 1011110 | 110101 |
Color Harmonies of #DC17F8
Complementary color
Monochromatic Colors of #DC17F8
Black with #DC17F8
Text Example
Text Example
White with #DC17F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17F8; }
p { color: rgb(220,23,248); }
H1.HeaderClassName
{
color: #DC17F8;
}
.AnyTagClassName
{
color: #DC17F8;
}
</style>
background-color css
<style>
a { background-color: #DC17F8; }
a { background-color: rgb(220,23,248); }
div.DivClassName
{
background-color: #DC17F8;
}
.BgClassName
{
background-color: #DC17F8;
}
</style>
border-color css
<style>
span { border-color: #DC17F8; }
span { border-color: rgb(220,23,248); }
td.TdClassName
{
border-color: #DC17F8;
}
.TagClassName
{
border-color: #DC17F8;
}
</style>