Shades of Psychedelic Purple #DC2FED
Tints of Psychedelic Purple #DC2FED
RGB
CMYK
RGB Variations
Color information
#DC2FED (or 0xDC2FED) is known color: Psychedelic Purple. HEX triplet: DC, 2F and ED. RGB value is (220,47,237). Sum of RGB (Red+Green+Blue) = 220+47+237=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC2FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2FED is #23D012. Grayscale: #777777. Windows color (decimal): -2347027 or 15544284. OLE color: 15544284.
HSL color Cylindrical-coordinate representation of color #DC2FED: hue angle of 294.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2FED is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 47 | 237 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.07 |
| HSL | 294.63º | 0.84% | 0.56% | - |
| HSV(B) | 294.63º | 0.8% | 0.93% | - |
| XYZ | 45.82 | 23.36 | 82.22 | - |
| YUV | 120.39 | 193.81 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 237 | 0.07 | 0.80 | 0 | 0.07 | 294.63 | 0.84 | 0.56 |
| Hex | DC | 2F | ED | 7 | 50 | 0 | 7 | 127 | 54 | 38 |
| Octal | 334 | 57 | 355 | 7 | 120 | 0 | 7 | 447 | 124 | 70 |
| Binary | 11011100 | 101111 | 11101101 | 111 | 1010000 | 0 | 111 | 100100111 | 1010100 | 111000 |
Color Harmonies of #DC2FED
Complementary color
Monochromatic Colors of #DC2FED
Black with #DC2FED
Text Example
Text Example
White with #DC2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FED; }
p { color: rgb(220,47,237); }
H1.HeaderClassName
{
color: #DC2FED;
}
.AnyTagClassName
{
color: #DC2FED;
}
</style>
background-color css
<style>
a { background-color: #DC2FED; }
a { background-color: rgb(220,47,237); }
div.DivClassName
{
background-color: #DC2FED;
}
.BgClassName
{
background-color: #DC2FED;
}
</style>
border-color css
<style>
span { border-color: #DC2FED; }
span { border-color: rgb(220,47,237); }
td.TdClassName
{
border-color: #DC2FED;
}
.TagClassName
{
border-color: #DC2FED;
}
</style>