Shades of Psychedelic Purple #DC1EEF
Tints of Psychedelic Purple #DC1EEF
RGB
CMYK
RGB Variations
Color information
#DC1EEF (or 0xDC1EEF) is known color: Psychedelic Purple. HEX triplet: DC, 1E and EF. RGB value is (220,30,239). Sum of RGB (Red+Green+Blue) = 220+30+239=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1EEF is #23E110. Grayscale: #6D6D6D. Windows color (decimal): -2351377 or 15671004. OLE color: 15671004.
HSL color Cylindrical-coordinate representation of color #DC1EEF: hue angle of 294.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1EEF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 30 | 239 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.06 |
| HSL | 294.55º | 0.87% | 0.53% | - |
| HSV(B) | 294.55º | 0.87% | 0.94% | - |
| XYZ | 45.56 | 22.38 | 83.58 | - |
| YUV | 110.64 | 200.45 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 239 | 0.08 | 0.87 | 0 | 0.06 | 294.55 | 0.87 | 0.53 |
| Hex | DC | 1E | EF | 8 | 57 | 0 | 6 | 127 | 57 | 35 |
| Octal | 334 | 36 | 357 | 10 | 127 | 0 | 6 | 447 | 127 | 65 |
| Binary | 11011100 | 11110 | 11101111 | 1000 | 1010111 | 0 | 110 | 100100111 | 1010111 | 110101 |
Color Harmonies of #DC1EEF
Complementary color
Monochromatic Colors of #DC1EEF
Black with #DC1EEF
Text Example
Text Example
White with #DC1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EEF; }
p { color: rgb(220,30,239); }
H1.HeaderClassName
{
color: #DC1EEF;
}
.AnyTagClassName
{
color: #DC1EEF;
}
</style>
background-color css
<style>
a { background-color: #DC1EEF; }
a { background-color: rgb(220,30,239); }
div.DivClassName
{
background-color: #DC1EEF;
}
.BgClassName
{
background-color: #DC1EEF;
}
</style>
border-color css
<style>
span { border-color: #DC1EEF; }
span { border-color: rgb(220,30,239); }
td.TdClassName
{
border-color: #DC1EEF;
}
.TagClassName
{
border-color: #DC1EEF;
}
</style>