Shades of Psychedelic Purple #DC1EE9
Tints of Psychedelic Purple #DC1EE9
RGB
CMYK
RGB Variations
Color information
#DC1EE9 (or 0xDC1EE9) is known color: Psychedelic Purple. HEX triplet: DC, 1E and E9. RGB value is (220,30,233). Sum of RGB (Red+Green+Blue) = 220+30+233=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC1EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1EE9 is #23E116. Grayscale: #6D6D6D. Windows color (decimal): -2351383 or 15277788. OLE color: 15277788.
HSL color Cylindrical-coordinate representation of color #DC1EE9: hue angle of 296.16º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1EE9 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 30 | 233 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.09 |
| HSL | 296.16º | 0.82% | 0.52% | - |
| HSV(B) | 296.16º | 0.87% | 0.91% | - |
| XYZ | 44.69 | 22.03 | 78.99 | - |
| YUV | 109.95 | 197.45 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 233 | 0.06 | 0.87 | 0 | 0.09 | 296.16 | 0.82 | 0.52 |
| Hex | DC | 1E | E9 | 6 | 57 | 0 | 9 | 128 | 52 | 34 |
| Octal | 334 | 36 | 351 | 6 | 127 | 0 | 11 | 450 | 122 | 64 |
| Binary | 11011100 | 11110 | 11101001 | 110 | 1010111 | 0 | 1001 | 100101000 | 1010010 | 110100 |
Color Harmonies of #DC1EE9
Complementary color
Monochromatic Colors of #DC1EE9
Black with #DC1EE9
Text Example
Text Example
White with #DC1EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EE9; }
p { color: rgb(220,30,233); }
H1.HeaderClassName
{
color: #DC1EE9;
}
.AnyTagClassName
{
color: #DC1EE9;
}
</style>
background-color css
<style>
a { background-color: #DC1EE9; }
a { background-color: rgb(220,30,233); }
div.DivClassName
{
background-color: #DC1EE9;
}
.BgClassName
{
background-color: #DC1EE9;
}
</style>
border-color css
<style>
span { border-color: #DC1EE9; }
span { border-color: rgb(220,30,233); }
td.TdClassName
{
border-color: #DC1EE9;
}
.TagClassName
{
border-color: #DC1EE9;
}
</style>