Shades of Psychedelic Purple #DC07F0
Tints of Psychedelic Purple #DC07F0
RGB
CMYK
RGB Variations
Color information
#DC07F0 (or 0xDC07F0) is known color: Psychedelic Purple. HEX triplet: DC, 07 and F0. RGB value is (220,7,240). Sum of RGB (Red+Green+Blue) = 220+7+240=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC07F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC07F0 is #23F80F. Grayscale: #606060. Windows color (decimal): -2357264 or 15730652. OLE color: 15730652.
HSL color Cylindrical-coordinate representation of color #DC07F0: hue angle of 294.85º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07F0 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 7 | 240 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.06 |
| HSL | 294.85º | 0.94% | 0.48% | - |
| HSV(B) | 294.85º | 0.97% | 0.94% | - |
| XYZ | 45.32 | 21.66 | 84.23 | - |
| YUV | 97.25 | 208.57 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 240 | 0.08 | 0.97 | 0 | 0.06 | 294.85 | 0.94 | 0.48 |
| Hex | DC | 7 | F0 | 8 | 61 | 0 | 6 | 127 | 5E | 30 |
| Octal | 334 | 7 | 360 | 10 | 141 | 0 | 6 | 447 | 136 | 60 |
| Binary | 11011100 | 111 | 11110000 | 1000 | 1100001 | 0 | 110 | 100100111 | 1011110 | 110000 |
Color Harmonies of #DC07F0
Complementary color
Monochromatic Colors of #DC07F0
Black with #DC07F0
Text Example
Text Example
White with #DC07F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07F0; }
p { color: rgb(220,7,240); }
H1.HeaderClassName
{
color: #DC07F0;
}
.AnyTagClassName
{
color: #DC07F0;
}
</style>
background-color css
<style>
a { background-color: #DC07F0; }
a { background-color: rgb(220,7,240); }
div.DivClassName
{
background-color: #DC07F0;
}
.BgClassName
{
background-color: #DC07F0;
}
</style>
border-color css
<style>
span { border-color: #DC07F0; }
span { border-color: rgb(220,7,240); }
td.TdClassName
{
border-color: #DC07F0;
}
.TagClassName
{
border-color: #DC07F0;
}
</style>