Shades of Psychedelic Purple #DC17FA
Tints of Psychedelic Purple #DC17FA
RGB
CMYK
RGB Variations
Color information
#DC17FA (or 0xDC17FA) is known color: Psychedelic Purple. HEX triplet: DC, 17 and FA. RGB value is (220,23,250). Sum of RGB (Red+Green+Blue) = 220+23+250=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 23 (9.38% from 255 or 4.67% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17FA is #23E805. Grayscale: #6B6B6B. Windows color (decimal): -2353158 or 16390108. OLE color: 16390108.
HSL color Cylindrical-coordinate representation of color #DC17FA: hue angle of 292.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC17FA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 23 | 250 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.02 |
| HSL | 292.07º | 0.96% | 0.54% | - |
| HSV(B) | 292.07º | 0.91% | 0.98% | - |
| XYZ | 47.08 | 22.73 | 92.35 | - |
| YUV | 107.78 | 208.27 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 250 | 0.12 | 0.91 | 0 | 0.02 | 292.07 | 0.96 | 0.54 |
| Hex | DC | 17 | FA | C | 5B | 0 | 2 | 124 | 60 | 36 |
| Octal | 334 | 27 | 372 | 14 | 133 | 0 | 2 | 444 | 140 | 66 |
| Binary | 11011100 | 10111 | 11111010 | 1100 | 1011011 | 0 | 10 | 100100100 | 1100000 | 110110 |
Color Harmonies of #DC17FA
Complementary color
Monochromatic Colors of #DC17FA
Black with #DC17FA
Text Example
Text Example
White with #DC17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17FA; }
p { color: rgb(220,23,250); }
H1.HeaderClassName
{
color: #DC17FA;
}
.AnyTagClassName
{
color: #DC17FA;
}
</style>
background-color css
<style>
a { background-color: #DC17FA; }
a { background-color: rgb(220,23,250); }
div.DivClassName
{
background-color: #DC17FA;
}
.BgClassName
{
background-color: #DC17FA;
}
</style>
border-color css
<style>
span { border-color: #DC17FA; }
span { border-color: rgb(220,23,250); }
td.TdClassName
{
border-color: #DC17FA;
}
.TagClassName
{
border-color: #DC17FA;
}
</style>