Shades of Psychedelic Purple #DC0DF0
Tints of Psychedelic Purple #DC0DF0
RGB
CMYK
RGB Variations
Color information
#DC0DF0 (or 0xDC0DF0) is known color: Psychedelic Purple. HEX triplet: DC, 0D and F0. RGB value is (220,13,240). Sum of RGB (Red+Green+Blue) = 220+13+240=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC0DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0DF0 is #23F20F. Grayscale: #646464. Windows color (decimal): -2355728 or 15732188. OLE color: 15732188.
HSL color Cylindrical-coordinate representation of color #DC0DF0: hue angle of 294.71º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0DF0 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 13 | 240 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.06 |
| HSL | 294.71º | 0.9% | 0.5% | - |
| HSV(B) | 294.71º | 0.95% | 0.94% | - |
| XYZ | 45.39 | 21.79 | 84.25 | - |
| YUV | 100.77 | 206.58 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 240 | 0.08 | 0.95 | 0 | 0.06 | 294.71 | 0.9 | 0.5 |
| Hex | DC | D | F0 | 8 | 5F | 0 | 6 | 127 | 5A | 32 |
| Octal | 334 | 15 | 360 | 10 | 137 | 0 | 6 | 447 | 132 | 62 |
| Binary | 11011100 | 1101 | 11110000 | 1000 | 1011111 | 0 | 110 | 100100111 | 1011010 | 110010 |
Color Harmonies of #DC0DF0
Complementary color
Monochromatic Colors of #DC0DF0
Black with #DC0DF0
Text Example
Text Example
White with #DC0DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DF0; }
p { color: rgb(220,13,240); }
H1.HeaderClassName
{
color: #DC0DF0;
}
.AnyTagClassName
{
color: #DC0DF0;
}
</style>
background-color css
<style>
a { background-color: #DC0DF0; }
a { background-color: rgb(220,13,240); }
div.DivClassName
{
background-color: #DC0DF0;
}
.BgClassName
{
background-color: #DC0DF0;
}
</style>
border-color css
<style>
span { border-color: #DC0DF0; }
span { border-color: rgb(220,13,240); }
td.TdClassName
{
border-color: #DC0DF0;
}
.TagClassName
{
border-color: #DC0DF0;
}
</style>