Shades of Psychedelic Purple #DC00F0
Tints of Psychedelic Purple #DC00F0
RGB
CMYK
RGB Variations
Color information
#DC00F0 (or 0xDC00F0) is known color: Psychedelic Purple. HEX triplet: DC, 00 and F0. RGB value is (220,0,240). Sum of RGB (Red+Green+Blue) = 220+0+240=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC00F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00F0 is #23FF0F. Grayscale: #5C5C5C. Windows color (decimal): -2359056 or 15728860. OLE color: 15728860.
HSL color Cylindrical-coordinate representation of color #DC00F0: hue angle of 295º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00F0 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 0 | 240 | - |
| CMYK | 0.08 | 1 | 0 | 0.06 |
| HSL | 295º | 1% | 0.47% | - |
| HSV(B) | 295º | 1% | 0.94% | - |
| XYZ | 45.24 | 21.51 | 84.2 | - |
| YUV | 93.14 | 210.89 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 240 | 0.08 | 1 | 0 | 0.06 | 295 | 1 | 0.47 |
| Hex | DC | 0 | F0 | 8 | 64 | 0 | 6 | 127 | 64 | 2F |
| Octal | 334 | 0 | 360 | 10 | 144 | 0 | 6 | 447 | 144 | 57 |
| Binary | 11011100 | 0 | 11110000 | 1000 | 1100100 | 0 | 110 | 100100111 | 1100100 | 101111 |
Color Harmonies of #DC00F0
Complementary color
Monochromatic Colors of #DC00F0
Black with #DC00F0
Text Example
Text Example
White with #DC00F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00F0; }
p { color: rgb(220,0,240); }
H1.HeaderClassName
{
color: #DC00F0;
}
.AnyTagClassName
{
color: #DC00F0;
}
</style>
background-color css
<style>
a { background-color: #DC00F0; }
a { background-color: rgb(220,0,240); }
div.DivClassName
{
background-color: #DC00F0;
}
.BgClassName
{
background-color: #DC00F0;
}
</style>
border-color css
<style>
span { border-color: #DC00F0; }
span { border-color: rgb(220,0,240); }
td.TdClassName
{
border-color: #DC00F0;
}
.TagClassName
{
border-color: #DC00F0;
}
</style>