Shades of Psychedelic Purple #DC1CFE
Tints of Psychedelic Purple #DC1CFE
RGB
CMYK
RGB Variations
Color information
#DC1CFE (or 0xDC1CFE) is known color: Psychedelic Purple. HEX triplet: DC, 1C and FE. RGB value is (220,28,254). Sum of RGB (Red+Green+Blue) = 220+28+254=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC1CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CFE is #23E301. Grayscale: #6E6E6E. Windows color (decimal): -2351874 or 16653532. OLE color: 16653532.
HSL color Cylindrical-coordinate representation of color #DC1CFE: hue angle of 290.97º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1CFE is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 28 | 254 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.00 |
| HSL | 290.97º | 0.99% | 0.55% | - |
| HSV(B) | 290.97º | 0.89% | 1% | - |
| XYZ | 47.82 | 23.2 | 95.72 | - |
| YUV | 111.17 | 208.61 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 254 | 0.13 | 0.89 | 0 | 0.00 | 290.97 | 0.99 | 0.55 |
| Hex | DC | 1C | FE | D | 59 | 0 | 0 | 123 | 63 | 37 |
| Octal | 334 | 34 | 376 | 15 | 131 | 0 | 0 | 443 | 143 | 67 |
| Binary | 11011100 | 11100 | 11111110 | 1101 | 1011001 | 0 | 0 | 100100011 | 1100011 | 110111 |
Color Harmonies of #DC1CFE
Complementary color
Monochromatic Colors of #DC1CFE
Black with #DC1CFE
Text Example
Text Example
White with #DC1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CFE; }
p { color: rgb(220,28,254); }
H1.HeaderClassName
{
color: #DC1CFE;
}
.AnyTagClassName
{
color: #DC1CFE;
}
</style>
background-color css
<style>
a { background-color: #DC1CFE; }
a { background-color: rgb(220,28,254); }
div.DivClassName
{
background-color: #DC1CFE;
}
.BgClassName
{
background-color: #DC1CFE;
}
</style>
border-color css
<style>
span { border-color: #DC1CFE; }
span { border-color: rgb(220,28,254); }
td.TdClassName
{
border-color: #DC1CFE;
}
.TagClassName
{
border-color: #DC1CFE;
}
</style>