Shades of Psychedelic Purple #DC1FEE
Tints of Psychedelic Purple #DC1FEE
RGB
CMYK
RGB Variations
Color information
#DC1FEE (or 0xDC1FEE) is known color: Psychedelic Purple. HEX triplet: DC, 1F and EE. RGB value is (220,31,238). Sum of RGB (Red+Green+Blue) = 220+31+238=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 31 (12.5% from 255 or 6.34% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC1FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1FEE is #23E011. Grayscale: #6E6E6E. Windows color (decimal): -2351122 or 15605724. OLE color: 15605724.
HSL color Cylindrical-coordinate representation of color #DC1FEE: hue angle of 294.78º degrees, saturation: 0.86, 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 #DC1FEE is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 31 | 238 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.07 |
| HSL | 294.78º | 0.86% | 0.53% | - |
| HSV(B) | 294.78º | 0.87% | 0.93% | - |
| XYZ | 45.44 | 22.37 | 82.81 | - |
| YUV | 111.11 | 199.62 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 238 | 0.08 | 0.87 | 0 | 0.07 | 294.78 | 0.86 | 0.53 |
| Hex | DC | 1F | EE | 8 | 57 | 0 | 7 | 127 | 56 | 35 |
| Octal | 334 | 37 | 356 | 10 | 127 | 0 | 7 | 447 | 126 | 65 |
| Binary | 11011100 | 11111 | 11101110 | 1000 | 1010111 | 0 | 111 | 100100111 | 1010110 | 110101 |
Color Harmonies of #DC1FEE
Complementary color
Monochromatic Colors of #DC1FEE
Black with #DC1FEE
Text Example
Text Example
White with #DC1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FEE; }
p { color: rgb(220,31,238); }
H1.HeaderClassName
{
color: #DC1FEE;
}
.AnyTagClassName
{
color: #DC1FEE;
}
</style>
background-color css
<style>
a { background-color: #DC1FEE; }
a { background-color: rgb(220,31,238); }
div.DivClassName
{
background-color: #DC1FEE;
}
.BgClassName
{
background-color: #DC1FEE;
}
</style>
border-color css
<style>
span { border-color: #DC1FEE; }
span { border-color: rgb(220,31,238); }
td.TdClassName
{
border-color: #DC1FEE;
}
.TagClassName
{
border-color: #DC1FEE;
}
</style>