Shades of Psychedelic Purple #DC2EED
Tints of Psychedelic Purple #DC2EED
RGB
CMYK
RGB Variations
Color information
#DC2EED (or 0xDC2EED) is known color: Psychedelic Purple. HEX triplet: DC, 2E and ED. RGB value is (220,46,237). Sum of RGB (Red+Green+Blue) = 220+46+237=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC2EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2EED is #23D112. Grayscale: #777777. Windows color (decimal): -2347283 or 15544028. OLE color: 15544028.
HSL color Cylindrical-coordinate representation of color #DC2EED: hue angle of 294.66º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2EED is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 46 | 237 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.07 |
| HSL | 294.66º | 0.84% | 0.55% | - |
| HSV(B) | 294.66º | 0.81% | 0.93% | - |
| XYZ | 45.78 | 23.28 | 82.2 | - |
| YUV | 119.8 | 194.15 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 237 | 0.07 | 0.81 | 0 | 0.07 | 294.66 | 0.84 | 0.55 |
| Hex | DC | 2E | ED | 7 | 51 | 0 | 7 | 127 | 54 | 37 |
| Octal | 334 | 56 | 355 | 7 | 121 | 0 | 7 | 447 | 124 | 67 |
| Binary | 11011100 | 101110 | 11101101 | 111 | 1010001 | 0 | 111 | 100100111 | 1010100 | 110111 |
Color Harmonies of #DC2EED
Complementary color
Monochromatic Colors of #DC2EED
Black with #DC2EED
Text Example
Text Example
White with #DC2EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EED; }
p { color: rgb(220,46,237); }
H1.HeaderClassName
{
color: #DC2EED;
}
.AnyTagClassName
{
color: #DC2EED;
}
</style>
background-color css
<style>
a { background-color: #DC2EED; }
a { background-color: rgb(220,46,237); }
div.DivClassName
{
background-color: #DC2EED;
}
.BgClassName
{
background-color: #DC2EED;
}
</style>
border-color css
<style>
span { border-color: #DC2EED; }
span { border-color: rgb(220,46,237); }
td.TdClassName
{
border-color: #DC2EED;
}
.TagClassName
{
border-color: #DC2EED;
}
</style>