Shades of Psychedelic Purple #DC0FED
Tints of Psychedelic Purple #DC0FED
RGB
CMYK
RGB Variations
Color information
#DC0FED (or 0xDC0FED) is known color: Psychedelic Purple. HEX triplet: DC, 0F and ED. RGB value is (220,15,237). Sum of RGB (Red+Green+Blue) = 220+15+237=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0FED is #23F012. Grayscale: #646464. Windows color (decimal): -2355219 or 15536092. OLE color: 15536092.
HSL color Cylindrical-coordinate representation of color #DC0FED: hue angle of 295.41º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0FED is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 15 | 237 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.07 |
| HSL | 295.41º | 0.88% | 0.49% | - |
| HSV(B) | 295.41º | 0.94% | 0.93% | - |
| XYZ | 44.97 | 21.67 | 81.93 | - |
| YUV | 101.6 | 204.42 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 237 | 0.07 | 0.94 | 0 | 0.07 | 295.41 | 0.88 | 0.49 |
| Hex | DC | F | ED | 7 | 5E | 0 | 7 | 127 | 58 | 31 |
| Octal | 334 | 17 | 355 | 7 | 136 | 0 | 7 | 447 | 130 | 61 |
| Binary | 11011100 | 1111 | 11101101 | 111 | 1011110 | 0 | 111 | 100100111 | 1011000 | 110001 |
Color Harmonies of #DC0FED
Complementary color
Monochromatic Colors of #DC0FED
Black with #DC0FED
Text Example
Text Example
White with #DC0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FED; }
p { color: rgb(220,15,237); }
H1.HeaderClassName
{
color: #DC0FED;
}
.AnyTagClassName
{
color: #DC0FED;
}
</style>
background-color css
<style>
a { background-color: #DC0FED; }
a { background-color: rgb(220,15,237); }
div.DivClassName
{
background-color: #DC0FED;
}
.BgClassName
{
background-color: #DC0FED;
}
</style>
border-color css
<style>
span { border-color: #DC0FED; }
span { border-color: rgb(220,15,237); }
td.TdClassName
{
border-color: #DC0FED;
}
.TagClassName
{
border-color: #DC0FED;
}
</style>