Shades of Psychedelic Purple #DC1CF7
Tints of Psychedelic Purple #DC1CF7
RGB
CMYK
RGB Variations
Color information
#DC1CF7 (or 0xDC1CF7) is known color: Psychedelic Purple. HEX triplet: DC, 1C and F7. RGB value is (220,28,247). Sum of RGB (Red+Green+Blue) = 220+28+247=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC1CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CF7 is #23E308. Grayscale: #6D6D6D. Windows color (decimal): -2351881 or 16194780. OLE color: 16194780.
HSL color Cylindrical-coordinate representation of color #DC1CF7: hue angle of 292.6º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1CF7 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 28 | 247 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.03 |
| HSL | 292.6º | 0.93% | 0.54% | - |
| HSV(B) | 292.6º | 0.89% | 0.97% | - |
| XYZ | 46.72 | 22.76 | 89.93 | - |
| YUV | 110.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 247 | 0.11 | 0.89 | 0 | 0.03 | 292.6 | 0.93 | 0.54 |
| Hex | DC | 1C | F7 | B | 59 | 0 | 3 | 125 | 5D | 36 |
| Octal | 334 | 34 | 367 | 13 | 131 | 0 | 3 | 445 | 135 | 66 |
| Binary | 11011100 | 11100 | 11110111 | 1011 | 1011001 | 0 | 11 | 100100101 | 1011101 | 110110 |
Color Harmonies of #DC1CF7
Complementary color
Monochromatic Colors of #DC1CF7
Black with #DC1CF7
Text Example
Text Example
White with #DC1CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CF7; }
p { color: rgb(220,28,247); }
H1.HeaderClassName
{
color: #DC1CF7;
}
.AnyTagClassName
{
color: #DC1CF7;
}
</style>
background-color css
<style>
a { background-color: #DC1CF7; }
a { background-color: rgb(220,28,247); }
div.DivClassName
{
background-color: #DC1CF7;
}
.BgClassName
{
background-color: #DC1CF7;
}
</style>
border-color css
<style>
span { border-color: #DC1CF7; }
span { border-color: rgb(220,28,247); }
td.TdClassName
{
border-color: #DC1CF7;
}
.TagClassName
{
border-color: #DC1CF7;
}
</style>