Shades of Psychedelic Purple #DC1EED
Tints of Psychedelic Purple #DC1EED
RGB
CMYK
RGB Variations
Color information
#DC1EED (or 0xDC1EED) is known color: Psychedelic Purple. HEX triplet: DC, 1E and ED. RGB value is (220,30,237). Sum of RGB (Red+Green+Blue) = 220+30+237=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC1EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1EED is #23E112. Grayscale: #6D6D6D. Windows color (decimal): -2351379 or 15539932. OLE color: 15539932.
HSL color Cylindrical-coordinate representation of color #DC1EED: hue angle of 295.07º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1EED is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 30 | 237 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.07 |
| HSL | 295.07º | 0.85% | 0.52% | - |
| HSV(B) | 295.07º | 0.87% | 0.93% | - |
| XYZ | 45.27 | 22.26 | 82.03 | - |
| YUV | 110.41 | 199.45 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 237 | 0.07 | 0.87 | 0 | 0.07 | 295.07 | 0.85 | 0.52 |
| Hex | DC | 1E | ED | 7 | 57 | 0 | 7 | 127 | 55 | 34 |
| Octal | 334 | 36 | 355 | 7 | 127 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011100 | 11110 | 11101101 | 111 | 1010111 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DC1EED
Complementary color
Monochromatic Colors of #DC1EED
Black with #DC1EED
Text Example
Text Example
White with #DC1EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EED; }
p { color: rgb(220,30,237); }
H1.HeaderClassName
{
color: #DC1EED;
}
.AnyTagClassName
{
color: #DC1EED;
}
</style>
background-color css
<style>
a { background-color: #DC1EED; }
a { background-color: rgb(220,30,237); }
div.DivClassName
{
background-color: #DC1EED;
}
.BgClassName
{
background-color: #DC1EED;
}
</style>
border-color css
<style>
span { border-color: #DC1EED; }
span { border-color: rgb(220,30,237); }
td.TdClassName
{
border-color: #DC1EED;
}
.TagClassName
{
border-color: #DC1EED;
}
</style>