Shades of Psychedelic Purple #DC1FED
Tints of Psychedelic Purple #DC1FED
RGB
CMYK
RGB Variations
Color information
#DC1FED (or 0xDC1FED) is known color: Psychedelic Purple. HEX triplet: DC, 1F and ED. RGB value is (220,31,237). Sum of RGB (Red+Green+Blue) = 220+31+237=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 31 (12.5% from 255 or 6.35% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1FED is #23E012. Grayscale: #6E6E6E. Windows color (decimal): -2351123 or 15540188. OLE color: 15540188.
HSL color Cylindrical-coordinate representation of color #DC1FED: hue angle of 295.05º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1FED is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 31 | 237 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.07 |
| HSL | 295.05º | 0.85% | 0.53% | - |
| HSV(B) | 295.05º | 0.87% | 0.93% | - |
| XYZ | 45.29 | 22.31 | 82.04 | - |
| YUV | 111 | 199.12 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 237 | 0.07 | 0.87 | 0 | 0.07 | 295.05 | 0.85 | 0.53 |
| Hex | DC | 1F | ED | 7 | 57 | 0 | 7 | 127 | 55 | 35 |
| Octal | 334 | 37 | 355 | 7 | 127 | 0 | 7 | 447 | 125 | 65 |
| Binary | 11011100 | 11111 | 11101101 | 111 | 1010111 | 0 | 111 | 100100111 | 1010101 | 110101 |
Color Harmonies of #DC1FED
Complementary color
Monochromatic Colors of #DC1FED
Black with #DC1FED
Text Example
Text Example
White with #DC1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FED; }
p { color: rgb(220,31,237); }
H1.HeaderClassName
{
color: #DC1FED;
}
.AnyTagClassName
{
color: #DC1FED;
}
</style>
background-color css
<style>
a { background-color: #DC1FED; }
a { background-color: rgb(220,31,237); }
div.DivClassName
{
background-color: #DC1FED;
}
.BgClassName
{
background-color: #DC1FED;
}
</style>
border-color css
<style>
span { border-color: #DC1FED; }
span { border-color: rgb(220,31,237); }
td.TdClassName
{
border-color: #DC1FED;
}
.TagClassName
{
border-color: #DC1FED;
}
</style>